Skip to content

Commit

Permalink
Version bump to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles Byrne committed Oct 19, 2009
1 parent 4840653 commit 30a672f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2
2.5.0
4 changes: 3 additions & 1 deletion exemplor.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{exemplor}
s.version = "2.4.2"
s.version = "2.5.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Myles Byrne"]
Expand All @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
"examples/assertion_success.rb",
"examples/assertion_success_and_failure.rb",
"examples/check_with_disambiguation.rb",
"examples/checking_nil.rb",
"examples/helpers.rb",
"examples/no_checks.rb",
"examples/no_checks_non_string.rb",
Expand All @@ -46,6 +47,7 @@ Gem::Specification.new do |s|
"examples/assertion_success.rb",
"examples/assertion_success_and_failure.rb",
"examples/check_with_disambiguation.rb",
"examples/checking_nil.rb",
"examples/helpers.rb",
"examples/no_checks.rb",
"examples/no_checks_non_string.rb",
Expand Down

0 comments on commit 30a672f

Please sign in to comment.