Skip to content

Commit

Permalink
Regenerate gemspec for version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Feb 2, 2014
1 parent ed5edde commit 7ae8866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gimme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "gimme"
s.version = "0.4.1"
s.version = "0.5.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin Searls"]
s.date = "2013-12-23"
s.date = "2014-02-02"
s.description = "gimme attempts to bring to Ruby a test double workflow akin to Mockito in Java. Major distinctions include preserving arrange-act-assert in tests, fast feedback for methods the double's real counterpart may not know how to respond to, no string/symbolic representations of methods, argument captors, and strong opinions (weakly held). "
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand Down

0 comments on commit 7ae8866

Please sign in to comment.