lendesk-ruby-lint-config 1.0.0 → 1.0.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: d75381e76f6ca9e58dd28cc7c723692eed2d0fd7
4
- data.tar.gz: d76894c53d92bf73fa820c5899271b64bf5e6588
3
+ metadata.gz: e21e340006f01f5e3d8311e3103d64a35779059e
4
+ data.tar.gz: 7d07a9e385d0fce88246aaa4b2704535ca4666da
5
5
  SHA512:
6
- metadata.gz: 817e69aa39624c3b18e65a6550e8ff6102df48f261fdf640b32fb8e5c7308910125ddfcf18b317f98a48aa026728e36bc6e895c88161cd279bc567e13b329256
7
- data.tar.gz: e2904c7f094217795de668b0493e3264e16e0efdabdfea608e0234356dc86fc4e00574f703140b0dd4da8076b82a5d3123cc56dc3298e02446775d82f4f53053
6
+ metadata.gz: 663ae975e853970c792944da6b00169573cb67479989b1b077bf8902c5e9d434b2aff2328e43e5d1b2c27dd021b5ec83d5065ff7282305b2420e33e2a96e74b3
7
+ data.tar.gz: 2eb0ebf74909e9657c759ade2cf8c225aa64fb343cd39d3aad5da2b23c37eae88cd542b1b9704bf08701845aabe3ea0bbcba9150e0a4c9851e74e8c6f4c783e2
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ *.gem
data/.ruby-style.yml CHANGED
@@ -1,23 +1,4 @@
1
1
  AllCops:
2
- Include:
3
- - "**/*.gemspec"
4
- - "**/*.podspec"
5
- - "**/*.jbuilder"
6
- - "**/*.rake"
7
- - "**/*.opal"
8
- - "**/Gemfile"
9
- - "**/Rakefile"
10
- - "**/Capfile"
11
- - "**/Guardfile"
12
- - "**/Podfile"
13
- - "**/Thorfile"
14
- - "**/Vagrantfile"
15
- - "**/Berksfile"
16
- - "**/Cheffile"
17
- - "**/Vagabondfile"
18
- Exclude:
19
- - "vendor/**/*"
20
- - "db/schema.rb"
21
2
  DisplayCopNames: true
22
3
  StyleGuideCopsOnly: false
23
4
  Style/AccessModifierIndentation:
data/README.md CHANGED
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  In your ruby-style.yml:
22
22
  ```yaml
23
- inherit_from:
23
+ inherit_gem:
24
24
  lendesk-ruby-lint-config: .ruby-style.yml
25
25
  ```
26
26
 
@@ -29,5 +29,5 @@ inherit_from:
29
29
  In your ruby-style.yml:
30
30
  ```yaml
31
31
  inherit_from:
32
- - https://github.com/matrinox/lendesk-ruby-lint-config/blob/master/.ruby-style.yml
32
+ - https://github.com/BOA-Restrictor/lendesk-ruby-lint-config/blob/master/.ruby-style.yml
33
33
  ```
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = 'Shared ruby lint config for lendesk'
13
13
  spec.description = 'Shared ruby lint config for lendesk'
14
- spec.homepage = 'https://github.com/matrinox/lendesk-ruby-lint-config'
14
+ spec.homepage = 'https://github.com/BOA-Restrictor/lendesk-ruby-lint-config'
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
17
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -1,3 +1,3 @@
1
1
  module LendeskRubyLintConfig
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lendesk-ruby-lint-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - matrinox
@@ -42,7 +42,7 @@ files:
42
42
  - lendesk-ruby-lint-config.gemspec
43
43
  - lib/lendesk_ruby_lint_config.rb
44
44
  - lib/lendesk_ruby_lint_config/version.rb
45
- homepage: https://github.com/matrinox/lendesk-ruby-lint-config
45
+ homepage: https://github.com/BOA-Restrictor/lendesk-ruby-lint-config
46
46
  licenses: []
47
47
  metadata:
48
48
  allowed_push_host: https://rubygems.org