art-rubocop 1.0.2 → 1.0.3

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
  SHA256:
3
- metadata.gz: e8563ae8b938f7fae943f61a1f166aba01a04689442e4d480cb6a51d77bda657
4
- data.tar.gz: 1701442e633b33af42bbf019ac97018744e0b4b3c07739ebd7c714a7bd7dc21d
3
+ metadata.gz: 5bf36d0afb497f2af50944a66e202cf86f074afb5007b98263eed7c5106d0625
4
+ data.tar.gz: 4a820cb77da16df2c4077c5814ef47d58db2b17c910e17b84c4f46a1b10a1d05
5
5
  SHA512:
6
- metadata.gz: 881e4e68a7c96b2c84995768a9bba49554d526a42d7deca1a935ec2694784db71748f9ef387e936900c8db92cc5050542d1d3bf2d9bc5dd9d56147246591c715
7
- data.tar.gz: 698bf499d51715bd222924aae84843260e68a19470cc234eb25e51e9375b4454acb547e48b820fe6fc209d636524ade8b01433787e4e1828cb6eb7a3a449ab69
6
+ metadata.gz: 869ec810e49c538f64b81eef69efaf818f91b9d11c03e38e67bb97df9840d69093122710e02a1dbe6484470f6c7ef400685bc3d3e2f0b1788095b0adc20822d3
7
+ data.tar.gz: 4cab77b28ebf524da99483b6252549b262cdf4aeee00450fc781868b9dd2aa51b1388bbdefa5ebfabe6804e7b2032406cafdfd58312a6f095e882ec746c1b8c1
@@ -0,0 +1,6 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "bundler"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
data/.rubocop.yml ADDED
@@ -0,0 +1 @@
1
+ inherit_from: default.yml
data/README.md CHANGED
@@ -8,7 +8,7 @@ Add this line to your app's Gemfile (You do not need to add `rubocop` as a depen
8
8
 
9
9
  ```ruby
10
10
  group :test, :development do
11
- gem 'art-rubocop', git: "https://github.com/articulate/art-rubocop.git"
11
+ gem 'art-rubocop'
12
12
  end
13
13
  ```
14
14
 
data/art-rubocop.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "art-rubocop"
5
- spec.version = "1.0.2"
5
+ spec.version = "1.0.3"
6
6
  spec.authors = ["MarkOps"]
7
7
  spec.email = ["devinrm@articulate.com"]
8
8
  spec.summary = "Rubocop style guide for Articulate MarkOps"
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: art-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - MarkOps
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-08 00:00:00.000000000 Z
11
+ date: 2022-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -112,13 +112,15 @@ dependencies:
112
112
  - - ">="
113
113
  - !ruby/object:Gem::Version
114
114
  version: '0'
115
- description:
115
+ description:
116
116
  email:
117
117
  - devinrm@articulate.com
118
118
  executables: []
119
119
  extensions: []
120
120
  extra_rdoc_files: []
121
121
  files:
122
+ - ".github/dependabot.yml"
123
+ - ".rubocop.yml"
122
124
  - Gemfile
123
125
  - Gemfile.lock
124
126
  - LICENSE
@@ -128,13 +130,13 @@ files:
128
130
  - art-rubocop.gemspec
129
131
  - default.yml
130
132
  - lib/art-rubocop.rb
131
- - pkg/art-rubocop-1.0.1.gem
133
+ - pkg/art-rubocop-1.0.2.gem
132
134
  homepage: https://github.com/articulate/art-rubocop
133
135
  licenses:
134
136
  - GPL-3.0-or-later
135
137
  metadata:
136
138
  rubygems_mfa_required: 'true'
137
- post_install_message:
139
+ post_install_message:
138
140
  rdoc_options: []
139
141
  require_paths:
140
142
  - lib
@@ -150,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
152
  version: '0'
151
153
  requirements: []
152
154
  rubygems_version: 3.3.11
153
- signing_key:
155
+ signing_key:
154
156
  specification_version: 4
155
157
  summary: Rubocop style guide for Articulate MarkOps
156
158
  test_files: []
Binary file