alterans-stylecheck 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/alterans-stylecheck.rb +1 -0
- data/lib/alterans/stylecheck/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ce8ec07da053c864ca43217c89844e2008703d1
|
4
|
+
data.tar.gz: a52495045f056f886ffd9e5d686df8a63cfd68b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9111f35eb96c2c6c043fb13ea06c93374429b7f834bb7da98940fa547cffff32a3b4d0d2602619d3049f4fa2afef5285c3c2eec0f5938fda2c9dbc320e8f6ff
|
7
|
+
data.tar.gz: 206d70fc86e5644422338fecaf2f25eb1640adb06ec8f7a8ae56505f79fdbb561a3a7235bd9ff7684b4c33484fefe82b12bacdc9fcd9d32d79493a008d81a3a1
|
@@ -0,0 +1 @@
|
|
1
|
+
require "alterans/stylecheck"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alterans-stylecheck
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Wawer
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -66,6 +66,7 @@ files:
|
|
66
66
|
- README.md
|
67
67
|
- Rakefile
|
68
68
|
- alterans-stylecheck.gemspec
|
69
|
+
- lib/alterans-stylecheck.rb
|
69
70
|
- lib/alterans/stylecheck.rb
|
70
71
|
- lib/alterans/stylecheck/version.rb
|
71
72
|
- template/rubocop.yml
|