rubocop-rspec-documentation 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: 6835013f9bdd9b919825c399180848fd02c1c5b66ea32a6a16d4558759e1deb9
4
- data.tar.gz: 5d3e7ab0db9bbd8dfa22f689126cd254b5d56ee56d9a63377ebbbee0a5ed311a
3
+ metadata.gz: ff610e7b0f4024620466fc4c1f2d500f9a2625bf8cc8fcb27005033d08b0cc7b
4
+ data.tar.gz: c68a705da0c24aef89f784ed5bbd14ea340ceed6fe90487814170556148c8e2d
5
5
  SHA512:
6
- metadata.gz: cf760e3954900da9d30b32a9884151f8bf85f3d2b91d30d6331d996dbfa590f3c1185cd288aff0e16ca0839fc0462d535e9043161891a8ee204dc2f0a83c4027
7
- data.tar.gz: 9f1f527b654bfdcddb6a961830b5f5dcddca00eb4d458c08dd53ca012d2b4e8c9f81972c2eed9af99a4f6434808c6a2437aa981c50b3c84fd1a5d185689bab6c
6
+ metadata.gz: ab1c9fbbe6b3402c6f00b97c6e422463953bd195c1e7efafe43ff1452a0376d26d72a50d630f7351bac80731abc0d800033512411eff3fe8b124e1f8177e50cf
7
+ data.tar.gz: 7872698731a631db4070f04a16199e742ae6fc8fd8549b233536b3531d569aa5cd98737d711831d177e95dbe409807047f7f0c8ceb6cb8f36e5105e24e4ef751
data/README.md CHANGED
@@ -6,15 +6,13 @@ See [Rubocop](https://docs.bob.frl/rspec-documentation/rubocop.html) overview in
6
6
 
7
7
  ## Installation
8
8
 
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
-
11
9
  Install the gem and add to the application's Gemfile by executing:
12
10
 
13
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
11
+ $ bundle add rubocop-rspec-documentation
14
12
 
15
13
  If bundler is not being used to manage dependencies, install the gem by executing:
16
14
 
17
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
15
+ $ gem install rubocop-rspec-documentation
18
16
 
19
17
  ## License
20
18
 
@@ -33,3 +33,10 @@ Style/FrozenStringLiteralComment:
33
33
  - Exclude
34
34
  Exclude:
35
35
  - 'rspec-documentation/pages/**/*.md'
36
+
37
+ Lint/RedundantCopEnableDirective:
38
+ inherit_mode:
39
+ merge:
40
+ - Exclude
41
+ Exclude:
42
+ - 'rspec-documentation/pages/**/*.md'
@@ -3,7 +3,7 @@
3
3
  module RuboCop
4
4
  module RSpec
5
5
  module Documentation
6
- VERSION = '0.0.1'
6
+ VERSION = '0.0.2'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rspec-documentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-13 00:00:00.000000000 Z
11
+ date: 2023-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-documentation