shoulda-callback-matchers 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +2 -2
- data/lib/shoulda/callback/matchers/version.rb +1 -1
- data/shoulda-callback-matchers.gemspec +1 -0
- metadata +3 -2
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
shoulda-callback-matchers (0.
|
4
|
+
shoulda-callback-matchers (0.3.0)
|
5
5
|
activesupport (>= 4.0.0)
|
6
6
|
|
7
7
|
GEM
|
@@ -90,7 +90,7 @@ GEM
|
|
90
90
|
rspec-expectations (2.12.1)
|
91
91
|
diff-lcs (~> 1.1.3)
|
92
92
|
rspec-mocks (2.12.2)
|
93
|
-
rspec-rails (2.12.
|
93
|
+
rspec-rails (2.12.1)
|
94
94
|
actionpack (>= 3.0)
|
95
95
|
activesupport (>= 3.0)
|
96
96
|
railties (>= 3.0)
|
@@ -6,6 +6,7 @@ Gem::Specification.new do |s|
|
|
6
6
|
s.version = Shoulda::Callback::Matchers::VERSION.dup
|
7
7
|
s.authors = ["Beat Richartz"]
|
8
8
|
s.date = Time.now.strftime("%Y-%m-%d")
|
9
|
+
s.licenses = ["MIT"]
|
9
10
|
s.email = "attraccessor@gmail.com"
|
10
11
|
s.homepage = "http://github.com/beatrichartz/shoulda-callback-matchers"
|
11
12
|
s.summary = "Making callback tests easy on the fingers and eyes"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shoulda-callback-matchers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -177,7 +177,8 @@ files:
|
|
177
177
|
- spec/support/class_builder.rb
|
178
178
|
- spec/support/model_builder.rb
|
179
179
|
homepage: http://github.com/beatrichartz/shoulda-callback-matchers
|
180
|
-
licenses:
|
180
|
+
licenses:
|
181
|
+
- MIT
|
181
182
|
post_install_message:
|
182
183
|
rdoc_options: []
|
183
184
|
require_paths:
|