action-cable-testing 0.0.6 → 0.0.6.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: c5796425a4e5ab73343b517a89d64d5aa2be0fd6
4
- data.tar.gz: 58e1d065fbf5038ab793ed22a7d204d1c3c045ef
3
+ metadata.gz: 8092ab8d50462d20a5192f06dd233f4876a130e9
4
+ data.tar.gz: 37059d739700e6792a972e405c8a2749f65cc2c2
5
5
  SHA512:
6
- metadata.gz: e5b188a2a39bc37f77a8456ba9e308098210899fbf33686e847d4ddd1b6e7337004c7a1c8e79c8df94e34e5e19fc2f9b0f83ffe03294529320ce612f027c0290
7
- data.tar.gz: 0dab5c1a7ac3ac23a9bbe61a3701e0a559bd5347e2a4722933f964b66b5935bdcefdf98058262c782d27d197dcfb8e7c605983983ba80f621448f776e1b9bda7
6
+ metadata.gz: 11c87c8eda12f74a453985af75907535bafb90f65e63a9ca588cd2e91ab820d769f85fc2aeea8c4ab8d0bdffc5c1502a0c65c60cde07409de272937bcf1983e6
7
+ data.tar.gz: 3191e647f6a54aa412c98a9f7585ca45f411d786566c6fb5e1fe54c817aeb2b054907e770d385754a612a7824048c86fe953b530600bdfd709251e49896eb472
@@ -2,7 +2,7 @@
2
2
 
3
3
  require "rspec/rails/example/channel_example_group"
4
4
 
5
- module RSpec
5
+ module RSpec # :nodoc:
6
6
  module Rails
7
7
  module FeatureCheck
8
8
  module_function
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActionCable
4
4
  module Testing
5
- VERSION = "0.0.6"
5
+ VERSION = "0.0.6.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action-cable-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Dementyev
@@ -143,7 +143,6 @@ executables: []
143
143
  extensions: []
144
144
  extra_rdoc_files: []
145
145
  files:
146
- - ".yardopts"
147
146
  - CHANGELOG.md
148
147
  - LICENSE.txt
149
148
  - README.md
data/.yardopts DELETED
@@ -1,3 +0,0 @@
1
- --exclude /templates/
2
- --exclude /rspec/
3
- --quiet