rgentpl 1.0.8 → 1.0.9
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/ChangeLog.md +5 -0
- data/README.md +2 -0
- data/ShortLog +4 -1
- data/lib/rgentpl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2fb0593b5bfa06f9f0ade85e838f4b9c40a4044
|
|
4
|
+
data.tar.gz: 1f549e85aca1e69a71adfbd1dca5c93f06644197
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d4c645c1c615e739ed6e6b8c9de581d85cbfb146c77a9e1bce1d3689921108dc374fd21aa5475dde0f86d5a4575016664f48e0b65893aa326509f0e4d319e0e
|
|
7
|
+
data.tar.gz: 2ed3c886d630e36cdf4d023acae40b2ea21cd37f5cfb87886de4eda3b7d61ec60bfae1262c6520fa8e2b011b14b2ffd6cca32f92c46005eafe896c763fbb4459
|
data/ChangeLog.md
CHANGED
data/README.md
CHANGED
|
@@ -3,6 +3,8 @@ Introduction
|
|
|
3
3
|
|
|
4
4
|
**rgentpl** is a Ruby library to generate a custom skeleton app.
|
|
5
5
|
|
|
6
|
+
[](https://travis-ci.org/jatap/rgentpl)
|
|
7
|
+
|
|
6
8
|
It's based on a great toolkit for building powerful command-line interfaces, [Thor](https://github.com/erikhuda/thor), and main goal is cover some basic good practices.
|
|
7
9
|
|
|
8
10
|
Directories
|
data/ShortLog
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Julio Antúnez Tarín (
|
|
1
|
+
Julio Antúnez Tarín (38):
|
|
2
2
|
First sending.
|
|
3
3
|
Update README and LICENSE files.
|
|
4
4
|
Bumped to version 1.0.0.
|
|
@@ -34,4 +34,7 @@ Julio Antúnez Tarín (35):
|
|
|
34
34
|
Bumped to version 1.0.7.
|
|
35
35
|
Merge branch 'release-1.0.7' into develop
|
|
36
36
|
Clean travis configuration file.
|
|
37
|
+
Bumped to version 1.0.8.
|
|
38
|
+
Merge branch 'release-1.0.8' into develop
|
|
39
|
+
Update README.md with travis build info.
|
|
37
40
|
|
data/lib/rgentpl/version.rb
CHANGED