acts_as_queue 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/acts_as_queue.gemspec +1 -2
  3. metadata +16 -18
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ac6ed81597d37d4b0c736de562b2cd2c6fcaa9b6
4
+ data.tar.gz: 30d99ba9f879a6b9d204e983aeae88bff40f66c5
5
+ SHA512:
6
+ metadata.gz: eba04ed2449f9f8861f11b38ceba7cf5ad6b807002b4d7fc23991a3ed7d28bf97ed91848ba0b76ed856963df5808c101dfaf94e9c8a33fe701c9386dd7888705
7
+ data.tar.gz: 83f17c654d37673cb5b62735012b4533928634d4c666dcfe155589b743f3f1c23d07bd3a926ed79562d108c7f54b803f9403f49b95ce487e93a86f27cd3e5f78
@@ -3,11 +3,10 @@ $:.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.6"
6
+ s.version = "0.1.7"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Matthew Lang"]
9
9
  s.email = ["matthew@matthewlang.co.uk"]
10
- s.homepage = "http://github.com/matthewl/acts_as_queue"
11
10
  s.summary = %q{Allows you to turn your ActiveRecord models into queues.}
12
11
  s.description = %q{Allows you to turn your ActiveRecord models into queues.}
13
12
 
metadata CHANGED
@@ -1,27 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_queue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
5
- prerelease:
4
+ version: 0.1.7
6
5
  platform: ruby
7
6
  authors:
8
7
  - Matthew Lang
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-12-14 00:00:00.000000000 Z
11
+ date: 2014-03-16 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: shoulda
16
- requirement: &1 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
- - - '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: 2.11.3
22
20
  type: :development
23
21
  prerelease: false
24
- version_requirements: *1
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.11.3
25
27
  description: Allows you to turn your ActiveRecord models into queues.
26
28
  email:
27
29
  - matthew@matthewlang.co.uk
@@ -29,7 +31,7 @@ executables: []
29
31
  extensions: []
30
32
  extra_rdoc_files: []
31
33
  files:
32
- - .gitignore
34
+ - ".gitignore"
33
35
  - Gemfile
34
36
  - Gemfile.lock
35
37
  - MIT-LICENSE
@@ -39,32 +41,28 @@ files:
39
41
  - init.rb
40
42
  - lib/acts_as_queue.rb
41
43
  - test/acts_as_queue_test.rb
42
- homepage: http://github.com/matthewl/acts_as_queue
44
+ homepage:
43
45
  licenses: []
46
+ metadata: {}
44
47
  post_install_message:
45
48
  rdoc_options: []
46
49
  require_paths:
47
50
  - lib
48
51
  required_ruby_version: !ruby/object:Gem::Requirement
49
- none: false
50
52
  requirements:
51
- - - '>='
53
+ - - ">="
52
54
  - !ruby/object:Gem::Version
53
55
  version: '0'
54
- segments:
55
- - 0
56
- hash: -2369167527111649142
57
56
  required_rubygems_version: !ruby/object:Gem::Requirement
58
- none: false
59
57
  requirements:
60
- - - '>='
58
+ - - ">="
61
59
  - !ruby/object:Gem::Version
62
60
  version: '0'
63
61
  requirements: []
64
62
  rubyforge_project:
65
- rubygems_version: 1.8.13
63
+ rubygems_version: 2.2.2
66
64
  signing_key:
67
- specification_version: 3
65
+ specification_version: 4
68
66
  summary: Allows you to turn your ActiveRecord models into queues.
69
67
  test_files:
70
68
  - test/acts_as_queue_test.rb