house_style 1.4.0 → 1.5.0
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 +5 -5
- data/CHANGELOG.md +3 -0
- data/house_style.gemspec +4 -4
- metadata +9 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: e37853a62b316acf3feb0e25a8a47c80dad85a33021581a758e5c63ef8fceb39
|
|
4
|
+
data.tar.gz: a673e1f59bb879b18b037482b360727825dd510a78cd1d670dee2057d61d4337
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14c2def27308a3770033d82805334e3f58e1d3d3bf64f8badb6bd5a37cd3a56ab06745fc9f1b7829c500ef6a919b2fbddfaaafc11fc7d9404bb768b11b03e34a
|
|
7
|
+
data.tar.gz: fd2a5dc5dd8b17fc582d878a7097b9ff0ea94984a5995988926a608ea3c9dd653db0b07b5274bfae8363155572168d5ec650b5874ef5d8c0ac5c7f3873911cf6
|
data/CHANGELOG.md
CHANGED
data/house_style.gemspec
CHANGED
|
@@ -5,9 +5,9 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = 'house_style'
|
|
8
|
-
spec.version = '1.
|
|
9
|
-
spec.authors = ['
|
|
10
|
-
spec.email = ['
|
|
8
|
+
spec.version = '1.5.0'
|
|
9
|
+
spec.authors = ['Altmetric', 'Scott Matthewman']
|
|
10
|
+
spec.email = ['engineering@altmetric.com', 'scott.matthewman@gmail.com']
|
|
11
11
|
|
|
12
12
|
spec.summary = 'A centralised store of house style rules'
|
|
13
13
|
spec.description = 'Configuration files and other snippets to help you apply standards across multiple projects'
|
|
@@ -24,7 +24,7 @@ will be taken into account by rubocop also.
|
|
|
24
24
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
25
25
|
spec.require_paths = ['lib']
|
|
26
26
|
|
|
27
|
-
spec.add_dependency 'rubocop', '~> 0.
|
|
27
|
+
spec.add_dependency 'rubocop', '~> 0.63', '< 0.64'
|
|
28
28
|
spec.add_dependency 'rubocop-rspec', '~> 1.15'
|
|
29
29
|
|
|
30
30
|
spec.add_development_dependency 'bundler', '~> 1.10'
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: house_style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Scott Matthewman
|
|
8
7
|
- Altmetric
|
|
8
|
+
- Scott Matthewman
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2019-01-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|
|
@@ -17,20 +17,20 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: '0.
|
|
20
|
+
version: '0.63'
|
|
21
21
|
- - "<"
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: '0.
|
|
23
|
+
version: '0.64'
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
27
27
|
requirements:
|
|
28
28
|
- - "~>"
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
|
-
version: '0.
|
|
30
|
+
version: '0.63'
|
|
31
31
|
- - "<"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0.
|
|
33
|
+
version: '0.64'
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: rubocop-rspec
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -76,8 +76,8 @@ dependencies:
|
|
|
76
76
|
description: Configuration files and other snippets to help you apply standards across
|
|
77
77
|
multiple projects
|
|
78
78
|
email:
|
|
79
|
-
- scott.matthewman@gmail.com
|
|
80
79
|
- engineering@altmetric.com
|
|
80
|
+
- scott.matthewman@gmail.com
|
|
81
81
|
executables: []
|
|
82
82
|
extensions: []
|
|
83
83
|
extra_rdoc_files: []
|
|
@@ -130,8 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '0'
|
|
132
132
|
requirements: []
|
|
133
|
-
|
|
134
|
-
rubygems_version: 2.6.8
|
|
133
|
+
rubygems_version: 3.0.1
|
|
135
134
|
signing_key:
|
|
136
135
|
specification_version: 4
|
|
137
136
|
summary: A centralised store of house style rules
|