ruby_coding_standard 0.1.0 → 0.2.0

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: cb8d0a71c7737cc929bb7d6562859651460ca30a185761e089a40eaaf3a02101
4
- data.tar.gz: c17dea34c27d23f18e1b704eda2682772a5f1a753d84e737d104615145f6c085
3
+ metadata.gz: 3356678f5b769b8829bc6340990cea734cf7be6ad895a66b2f17dba3f35f6cb8
4
+ data.tar.gz: 362dd35a1fb3e1e87eb817f4d376e2fcca08db7949ad4773dcc80da4d2050456
5
5
  SHA512:
6
- metadata.gz: 504b91fa368d9aad33016a8ff63d86a2133cf071cb6e08d100c511fbdba000a266887fb42cb0e647300ef2e3ebaa035f746ecf69b69bdf84bb6244ef002dec1f
7
- data.tar.gz: a0d98c9a82d36a84abec173026c554ef7abb0f208fad31fb1a4a405f721c8d3bfa6a1515b55b72e39eb7fe77115406ba5361d9e7e3b588d02042f59facec1ca9
6
+ metadata.gz: '09f24243a568ba9e22bc81174d40f0055f9bd5c6beb7edf168b0c074f33d0aec97c90a5740ac8ee1b4f459d595e5dc75f7249144d6f1eabe0a544f1afa6096b4'
7
+ data.tar.gz: d22321f816f5b297ded9a50238a7b4e06186c3f5717e4081b0d2069138e8464269e1f675495e24bceec4b9fcaa8ff5020570f33c9a13c50b8c65d079a473279a
data/.lint.yml CHANGED
@@ -32,9 +32,6 @@ Lint/DuplicateMethods:
32
32
  Lint/DuplicatedKey:
33
33
  Enabled: true
34
34
 
35
- Lint/EachWithObjectArgument:
36
- Enabled: true
37
-
38
35
  Lint/ElseLayout:
39
36
  Enabled: true
40
37
 
data/README.md CHANGED
@@ -20,18 +20,9 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- TODO: Write usage instructions here
23
+ Add to your `.rubocop.yml` file
24
24
 
25
- ## Development
26
-
27
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
28
-
29
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
30
-
31
- ## Contributing
32
-
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ruby_coding_standard. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
34
-
35
- ## Code of Conduct
36
-
37
- Everyone interacting in the RubyCodingStandard project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/ruby_coding_standard/blob/master/CODE_OF_CONDUCT.md).
25
+ ```yml
26
+ inherit_gem:
27
+ ruby_coding_standard: .rubocop.yml
28
+ ```
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyCodingStandard
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  public_constant :VERSION
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_coding_standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tema Bolshakov