rubocop-config-cowtech 1.0.1 → 1.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
- SHA1:
3
- metadata.gz: 1511bfedc2e78bbc5f577c6fc323ccf3b25bc66a
4
- data.tar.gz: 885b7116fa913416d0819f13f1ab2897adf684f5
2
+ SHA256:
3
+ metadata.gz: 4f865f3a097dc4e2d0a45a50bacb501938438061c5f25acc29a6f8238f7bf50c
4
+ data.tar.gz: f38a95fd59a84e8259e9540c9784d3ff14d3747f737f0894b7662103a0e97ea2
5
5
  SHA512:
6
- metadata.gz: c11367b325a6d7fcd1c6e8ccb0144b59d043c5a461aa416d08fb582505369aaa03c5ff0bb130757f428e38f8a1444e57e300160d1e7503f0cfe5c570623be32a
7
- data.tar.gz: 3145b61ca1ef1a473f77c37354a3efaa6567a90ae5b82cb0fad03ef64d60744821379984a3d3654ef7145f458028161a030e65873caa67931b40d18fe3cd4152
6
+ metadata.gz: e88abc5016db070ce837309ca11e09cac9f929ed8b2403cf4d51ed9b13e8e53b30756269eafbcd2f245e0a685b9c440fdc89694b621534231df8360a29814636
7
+ data.tar.gz: 50d61bdee51243108ec2e2ef09e2ba54207b6d37345a3931bd668bb77ebb061928da3ba2a647ef13daef9ecd4dfbb669e75e0aeb1f8a2a19c056575af7d8583b
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the rubocopy-config-cowtech gem. Copyright (C) 2017 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  source "http://rubygems.org"
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (C) 2018 and above Shogun <shogun@cowtech.it>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,12 +1,9 @@
1
1
  # rubocop-config-cowtech
2
2
 
3
- [![Package Version](https://badge.fury.io/rb/rubocop-config-cowtech.png)](http://badge.fury.io/rb/rubocop-config-cowtech)
4
- [![Dependency Status](https://gemnasium.com/ShogunPanda/rubocop-config-cowtech.png)](https://gemnasium.com/ShogunPanda/rubocop-config-cowtech)
3
+ ## END OF DEVELOPMENT NOTICE - This gem has been discontinued
5
4
 
6
5
  CowTech style rubocop config
7
6
 
8
- https://github.com/ShogunPanda/rubocop-config-cowtech
9
-
10
7
  ## Usage
11
8
 
12
9
  In your rubocop configuration file, insert the following statements:
@@ -18,15 +15,15 @@ inherit_gem:
18
15
 
19
16
  ## Contributing to rubocop-config-cowtech
20
17
 
21
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
22
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
23
- * Fork the project.
24
- * Start a feature/bugfix branch.
25
- * Commit and push until you are happy with your contribution.
26
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
18
+ - Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
19
+ - Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
20
+ - Fork the project.
21
+ - Start a feature/bugfix branch.
22
+ - Commit and push until you are happy with your contribution.
23
+ - Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
27
24
 
28
25
  ## Copyright
29
26
 
30
27
  Copyright (C) 2017 and above Shogun <shogun@cowtech.it>.
31
28
 
32
- Licensed under the MIT license, which can be found at http://opensource.org/licenses/MIT.
29
+ Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
data/main.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the rubocopy-config-cowtech gem. Copyright (C) 2017 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  AllCops:
@@ -1,11 +1,11 @@
1
1
  #
2
2
  # This file is part of the rubocop-config-cowtech gem. Copyright (C) 2017 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "rubocop-config-cowtech"
8
- gem.version = "1.0.1"
8
+ gem.version = "1.0.2"
9
9
  gem.homepage = "https://github.com/ShogunPanda/rubocop-config-cowtech"
10
10
  gem.summary = %q{CowTech style rubocop config.}
11
11
  gem.description = %q{CowTech style rubocop config.}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-config-cowtech
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shogun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-06 00:00:00.000000000 Z
11
+ date: 2019-12-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: CowTech style rubocop config.
14
14
  email:
@@ -20,6 +20,7 @@ files:
20
20
  - ".gitignore"
21
21
  - CHANGELOG.md
22
22
  - Gemfile
23
+ - LICENSE.md
23
24
  - README.md
24
25
  - Rakefile
25
26
  - main.yml
@@ -43,10 +44,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
44
  - !ruby/object:Gem::Version
44
45
  version: '0'
45
46
  requirements: []
46
- rubyforge_project: rubocop-config-cowtech
47
- rubygems_version: 2.6.9
47
+ rubygems_version: 3.0.3
48
48
  signing_key:
49
49
  specification_version: 4
50
50
  summary: CowTech style rubocop config.
51
51
  test_files: []
52
- has_rdoc: