acts_as_queue 0.1.5 → 0.1.6

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 +30 -28
  2. data/acts_as_queue.gemspec +1 -1
  3. metadata +11 -13
data/Gemfile.lock CHANGED
@@ -1,36 +1,38 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- activemodel (3.2.13)
5
- activesupport (= 3.2.13)
6
- builder (~> 3.0.0)
7
- activerecord (3.2.13)
8
- activemodel (= 3.2.13)
9
- activesupport (= 3.2.13)
10
- arel (~> 3.0.2)
11
- tzinfo (~> 0.3.29)
12
- activesupport (3.2.13)
13
- i18n (= 0.6.1)
14
- multi_json (~> 1.0)
15
- arel (3.0.2)
16
- bourne (1.4.0)
17
- mocha (~> 0.13.2)
18
- builder (3.0.4)
19
- i18n (0.6.1)
20
- metaclass (0.0.1)
21
- mocha (0.13.3)
22
- metaclass (~> 0.0.1)
23
- multi_json (1.7.2)
24
- rake (10.0.4)
25
- shoulda (3.4.0)
4
+ activemodel (4.0.2)
5
+ activesupport (= 4.0.2)
6
+ builder (~> 3.1.0)
7
+ activerecord (4.0.2)
8
+ activemodel (= 4.0.2)
9
+ activerecord-deprecated_finders (~> 1.0.2)
10
+ activesupport (= 4.0.2)
11
+ arel (~> 4.0.0)
12
+ activerecord-deprecated_finders (1.0.3)
13
+ activesupport (4.0.2)
14
+ i18n (~> 0.6, >= 0.6.4)
15
+ minitest (~> 4.2)
16
+ multi_json (~> 1.3)
17
+ thread_safe (~> 0.1)
18
+ tzinfo (~> 0.3.37)
19
+ arel (4.0.1)
20
+ atomic (1.1.14)
21
+ builder (3.1.4)
22
+ i18n (0.6.9)
23
+ minitest (4.7.5)
24
+ multi_json (1.8.2)
25
+ rake (10.1.0)
26
+ shoulda (3.5.0)
26
27
  shoulda-context (~> 1.0, >= 1.0.1)
27
- shoulda-matchers (~> 1.0, >= 1.4.1)
28
- shoulda-context (1.0.2)
29
- shoulda-matchers (1.5.4)
28
+ shoulda-matchers (>= 1.4.1, < 3.0)
29
+ shoulda-context (1.1.6)
30
+ shoulda-matchers (2.4.0)
30
31
  activesupport (>= 3.0.0)
31
- bourne (~> 1.3)
32
- sqlite3 (1.3.7)
33
- tzinfo (0.3.37)
32
+ sqlite3 (1.3.8)
33
+ thread_safe (0.1.3)
34
+ atomic
35
+ tzinfo (0.3.38)
34
36
 
35
37
  PLATFORMS
36
38
  ruby
@@ -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.5"
6
+ s.version = "0.1.6"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Matthew Lang"]
9
9
  s.email = ["matthew@matthewlang.co.uk"]
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.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,24 +9,19 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-27 00:00:00.000000000 Z
12
+ date: 2013-12-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: shoulda
16
- requirement: !ruby/object:Gem::Requirement
16
+ requirement: &1 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ! '>='
19
+ - - '>='
20
20
  - !ruby/object:Gem::Version
21
21
  version: 2.11.3
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: 2.11.3
24
+ version_requirements: *1
30
25
  description: Allows you to turn your ActiveRecord models into queues.
31
26
  email:
32
27
  - matthew@matthewlang.co.uk
@@ -53,18 +48,21 @@ require_paths:
53
48
  required_ruby_version: !ruby/object:Gem::Requirement
54
49
  none: false
55
50
  requirements:
56
- - - ! '>='
51
+ - - '>='
57
52
  - !ruby/object:Gem::Version
58
53
  version: '0'
54
+ segments:
55
+ - 0
56
+ hash: -2369167527111649142
59
57
  required_rubygems_version: !ruby/object:Gem::Requirement
60
58
  none: false
61
59
  requirements:
62
- - - ! '>='
60
+ - - '>='
63
61
  - !ruby/object:Gem::Version
64
62
  version: '0'
65
63
  requirements: []
66
64
  rubyforge_project:
67
- rubygems_version: 1.8.25
65
+ rubygems_version: 1.8.13
68
66
  signing_key:
69
67
  specification_version: 3
70
68
  summary: Allows you to turn your ActiveRecord models into queues.