Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Inglis committed Oct 26, 2011
1 parent 9d0e19b commit 1253089
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Simply add the dependency to your Gemfile:

<pre>
<code>
gem "crummy", "~> 1.2"
gem "crummy", "~> 1.3"
</code>
</pre>

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2
1.3
4 changes: 2 additions & 2 deletions crummy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{crummy}
s.version = "1.2"
s.version = "1.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Zach Inglis"]
Expand Down Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
if s.respond_to? :specification_version then
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.3.0') then
else
end
else
Expand Down

0 comments on commit 1253089

Please sign in to comment.