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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 6155ab24504649d54b3f3677b4ef7864f897db3f
4
- data.tar.gz: 4f19858352bfb9b419f1d8197864d8c245ee0726
2
+ SHA256:
3
+ metadata.gz: 8b43e870bfc22c106f9ec1741b18a6f4432caaaf341aec2b20b16eb637c7cd54
4
+ data.tar.gz: bfeaedb22933464d59d335040c0044716f47e58d0150dc5ee1c512580d325967
5
5
  SHA512:
6
- metadata.gz: 4f3b14e50274f54c0ebdfad4e7f842dcb01273f277d3f7bcdbadb38b6ce4be126bd60f46d7d80c031eda5d1829bc3dd05063a237f4925a34a2017dfdc40f4e7d
7
- data.tar.gz: 7f6881b6a0e0663dbf393b6902fa345451d07fecc4e4ad5c35d3f3c5eb91ed2738e66e6c278f64e54ad13e6396bc729c58fdccc4bfce596fc6a591fcf8f22dd7
6
+ metadata.gz: 11d005f3312b93485caaea86eb959eb57bdac17057539f7cb963930d91f3140974498b8c086d45c117d69f0c9deb59bb9748c7cf308eb3ea81c5d0dc0311b6ae
7
+ data.tar.gz: b1226c3f04f3a032b1a34e2c10a2ad73866fb8303e43750316837add3ec9758691e29d0998b25766055dc5ece0c280aa77b405f4959947b2e5640698d7163ba6
@@ -0,0 +1,7 @@
1
+ language: ruby
2
+ cache: bundler
3
+ branches:
4
+ only:
5
+ - master
6
+ rvm:
7
+ - 2.2
@@ -1,5 +1,11 @@
1
1
  InchByInch Changelog
2
2
 
3
+ ## 1.0.1 (2018-04-24)
4
+
5
+ * Update `inch` to allow a newer version of `yard`.
6
+ [Coeur](https://github.com/Coeur)
7
+
8
+
3
9
  ## 1.0.0 (2015-12-08)
4
10
 
5
11
  * Initial import and refactor of code from the CocoaPods Rakefile.
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- inch_by_inch (1.0.0)
5
- inch (~> 0.7.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.0)
15
- inch (0.7.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.8.7.5)
20
- method_source (0.8.2)
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.10.3)
24
+ pry (0.11.3)
25
25
  coderay (~> 1.1.0)
26
- method_source (~> 0.8.1)
27
- slop (~> 3.4)
26
+ method_source (~> 0.9.0)
28
27
  rainbow (2.0.0)
29
- rake (10.4.2)
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.3.2)
38
+ term-ansicolor (1.6.0)
41
39
  tins (~> 1.0)
42
40
  tins (1.6.0)
43
- yard (0.8.7.6)
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.11.0.pre.2
52
+ 1.16.1
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # InchByInch
2
2
 
3
+ [![Build Status](http://img.shields.io/travis/segiddins/inch_by_inch/master.svg?style=flat)](https://travis-ci.org/segiddins/inch_by_inch)
4
+ [![Gem Version](http://img.shields.io/gem/v/inch_by_inch.svg?style=flat)](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/[USERNAME]/inch_by_inch. This project is intended to be a
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
 
@@ -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.7.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'
@@ -1,3 +1,3 @@
1
1
  module InchByInch
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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.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: 2015-12-08 00:00:00.000000000 Z
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.7.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.7.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.5.0
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: