acts_as_queue 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile.lock +1 -1
  2. data/acts_as_queue.gemspec +2 -2
  3. metadata +2 -2
data/Gemfile.lock CHANGED
@@ -21,7 +21,7 @@ GEM
21
21
  mocha (0.13.3)
22
22
  metaclass (~> 0.0.1)
23
23
  multi_json (1.7.2)
24
- rake (10.0.3)
24
+ rake (10.0.4)
25
25
  shoulda (3.4.0)
26
26
  shoulda-context (~> 1.0, >= 1.0.1)
27
27
  shoulda-matchers (~> 1.0, >= 1.4.1)
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "acts_as_queue"
6
- s.version = "0.1.4"
6
+ s.version = "0.1.5"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Matthew Lang"]
9
9
  s.email = ["matthew@matthewlang.co.uk"]
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.description = %q{Allows you to turn your ActiveRecord models into queues.}
13
13
 
14
14
  s.add_development_dependency "shoulda", [">= 2.11.3"]
15
-
15
+
16
16
  s.files = `git ls-files`.split("\n")
17
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_queue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-24 00:00:00.000000000 Z
12
+ date: 2013-03-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: shoulda