iron_mq 1.9.0 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iron_mq (1.8.0)
4
+ iron_mq (1.9.0)
5
5
  iron_core (>= 0.1.4)
6
6
 
7
7
  GEM
@@ -22,7 +22,7 @@ module IronMQ
22
22
  res = @client.parse_response(r1)
23
23
  res.each do |q|
24
24
  #p q
25
- q = Queue.new(self, q)
25
+ q = Queue.new(@client, q)
26
26
  ret << q
27
27
  end
28
28
  ret
@@ -33,7 +33,7 @@ module IronMQ
33
33
  def get(options={})
34
34
  options[:name] ||= @client.queue_name
35
35
  res = @client.parse_response(@client.get("#{path(options)}"))
36
- return Queue.new(self, res)
36
+ return Queue.new(@client, res)
37
37
  end
38
38
 
39
39
  # Update a queue
@@ -1,3 +1,3 @@
1
1
  module IronMQ
2
- VERSION = "1.9.0"
2
+ VERSION = "1.9.1"
3
3
  end
data/test/Gemfile.lock CHANGED
@@ -23,7 +23,7 @@ GEM
23
23
  faraday (0.8.1)
24
24
  multipart-post (~> 1.1)
25
25
  http_parser.rb (0.5.3)
26
- iron_core (0.1.3)
26
+ iron_core (0.1.4)
27
27
  bundler (> 1.0.0)
28
28
  rest
29
29
  rest-client
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_mq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: