resque_spec 0.14.0 → 0.14.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/resque_spec/version.rb +1 -1
- metadata +3 -2
data/lib/resque_spec/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resque_spec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.14.
|
4
|
+
version: 0.14.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -172,7 +172,8 @@ files:
|
|
172
172
|
- README.md
|
173
173
|
- Rakefile
|
174
174
|
homepage: http://github.com/leshill/resque_spec
|
175
|
-
licenses:
|
175
|
+
licenses:
|
176
|
+
- MIT
|
176
177
|
post_install_message:
|
177
178
|
rdoc_options: []
|
178
179
|
require_paths:
|