minion 0.1.9 → 0.1.10

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. data/VERSION +1 -1
  2. data/lib/minion.rb +1 -1
  3. metadata +5 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.10
data/lib/minion.rb CHANGED
@@ -66,7 +66,7 @@ module Minion
66
66
  end
67
67
 
68
68
  def decode_json(string)
69
- if defined? ActiveSupport
69
+ if defined? ActiveSupport::JSON
70
70
  ActiveSupport::JSON.decode string
71
71
  else
72
72
  JSON.load string
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orion Henry
@@ -58,8 +58,10 @@ files:
58
58
  - examples/when.rb
59
59
  - lib/minion.rb
60
60
  - lib/minion/handler.rb
61
- has_rdoc: false
61
+ has_rdoc: true
62
62
  homepage: http://github.com/orionz/minion
63
+ licenses: []
64
+
63
65
  post_install_message:
64
66
  rdoc_options:
65
67
  - --charset=UTF-8
@@ -80,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
82
  requirements: []
81
83
 
82
84
  rubyforge_project: minion
83
- rubygems_version: 1.3.1
85
+ rubygems_version: 1.3.5
84
86
  signing_key:
85
87
  specification_version: 3
86
88
  summary: Super simple job queue over AMQP