iron_worker 2.3.15 → 2.3.16

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -5,10 +5,9 @@ Getting Started
5
5
 
6
6
  [1]: http://www.iron.io/
7
7
 
8
- **NOTE**: The next generation IronWorker gem, `iron_worker_ng` is at: https://github.com/iron-io/iron_worker_ruby_ng.
9
- We recommend using that one going forward. This one still works, but we'll be putting most of our effort into the new
10
- one. It also includes our new IronWorker command line interface (CLI) which is... awesome. ;) You can [read more about
11
- that here](http://blog.iron.io/2012/05/new-ironworker-command-line-interface.html).
8
+ **WARNING**: THIS GEM IS DEPRECATED. Use the generation IronWorker gem, `iron_worker_ng`,
9
+ at: https://github.com/iron-io/iron_worker_ruby_ng. It also includes our new IronWorker command line
10
+ interface (CLI) which is... awesome. ;) You can [read more about that here](http://blog.iron.io/2012/05/new-ironworker-command-line-interface.html).
12
11
 
13
12
  Install IronWorker Gem
14
13
  ------------------------
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 2
3
3
  :minor: 3
4
- :patch: 15
5
- :build: !!null
4
+ :patch: 16
5
+ :build:
data/lib/iron_worker.rb CHANGED
@@ -1,10 +1,11 @@
1
+ puts "WARNING: iron_worker gem is deprecated. Please use iron_worker_ng gem, more info at https://github.com/iron-io/iron_worker_ruby_ng"
2
+
1
3
  require_relative 'iron_worker/utils'
2
4
  require_relative 'iron_worker/service'
3
5
  require_relative 'iron_worker/base'
4
6
  require_relative 'iron_worker/config'
5
7
  require_relative 'iron_worker/used_in_worker'
6
8
 
7
-
8
9
  module IronWorker
9
10
  @@logger = Logger.new(STDOUT)
10
11
  @@logger.level = Logger::INFO
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_worker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.15
4
+ version: 2.3.16
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: 2012-07-13 00:00:00.000000000 Z
12
+ date: 2012-11-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: zip