inch_by_inch 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 +5 -5
- data/.travis.yml +7 -0
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +12 -14
- data/README.md +4 -1
- data/inch_by_inch.gemspec +1 -1
- data/lib/inch_by_inch/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 8b43e870bfc22c106f9ec1741b18a6f4432caaaf341aec2b20b16eb637c7cd54
|
4
|
+
data.tar.gz: bfeaedb22933464d59d335040c0044716f47e58d0150dc5ee1c512580d325967
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11d005f3312b93485caaea86eb959eb57bdac17057539f7cb963930d91f3140974498b8c086d45c117d69f0c9deb59bb9748c7cf308eb3ea81c5d0dc0311b6ae
|
7
|
+
data.tar.gz: b1226c3f04f3a032b1a34e2c10a2ad73866fb8303e43750316837add3ec9758691e29d0998b25766055dc5ece0c280aa77b405f4959947b2e5640698d7163ba6
|
data/.travis.yml
ADDED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
inch_by_inch (1.0.
|
5
|
-
inch (~> 0.
|
4
|
+
inch_by_inch (1.0.1)
|
5
|
+
inch (~> 0.8.0)
|
6
6
|
rake (~> 10.0)
|
7
7
|
|
8
8
|
GEM
|
@@ -11,22 +11,21 @@ GEM
|
|
11
11
|
ast (2.1.0)
|
12
12
|
astrolabe (1.3.1)
|
13
13
|
parser (~> 2.2)
|
14
|
-
coderay (1.1.
|
15
|
-
inch (0.
|
14
|
+
coderay (1.1.2)
|
15
|
+
inch (0.8.0)
|
16
16
|
pry
|
17
17
|
sparkr (>= 0.2.0)
|
18
18
|
term-ansicolor
|
19
|
-
yard (~> 0.
|
20
|
-
method_source (0.
|
19
|
+
yard (~> 0.9.12)
|
20
|
+
method_source (0.9.0)
|
21
21
|
parser (2.2.3.0)
|
22
22
|
ast (>= 1.1, < 3.0)
|
23
23
|
powerpack (0.1.1)
|
24
|
-
pry (0.
|
24
|
+
pry (0.11.3)
|
25
25
|
coderay (~> 1.1.0)
|
26
|
-
method_source (~> 0.
|
27
|
-
slop (~> 3.4)
|
26
|
+
method_source (~> 0.9.0)
|
28
27
|
rainbow (2.0.0)
|
29
|
-
rake (10.
|
28
|
+
rake (10.5.0)
|
30
29
|
rubocop (0.35.1)
|
31
30
|
astrolabe (~> 1.3)
|
32
31
|
parser (>= 2.2.3.0, < 3.0)
|
@@ -35,12 +34,11 @@ GEM
|
|
35
34
|
ruby-progressbar (~> 1.7)
|
36
35
|
tins (<= 1.6.0)
|
37
36
|
ruby-progressbar (1.7.5)
|
38
|
-
slop (3.6.0)
|
39
37
|
sparkr (0.4.1)
|
40
|
-
term-ansicolor (1.
|
38
|
+
term-ansicolor (1.6.0)
|
41
39
|
tins (~> 1.0)
|
42
40
|
tins (1.6.0)
|
43
|
-
yard (0.
|
41
|
+
yard (0.9.12)
|
44
42
|
|
45
43
|
PLATFORMS
|
46
44
|
ruby
|
@@ -51,4 +49,4 @@ DEPENDENCIES
|
|
51
49
|
rubocop
|
52
50
|
|
53
51
|
BUNDLED WITH
|
54
|
-
1.
|
52
|
+
1.16.1
|
data/README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# InchByInch
|
2
2
|
|
3
|
+
[](https://travis-ci.org/segiddins/inch_by_inch)
|
4
|
+
[](http://badge.fury.io/rb/inch_by_inch)
|
5
|
+
|
3
6
|
A rake task to make validating your documentation comments as easy as running
|
4
7
|
a single command.
|
5
8
|
|
@@ -44,7 +47,7 @@ git commits and tags, and push the `.gem` file to
|
|
44
47
|
## Contributing
|
45
48
|
|
46
49
|
Bug reports and pull requests are welcome on GitHub at
|
47
|
-
https://github.com/
|
50
|
+
https://github.com/segiddins/inch_by_inch. This project is intended to be a
|
48
51
|
safe, welcoming space for collaboration, and contributors are expected to adhere
|
49
52
|
to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
50
53
|
|
data/inch_by_inch.gemspec
CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
20
20
|
|
21
21
|
spec.required_ruby_version = '>= 2.0.0'
|
22
22
|
|
23
|
-
spec.add_runtime_dependency 'inch', '~> 0.
|
23
|
+
spec.add_runtime_dependency 'inch', '~> 0.8.0'
|
24
24
|
spec.add_runtime_dependency 'rake', '~> 10.0'
|
25
25
|
|
26
26
|
spec.add_development_dependency 'bundler', '~> 1.11.pre'
|
data/lib/inch_by_inch/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inch_by_inch
|
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
|
- Marius Rackwitz
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2018-04-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: inch
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 0.
|
20
|
+
version: 0.8.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 0.
|
27
|
+
version: 0.8.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rake
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -65,6 +65,7 @@ files:
|
|
65
65
|
- ".rubocop.yml"
|
66
66
|
- ".rubocop_cocoapods.yml"
|
67
67
|
- ".rubocop_todo.yml"
|
68
|
+
- ".travis.yml"
|
68
69
|
- CHANGELOG.md
|
69
70
|
- CODE_OF_CONDUCT.md
|
70
71
|
- Gemfile
|
@@ -99,9 +100,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
100
|
version: '0'
|
100
101
|
requirements: []
|
101
102
|
rubyforge_project:
|
102
|
-
rubygems_version: 2.
|
103
|
+
rubygems_version: 2.7.6
|
103
104
|
signing_key:
|
104
105
|
specification_version: 4
|
105
106
|
summary: A rake task to pretty-print documentation violations.
|
106
107
|
test_files: []
|
107
|
-
has_rdoc:
|