Skip to content

Commit

Permalink
Bump gem version.
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Jan 8, 2009
1 parent 1eae30b commit 2164fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'merb-core'
require 'merb-core/tasks/merb'

GEM_NAME = "merb_cucumber"
GEM_VERSION = "0.5.1"
GEM_VERSION = "0.5.1.1"
AUTHOR = ["Roman Gonzalez", "David Leal"]
EMAIL = ["romanandreg@gmail.com", "dgleal@gmail.com"]
HOMEPAGE = "http://github.com/david/merb_cucumber"
Expand Down
4 changes: 2 additions & 2 deletions merb_cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{merb_cucumber}
s.version = "0.5.1"
s.version = "0.5.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Roman Gonzalez", "David Leal"]
s.date = %q{2008-12-30}
s.date = %q{2009-01-08}
s.description = %q{Cucumber integration for Merb}
s.email = ["romanandreg@gmail.com", "dgleal@gmail.com"]
s.extra_rdoc_files = ["README.textile", "LICENSE", "TODO"]
Expand Down

0 comments on commit 2164fb1

Please sign in to comment.