rgentpl 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bac12e7f1444726d9eb7b488fd1a2963d1c07138
4
- data.tar.gz: 77ef00494e6686143e710c0f54f586eaff7da900
3
+ metadata.gz: e2fb0593b5bfa06f9f0ade85e838f4b9c40a4044
4
+ data.tar.gz: 1f549e85aca1e69a71adfbd1dca5c93f06644197
5
5
  SHA512:
6
- metadata.gz: 976c8586b9baa3d9194b7e42d997e96dd757e26b00662083490f59fd66e3b2e6dd28cc12d954eecdea5171fb7f248c9f45f9bbe5e7abfbb02d92b6c17a7619b3
7
- data.tar.gz: 1c893427a006f7c8a82e9b2e52b4980d1b924da895e5a0f95d77c2c95ae2b0cfbc1f203be1fa3318c68683e5b2b28511c047867a8ce2fc5b8942e04d2630701e
6
+ metadata.gz: 4d4c645c1c615e739ed6e6b8c9de581d85cbfb146c77a9e1bce1d3689921108dc374fd21aa5475dde0f86d5a4575016664f48e0b65893aa326509f0e4d319e0e
7
+ data.tar.gz: 2ed3c886d630e36cdf4d023acae40b2ea21cd37f5cfb87886de4eda3b7d61ec60bfae1262c6520fa8e2b011b14b2ffd6cca32f92c46005eafe896c763fbb4459
data/ChangeLog.md CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ 1.0.9 / 2015-04-06
3
+ ==================
4
+
5
+ * Update README.md with travis build info.
6
+
2
7
  1.0.8 / 2015-04-06
3
8
  ==================
4
9
 
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
+ [![Build Status](https://travis-ci.org/jatap/rgentpl.png)](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 (35):
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
 
@@ -4,5 +4,5 @@
4
4
  #
5
5
  module Rgentpl
6
6
  # Version
7
- VERSION = '1.0.8'
7
+ VERSION = '1.0.9'
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgentpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julio Antúnez Tarín