dlss_cops 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 96bbca33713d78d377f7a6cc20fc31a1eaef8930e5d1f5c8f6e3be79300c0eca
4
- data.tar.gz: a9a1508f6856ffc33b1b36d8e7c8ed67e6f8235f02e2e5be2ec48b86a676fb2e
3
+ metadata.gz: 92c0202a5247c924251f5e5fb595ffe89c660bae01782266b000308d1442c73a
4
+ data.tar.gz: 2e80ef65b5c3e73c98791190e4c0be929e52378af8faaaf69a431e69471ebeaa
5
5
  SHA512:
6
- metadata.gz: bb1a8e2d9e156e8b97d1a7438cc7cf0289509521e6b4d29165c83408bdb4e8c61bc7ae91ca5e09e223f54b77088f78673a16b48c6ba1434ba4f9bc8e6a9dc800
7
- data.tar.gz: ed55acd00a6deeea83be9913ec74da0ac2e62c3af9f2d1cc535f972228e1ae102029b6e28394e633e282ed79a59bd2b4ca836a2f80a5d2d966347d47a16175ad
6
+ metadata.gz: f1c75e6bfbd2e374d968cf3a83946aec07934fe5c1b5bc7bd944cdee7426625420a43a6d5572ed1e4666b8c20647d4e0aa0892cfecf6ab76ba1fa4ea1c939d4e
7
+ data.tar.gz: f80641b10dc2947f02a370cba827fafca6098e6720aed671e8129b2f2aa0ab291b5970b457c7d2028b1c4dc9be7b8a6322030e51b0ad9b3019043dcbe514ca23
data/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ # DEPRECATED
2
+
3
+ This gem was deprecated on March 4th, 2022 after lying fallow for four years.
4
+
1
5
  # DlssCops
2
6
 
3
7
  DlssCops is a Rubocop configuration gem that holds DLSS's baseline Ruby style guide.
@@ -5,6 +5,7 @@ AllCops:
5
5
  DisplayCopNames: true
6
6
  Include:
7
7
  - '**/Rakefile'
8
+ - 'lib/tasks/*.rake'
8
9
  - '**/config.ru'
9
10
  Exclude:
10
11
  - 'Gemfile.lock'
data/dlss_cops.gemspec CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Michael J. Giarlo']
10
10
  spec.email = ['mjgiarlo@stanford.edu']
11
11
 
12
- spec.summary = "DlssCops is a Rubocop configuration gem that holds DLSS's baseline Ruby style guide"
13
- spec.description = "DlssCops is a Rubocop configuration gem that holds DLSS's baseline Ruby style guide."
14
- spec.homepage = 'https://github.com/sul-dlss/dlss_cops'
12
+ spec.summary = "[DEPRECATED] DlssCops is a Rubocop configuration gem that holds DLSS's baseline Ruby style guide"
13
+ spec.description = "[DEPRECATED] DlssCops is a Rubocop configuration gem that holds DLSS's baseline Ruby style guide."
14
+ spec.homepage = 'https://github.com/sul-dlss-deprecated/dlss_cops'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = 'exe'
@@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_dependency 'rubocop', '~> 0.52.0'
22
22
  spec.add_dependency 'rubocop-rspec', '~> 1.23.0'
23
- spec.add_development_dependency 'bundler', '~> 1.11'
23
+ spec.add_development_dependency 'bundler'
24
24
  spec.add_development_dependency 'rake', '~> 12'
25
25
  end
@@ -1,3 +1,3 @@
1
1
  module DlssCops
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlss_cops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael J. Giarlo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-23 00:00:00.000000000 Z
11
+ date: 2022-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '1.11'
47
+ version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '1.11'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -66,8 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '12'
69
- description: DlssCops is a Rubocop configuration gem that holds DLSS's baseline Ruby
70
- style guide.
69
+ description: "[DEPRECATED] DlssCops is a Rubocop configuration gem that holds DLSS's
70
+ baseline Ruby style guide."
71
71
  email:
72
72
  - mjgiarlo@stanford.edu
73
73
  executables: []
@@ -85,7 +85,7 @@ files:
85
85
  - dlss_cops.gemspec
86
86
  - lib/dlss_cops.rb
87
87
  - lib/dlss_cops/version.rb
88
- homepage: https://github.com/sul-dlss/dlss_cops
88
+ homepage: https://github.com/sul-dlss-deprecated/dlss_cops
89
89
  licenses: []
90
90
  metadata: {}
91
91
  post_install_message:
@@ -103,10 +103,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  - !ruby/object:Gem::Version
104
104
  version: '0'
105
105
  requirements: []
106
- rubyforge_project:
107
- rubygems_version: 2.7.3
106
+ rubygems_version: 3.2.32
108
107
  signing_key:
109
108
  specification_version: 4
110
- summary: DlssCops is a Rubocop configuration gem that holds DLSS's baseline Ruby style
111
- guide
109
+ summary: "[DEPRECATED] DlssCops is a Rubocop configuration gem that holds DLSS's baseline
110
+ Ruby style guide"
112
111
  test_files: []