public
Rubygem
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/thoughtbot/shoulda.git
removing should_be_restful, incrementing gem version to 2.0.1
dancroak (author)
Sat Sep 20 16:04:42 -0700 2008
commit  66eaccf98ce4948f876f87fc0dbb51691eb8d7a7
tree    908678749c10c764efe2f8168e5c3c7ad901e348
parent  f018d0844403ccdf4d89758966a2914b4d317c55
...
1
2
3
 
4
5
6
7
 
8
9
10
...
1
2
 
3
4
5
6
 
7
8
9
10
0
@@ -1,10 +1,10 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{shoulda}
0
- s.version = "2.0.0"
0
+ s.version = "2.0.1"
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["Tammer Saleh"]
0
- s.date = %q{2008-09-14}
0
+ s.date = %q{2008-09-20}
0
   s.default_executable = %q{convert_to_should_syntax}
0
   s.email = %q{tsaleh@thoughtbot.com}
0
   s.executables = ["convert_to_should_syntax"]

Comments

  • Dan, just for future reference, this shoulda.gemspec file is auto-generated via rake gemspec. The version is derived from Thoughbot::Context::VERSION.