action_subscriber 5.0.0.pre0-java → 5.0.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3a9c274d2a15c83c9832f29837ba060b83c3c90
4
- data.tar.gz: 1d467c0849e1005536911e7dbd524d2096d13b0d
3
+ metadata.gz: 8c91ea3be1138ff9d028fbd3684c74b4700d2538
4
+ data.tar.gz: 523a549c70466525b3e8e7eee1a36c5c531061e6
5
5
  SHA512:
6
- metadata.gz: 04fcf97171745f4e064803ed39119da64ad24770e1f280e1f1a4d166db896fa8c0c2eb1d6b76f7228d423ef68744eb3d82d4fc59917c0bdfba87e519ca4ca4cf
7
- data.tar.gz: 6d373c1bfa1a1f4d31eff0b5b65593aa898ad66a389592eab85200bbf69d5a7949a3f101e1a934bac0535510084263ae437fa8db8d575589ebdf20d97cb40785
6
+ metadata.gz: 612c8f4c83412d4eddc36457523fda3fe1b6b5c612a417207e5a88c7c6a0ab753314077bcf433c5319d7beebbe9012a06d14e23efe4fa3b039b6abde0ba6ecc5
7
+ data.tar.gz: 2107480a7c91ffd7848e9c5d440bae8be7467205f1dabaa2d92aee14c1747b62fa92d978a66f8339eeee5badce9c9545763efdc78b4495c546e20f855e392548
data/README.md CHANGED
@@ -197,7 +197,7 @@ In your spec_helper.rb:
197
197
  require 'action_subscriber/rspec'
198
198
 
199
199
  RSpec.configure do |config|
200
- config.include ::ActionSubscriber::Rspec
200
+ config.include ::ActionSubscriber::RSpec
201
201
  end
202
202
  ```
203
203
 
@@ -1,4 +1,4 @@
1
- require 'rspec'
1
+ require 'rspec/core'
2
2
 
3
3
  module ActionSubscriber
4
4
  module RSpec
@@ -1,3 +1,3 @@
1
1
  module ActionSubscriber
2
- VERSION = "5.0.0.pre0"
2
+ VERSION = "5.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_subscriber
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0.pre0
4
+ version: 5.0.1
5
5
  platform: java
6
6
  authors:
7
7
  - Brian Stien
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2017-10-20 00:00:00.000000000 Z
15
+ date: 2017-10-30 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  requirement: !ruby/object:Gem::Requirement
@@ -182,7 +182,8 @@ dependencies:
182
182
  - - ">="
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
- description: ActionSubscriber is a DSL that allows a rails app to consume messages from a RabbitMQ broker.
185
+ description: ActionSubscriber is a DSL that allows a rails app to consume messages
186
+ from a RabbitMQ broker.
186
187
  email:
187
188
  - brianastien@gmail.com
188
189
  - liveh2o@gmail.com
@@ -277,15 +278,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
277
278
  version: '0'
278
279
  required_rubygems_version: !ruby/object:Gem::Requirement
279
280
  requirements:
280
- - - ">"
281
+ - - ">="
281
282
  - !ruby/object:Gem::Version
282
- version: 1.3.1
283
+ version: '0'
283
284
  requirements: []
284
285
  rubyforge_project:
285
286
  rubygems_version: 2.6.13
286
287
  signing_key:
287
288
  specification_version: 4
288
- summary: ActionSubscriber is a DSL that allows a rails app to consume messages from a RabbitMQ broker.
289
+ summary: ActionSubscriber is a DSL that allows a rails app to consume messages from
290
+ a RabbitMQ broker.
289
291
  test_files:
290
292
  - spec/integration/around_filters_spec.rb
291
293
  - spec/integration/at_least_once_spec.rb