revision 1.1.7 → 1.1.8
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/.yardopts +2 -0
- data/lib/revision/version.rb +4 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3468f9abbbf29f495889d79516418d7c34bb656a
|
|
4
|
+
data.tar.gz: c006ab6ee5fda1595435c063d9c46db21e0a2860
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1b33a1fcb7dc75f77b1f702d71314b20e70c8fa5645b325397d16008890f9f91c2b1960627adc6d9561dee3a422752ee47b82a17308c2102998fb8853955b25
|
|
7
|
+
data.tar.gz: a77d3ab85ad9354eaca164df18a3d31ea1cd534aea6d8b15042378d9f6867f3904264637f361d2c545c8e46c92404c44e85ff0914403aeba34cdef3712c6b0e8
|
data/.yardopts
ADDED
data/lib/revision/version.rb
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
# Defines the revision ID for the revision gem
|
|
2
2
|
module Revision
|
|
3
|
-
VERSION = "1.1.
|
|
3
|
+
VERSION = "1.1.8"
|
|
4
4
|
end
|
|
5
5
|
|
|
6
6
|
# <BEGIN CHANGELOG>
|
|
7
7
|
#
|
|
8
|
+
# Version 1.1.8 (15 Dec 2017)
|
|
9
|
+
# - Added .yardopts to build documentation
|
|
10
|
+
#
|
|
8
11
|
# Version 1.1.7 (15 Dec 2017)
|
|
9
12
|
# - Corrected push -- was pushing tags without commit
|
|
10
13
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: revision
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cormac Cannon
|
|
@@ -107,6 +107,7 @@ files:
|
|
|
107
107
|
- ".gitignore"
|
|
108
108
|
- ".rspec"
|
|
109
109
|
- ".travis.yml"
|
|
110
|
+
- ".yardopts"
|
|
110
111
|
- Gemfile
|
|
111
112
|
- README.org
|
|
112
113
|
- Rakefile
|