Dutchie-Style 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/Dutchie-Style.gemspec +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +56 -0
- data/lib/Dutchie/Style/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11ddb54b3aa7cb2c824cee5c85bd5a119b4a6ed8b4525976d17698889daf8518
|
4
|
+
data.tar.gz: 5db89e8b089059cde2ff7a4c5167e76a51b52268021903214f9ac37c0dc2cb54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb675f7ea0a6a6f46967309efe9b575f6a0474f0496976f4ed179b03b9729273ae500d05004223f93e2a1510f38f8df7ceb5c163a95b213a72cf4f785831acbd
|
7
|
+
data.tar.gz: bb05c8601b8ae30941ee33e48b0bf928a1bd7871d0de38c2d6a27169776b08194f8b430624ae3ba0ee85445c2d06cc98dfcc9c2f69e0a7c00bc066ef5e0e621a
|
data/.gitignore
CHANGED
data/Dutchie-Style.gemspec
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
ADDED
@@ -0,0 +1,56 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
Dutchie-Style (1.0.1)
|
5
|
+
rubocop (~> 0.86.0)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
ast (2.4.1)
|
11
|
+
diff-lcs (1.4.2)
|
12
|
+
parallel (1.19.2)
|
13
|
+
parser (2.7.1.4)
|
14
|
+
ast (~> 2.4.1)
|
15
|
+
rainbow (3.0.0)
|
16
|
+
rake (12.3.3)
|
17
|
+
regexp_parser (1.7.1)
|
18
|
+
rexml (3.2.4)
|
19
|
+
rspec (3.9.0)
|
20
|
+
rspec-core (~> 3.9.0)
|
21
|
+
rspec-expectations (~> 3.9.0)
|
22
|
+
rspec-mocks (~> 3.9.0)
|
23
|
+
rspec-core (3.9.2)
|
24
|
+
rspec-support (~> 3.9.3)
|
25
|
+
rspec-expectations (3.9.2)
|
26
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
27
|
+
rspec-support (~> 3.9.0)
|
28
|
+
rspec-mocks (3.9.1)
|
29
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
30
|
+
rspec-support (~> 3.9.0)
|
31
|
+
rspec-support (3.9.3)
|
32
|
+
rubocop (0.86.0)
|
33
|
+
parallel (~> 1.10)
|
34
|
+
parser (>= 2.7.0.1)
|
35
|
+
rainbow (>= 2.2.2, < 4.0)
|
36
|
+
regexp_parser (>= 1.7)
|
37
|
+
rexml
|
38
|
+
rubocop-ast (>= 0.0.3, < 1.0)
|
39
|
+
ruby-progressbar (~> 1.7)
|
40
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
41
|
+
rubocop-ast (0.0.3)
|
42
|
+
parser (>= 2.7.0.1)
|
43
|
+
ruby-progressbar (1.10.1)
|
44
|
+
unicode-display_width (1.7.0)
|
45
|
+
|
46
|
+
PLATFORMS
|
47
|
+
ruby
|
48
|
+
|
49
|
+
DEPENDENCIES
|
50
|
+
Dutchie-Style!
|
51
|
+
rake (~> 12.0)
|
52
|
+
rspec (~> 3.0)
|
53
|
+
rubocop (~> 0.86)
|
54
|
+
|
55
|
+
BUNDLED WITH
|
56
|
+
2.1.4
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Dutchie-Style
|
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
|
- Christopher Ostrowski
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.86.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.86.0
|
27
27
|
description: Rubocop Settings for all dutchie Ruby Apps
|
28
28
|
email:
|
29
29
|
- chris@dutchie.com
|
@@ -35,6 +35,7 @@ files:
|
|
35
35
|
- ".gitignore"
|
36
36
|
- Dutchie-Style.gemspec
|
37
37
|
- Gemfile
|
38
|
+
- Gemfile.lock
|
38
39
|
- README.md
|
39
40
|
- default.yml
|
40
41
|
- lib/Dutchie/Style.rb
|