action_subscriber 5.0.0 → 5.0.1

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: c8030f6562a790a3e5b3d853735775e13bf60f24
4
- data.tar.gz: 55ceac8e290223e9472422700677855461dfe8fe
3
+ metadata.gz: d536caaacd4d83c8285513c8109a18c2acc161c8
4
+ data.tar.gz: cae0d50e2d930a4f1b2b865edc7abf3959e73e9f
5
5
  SHA512:
6
- metadata.gz: 5a546b1ad1d8b185dc77f2f7c590efc24df2cf9c27bc1c290a6c681ff38a2c92966d2b270c1a1a0d853b3e6064a12530b799b9854e7b40d142988fd2ce5ceacd
7
- data.tar.gz: 571da1e9cedfeec25e33dc526cb38426428fc02db2b1c48584fd880e7d9424363103c68b918cac928c10ccc26bd0e05aca5ca37045465b63f5f9bd0db3311a3e
6
+ metadata.gz: 2233e1f8f39da395b3c82f3080478ee6d6af972f6ded14571c14518a89b9a8b45ddcbf5f86b6b0c193131dbb956db30c9cab9c8d35e1e090bf53bffb44d6000b
7
+ data.tar.gz: 44729b9fcddaac1e45075f4790e6cafcf98dcb033d75fb96238dc504a05f47fbf131771c2a279b2f273652aee4d2672aa633a13e9ca1ef798c1c3c89b5622f2a
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"
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
4
+ version: 5.0.1
5
5
  platform: ruby
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-24 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
  name: activesupport