rubocop-ruby2_1 1.0.4 → 2.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: 74ac7691f2d75cd1aa08345be9c11051ad4b1c4d207592d46003d43840945265
4
- data.tar.gz: 725cc2611f38077ee668104d79d17cfde7265a4384e0904ac81953f4286a7939
3
+ metadata.gz: 1b00ccf4166fe203e462e625d2c39e399b9a85fc971842dad8eb1592063c4987
4
+ data.tar.gz: 9580652ff5332af9bddc37388f84f8e8e15bb5e9d08b3f66ec3d80435ab2befd
5
5
  SHA512:
6
- metadata.gz: 76f4ef66f664d81b232bba4f6b989dd74e69eca967073d73e20ebb67abf6ce1dcd96642ae27a30fd620529723589006364bcb2d5afe9e3dd51f4256768288aa7
7
- data.tar.gz: 53ccf4b482b78710b1b27987542a5c1f2abd138532cbc765eafd898aafdd8f1b6c8ad39b5c965f458574e69cd462d971a30246ef2a1c05b057be7e0a4cf61a09
6
+ metadata.gz: 52cbf2f1bf2e05f436e4b99a04192df16e839fba7c0191ce37b5dab00f2ce0e387713945fcdce620584804320a77521d3e1b5ddfa8ab7ba75d65ce3b363a183d
7
+ data.tar.gz: 5b3419801bfaad327656bf736dc81fb50428e05ef4bd7b48a2f617589dd046b66fda82321d73ec448cc12c934fb791f3d7fc3997f3d0a656763bb46f89bc752d
checksums.yaml.gz.sig ADDED
Binary file
data/CHANGELOG.md CHANGED
@@ -6,38 +6,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Added
9
-
10
9
  ### Changed
10
+ ### Fixed
11
+ ### Removed
11
12
 
13
+ ## [2.0.2] 2023-05-21
12
14
  ### Fixed
15
+ - Ship rake tasks in gem package
13
16
 
17
+ ## [2.0.1] 2023-05-18
18
+ ### Fixed
19
+ - Fix rake_tasks hook on Railtie
20
+
21
+ ## [2.0.0] 2023-05-17 [YANKED]
22
+ ### Added
23
+ - Configs for:
24
+ - rubocop
25
+ - rubocop-gradual
26
+ - rubocop-md
27
+ - rubocop-rake
28
+ - rubocop-shopify
29
+ - rubocop-thread_safety
30
+ - standard
31
+ - standard-performance
32
+ - standard-custom
33
+ - standard-rubocop-lts
34
+ - And optionally, if you are using RSpec:
35
+ - rubocop-rspec
36
+ - And optionally, if you are building a RubyGem:
37
+ - rubocop-packaging
38
+ - And optionally, if you are building a Rails app:
39
+ - betterlint
40
+ - standard-rails
41
+ - version_gem
14
42
  ### Removed
43
+ - Support for Ruby <= 2.6. Minimum Ruby Version is now 2.7
15
44
 
16
45
  ## [1.0.4] 2022-05-22
17
46
  ### Added
18
- * Rubocop => RuboCop typo repair
19
- * Ruby Version Support Matrix
47
+ - Rubocop => RuboCop typo repair
48
+ - Ruby Version Support Matrix
20
49
 
21
50
  ## [1.0.3] 2022-05-03
22
51
  ### Added
23
- * Style/BracesAroundHashParameters configured to help transition to Ruby 2.7+
52
+ - Style/BracesAroundHashParameters configured to help transition to Ruby 2.7+
24
53
 
25
54
  ## [1.0.2] 2022-05-03
26
55
  ### Fixed
27
- * Added missing rubocop.yml for inherit_gem directive
56
+ - Added missing rubocop.yml for inherit_gem directive
28
57
 
29
58
  ## [1.0.1] 2022-05-02
30
59
  ### Added
31
- * Documentation
60
+ - Documentation
32
61
 
33
62
  ### Changed
34
- * RuboCop lock 0.57.0 => 0.57.2
63
+ - RuboCop lock 0.57.0 => 0.57.2
35
64
 
36
65
  ## [1.0.0] 2022-05-01
37
66
  ### Added
38
- * Initial release
67
+ - Initial release
39
68
 
40
- [Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_1/compare/v1.0.4...HEAD
69
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_1/compare/v2.0.2...HEAD
70
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-ruby2_1/compare/v2.0.1...v2.0.2
71
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-ruby2_1/compare/v2.0.0...v2.0.1
72
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-ruby2_1/compare/v1.0.4...v2.0.0
41
73
  [1.0.4]: https://github.com/rubocop-lts/rubocop-ruby2_1/compare/v1.0.3...v1.0.4
42
74
  [1.0.3]: https://github.com/rubocop-lts/rubocop-ruby2_1/compare/v1.0.2...v1.0.3
43
75
  [1.0.2]: https://github.com/rubocop-lts/rubocop-ruby2_1/compare/v1.0.1...v1.0.2
data/CONTRIBUTING.md CHANGED
@@ -1,25 +1,39 @@
1
1
  ## Contributing
2
2
 
3
- Bug reports and pull requests are welcome on GitHub at [https://github.com/rubocop-lts/rubocop-ruby2_1][source]
3
+ Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/rubocop-lts/rubocop-ruby2_1][🚎src-main]
4
4
  . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
5
5
  the [code of conduct][conduct].
6
6
 
7
- To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request!
7
+ To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request
8
+ and post a message to the [gitter chat][🏘chat].
8
9
 
9
- ## Contributors
10
-
11
- [![Contributors](https://contrib.rocks/image?repo=rubocop-lts/rubocop-ruby2_1)][contributors]
10
+ ## Release
12
11
 
13
- Made with [contributors-img][contrib-rocks].
12
+ To release a new version:
14
13
 
15
- [comment]: <> (Following links are used by README, CONTRIBUTING)
14
+ 1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check.
15
+ 2. update the version number in `version.rb`
16
+ 3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`.
17
+ 4. run `bundle exec rake build:checksum`
18
+ 5. move the built gem to project root
19
+ 6. run `bin/checksum` to create the missing SHA256 checksum
20
+ 7. move the built gem back to `pkg/`
21
+ 8. commit the changes
22
+ 9. 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][rubygems].
16
23
 
17
- [conduct]: https://github.com/rubocop-lts/rubocop-ruby2_1/blob/main/CODE_OF_CONDUCT.md
24
+ NOTE: You will need to have a public key in `certs/`, and list your cert in the
25
+ `gemspec`, in order to sign the new release.
26
+ See: [RubyGems Security Guide][rubygems-security-guide]
18
27
 
19
- [contrib-rocks]: https://contrib.rocks
28
+ ## Contributors
20
29
 
21
- [contributors]: https://github.com/rubocop-lts/rubocop-ruby2_1/graphs/contributors
30
+ See: [https://gitlab.com/rubocop-lts/rubocop-ruby2_1/-/graphs/main][🖐contributors]
22
31
 
23
32
  [comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
24
33
 
25
- [source]: https://github.com/rubocop-lts/rubocop-ruby2_1/
34
+ [🤝conduct]: https://gitlab.com/rubocop-lts/rubocop-ruby2_1/-/blob/main/CODE_OF_CONDUCT.md
35
+ [🖐contributors]: https://gitlab.com/rubocop-lts/rubocop-ruby2_1/-/graphs/main
36
+ [🚎src-main]: https://gitlab.com/rubocop-lts/rubocop-ruby2_1/-/tree/main
37
+ [🏘chat]: https://gitter.im/rubocop-lts/community
38
+ [rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
39
+ [rubygems]: https://rubygems.org
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Peter Boling
3
+ Copyright (c) 2022 - 2023 Peter H. Boling of https://railsbling.com
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal