finstyle 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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +2 -1
- data/Rakefile +2 -0
- data/finstyle.gemspec +1 -1
- data/lib/finstyle/version.rb +3 -1
- data/lib/finstyle.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eeb5600cba9fae12940b3709436b5208a5159123
|
|
4
|
+
data.tar.gz: f3c5753c338cc74f7b8096901f1eaa52ca785785
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b6678252f07c278e9c6cac0ab6a1c2d5e14344a869bba7e3dd8cdd3823866c3255dfbd988f6ac341086c0f5d6e8b4cd9865ed20655a4e10a7964322da4836f8
|
|
7
|
+
data.tar.gz: 7a65f642a4182990a786df9223a8d86ffd489395e0dabd36743d00428208a00faacb6b6b43c695540a72bbbcbfb9f0dd5168262fe99f14a2ead167a6fc327da6
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# Finstyle: Version Pinning RuboCop and Configuration for CI
|
|
2
2
|
|
|
3
|
+
[](http://badge.fury.io/rb/finstyle)
|
|
3
4
|
[](https://travis-ci.org/fnichol/finstyle)
|
|
4
5
|
[](https://codeclimate.com/github/fnichol/finstyle)
|
|
5
6
|
[](https://gemnasium.com/fnichol/finstyle)
|
|
@@ -92,4 +93,4 @@ MIT (see [LICENSE.txt][license])
|
|
|
92
93
|
[rubocop]: https://github.com/bbatsov/rubocop
|
|
93
94
|
[patch]: https://github.com/fnichol/finstyle/blob/master/lib/finstyle.rb
|
|
94
95
|
[rakefile]: https://github.com/fnichol/finstyle/blob/master/Rakefile
|
|
95
|
-
[upstream]: https://github.com/fnichol/finstyle/blob/master/config/
|
|
96
|
+
[upstream]: https://github.com/fnichol/finstyle/blob/master/config/default.yml
|
data/Rakefile
CHANGED
data/finstyle.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Finstyle::VERSION
|
|
9
9
|
spec.authors = ["Fletcher Nichol"]
|
|
10
10
|
spec.email = ["fnichol@nichol.ca"]
|
|
11
|
-
spec.summary = "Version pinning RuboCop and configuration for" \
|
|
11
|
+
spec.summary = "Version pinning RuboCop and configuration for " \
|
|
12
12
|
"consistentcy in CI"
|
|
13
13
|
spec.description = spec.description
|
|
14
14
|
spec.homepage = "http://fnichol.github.io/finstyle"
|
data/lib/finstyle/version.rb
CHANGED
data/lib/finstyle.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: finstyle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fletcher Nichol
|
|
@@ -128,5 +128,5 @@ rubyforge_project:
|
|
|
128
128
|
rubygems_version: 2.2.2
|
|
129
129
|
signing_key:
|
|
130
130
|
specification_version: 4
|
|
131
|
-
summary: Version pinning RuboCop and configuration
|
|
131
|
+
summary: Version pinning RuboCop and configuration for consistentcy in CI
|
|
132
132
|
test_files: []
|