picsolve_rabbitmq_uploader 0.0.5 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 360cc18137fa90503565ddfa0b8d5faba63476ff
4
- data.tar.gz: 7b712b1cbca765073f6ab7f170fddab3751b73df
3
+ metadata.gz: 998dbd3e350999e3df51a00cc9894505ddf372ab
4
+ data.tar.gz: 64ad9a8666d9c791db9b2706cd545c63b734aa2c
5
5
  SHA512:
6
- metadata.gz: 7a5301aa9312c76c121eef5b8149db8c334e3447ac7cadbab8557e3c1aa772046176d292c8e104338bf7d692678e5d64a53b273cc31574dda7d7dfe80a40b6b7
7
- data.tar.gz: 190b9652fe2546264c79e36f1a276e0a4e59bb2811a2492d09ac6177c3c63fcfca1bff7378f685cf6864b6f8db33a0499dc4bd01689df8ecab793a892e244045
6
+ metadata.gz: e08ea499d4c609551abd1cce9a74c426876fb0e43975685021a9a4cc72d14d9372d69f3258a32c010140199c66469ab216a5feb77e22ed0f3cc9b54711de42ba
7
+ data.tar.gz: a8efbff906779173b3344fd13baf2d8e7f3fda0c30c8499a927decc62fcc0f271c838727318692dfd5f516a2accb1454d26efb27f58c21cb80f20e711ef88987
@@ -1,4 +1,4 @@
1
1
  # verison number
2
2
  module PicsolveRabbitmqUploader
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.7'
4
4
  end
@@ -7,7 +7,8 @@ Gem::Specification.new do |spec|
7
7
  spec.name = 'picsolve_rabbitmq_uploader'
8
8
  spec.version = PicsolveRabbitmqUploader::VERSION
9
9
  spec.authors = ['Christian Simon', 'Juan Morales']
10
- spec.email = ['christian.simon@picsolve.com','juan.morales@picsolve.com']
10
+ spec.email = ['christian.simon@picsolve.com',
11
+ 'juan.morales@picsolve.com']
11
12
 
12
13
  spec.summary = 'Script to retry sending web upload messages to rabbitmq'
13
14
 
@@ -33,7 +34,8 @@ was down
33
34
  spec.add_development_dependency 'rspec'
34
35
  spec.add_development_dependency 'rubocop'
35
36
  spec.add_dependency 'nokogiri'
36
- # depeding on the ruby version installed, we need one or another version of bunny
37
- spec.add_dependency 'bunny', '<= 1.7.0' if RUBY_VERSION[0].to_i < 2
38
- spec.add_dependency 'bunny', '~> 2.0' if RUBY_VERSION[0].to_i >= 2
37
+ # depeding on the ruby version installed,
38
+ # we need one or another version of bunny
39
+ spec.add_dependency 'bunny', '<= 1.7.0' if RUBY_VERSION[0].to_i < 2
40
+ spec.add_dependency 'bunny', '~> 2.0' if RUBY_VERSION[0].to_i >= 2
39
41
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: picsolve_rabbitmq_uploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Simon
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-30 00:00:00.000000000 Z
12
+ date: 2015-10-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler