propono 0.5.2 → 0.5.3

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ODkyOTdiMzJiMzg3ZGVhYmVhYTk5NTA5Y2NjN2ZlNDA5ZTE3MDVjMQ==
5
- data.tar.gz: !binary |-
6
- NGU3MGE4NzU1MGYzOWY5MDIxNjZjY2JlZjk0NjNjNGE1OWIyNjliZA==
2
+ SHA1:
3
+ metadata.gz: 18067f25eacf1c3fa9b256058004c078d0a6dccb
4
+ data.tar.gz: dbe6fb3e980583cbcfb3a1013e114f06f9705211
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YzA4OTQzZWU2YzgzOTI1MjA3MGUxYzQwNGI5MzAyOGQ4NWY3OGFkODgxMjQ3
10
- YjQxNGI4YmU5NWRiYTE4Y2YwZmEzYTY4NTQ5ZmE4Zjg2ZjM5ZDdmZmVkYTQx
11
- OGZiODI4OGQxMWE0NTE1OGNlOWRmMmRkNGYzZWVkZDZmNWQ5MzM=
12
- data.tar.gz: !binary |-
13
- NTM0OGVkZmIzMmI3MDBlMGE4ZGIxMzJhMmE2NmU5Y2YzMzcxNGQ1MDE5Y2Ni
14
- OTQ4MDMwOTU3Zjc5NGIxOTBkZTJlZGYwY2VjOGVmMTllZTA0MzFiZmVlNDBj
15
- OTVmYzhhYWI0NDQ5OWVhN2MxNjRhYjg0NjQxYjA2MjBmODc0YWY=
6
+ metadata.gz: 6f471d96639743a311b7cd6464c7809a4f0f302a7647bf6a69fcca6bd52641966e4b86d2e0245ae2f1fd331f86e76353080ceac3cef7b28a7e4bab0a6fc1cbd0
7
+ data.tar.gz: 410703c649cb2b188319e269ecfed582d9d2d0da6b884c5c753c42f98fd3cbbe0ab73e33cf51d91f28dff3ac22c7a6e8ace8161b6d97db19c3e75f3ff051a481
data/lib/propono.rb CHANGED
@@ -36,6 +36,6 @@ module Propono
36
36
  end
37
37
 
38
38
  def self.listen_to_sqs(*args, &block)
39
- SqsListener.listen(*args, &block)
39
+ UdpListener.listen(*args, &block)
40
40
  end
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module Propono
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propono
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - MalcyL
@@ -43,28 +43,28 @@ dependencies:
43
43
  name: rake
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - ! '>='
46
+ - - '>='
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - ! '>='
53
+ - - '>='
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: mocha
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - ! '>='
60
+ - - '>='
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ! '>='
67
+ - - '>='
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  - !ruby/object:Gem::Dependency
@@ -137,12 +137,12 @@ require_paths:
137
137
  - lib
138
138
  required_ruby_version: !ruby/object:Gem::Requirement
139
139
  requirements:
140
- - - ! '>='
140
+ - - '>='
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0'
143
143
  required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  requirements:
145
- - - ! '>='
145
+ - - '>='
146
146
  - !ruby/object:Gem::Version
147
147
  version: '0'
148
148
  requirements: []