rgentpl 1.0.5 → 1.0.6

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
2
  SHA1:
3
- metadata.gz: 0eaad18162e7b1ab417499ec26168562413f1b9a
4
- data.tar.gz: e860ca0185d13f0be713131de2e63a51ac99ba2f
3
+ metadata.gz: f875d105dfa23cf1d41b4ce331c0fe573cfa4a43
4
+ data.tar.gz: a71f11b5910e655a806359d10e9eeb828aaa1ebd
5
5
  SHA512:
6
- metadata.gz: e890a2a6fe76d0449c46a8b18a7a8ee753aebd6ef52762cb927d650a8ba064136434ad108fb84f7c012371b24aed998a1c488a8772af0778a28c065547e7a42d
7
- data.tar.gz: 0728acf68b0e32c4dba27535f372cd1d483fe87df1a3969caf557e873adf22a84f80fb3bb3f488dbd79c4573980f8440a928f6b0c3466414d2e59cb309effe79
6
+ metadata.gz: 5b35abfeb1c63688f2a6bae8bac3a243b996bdea1e33944edbe8fcca9cc2f86a3017dbeae206230ce4166ebe433d0cc40b4a02cc0a1f5a7a3261f5d13e6dddbe
7
+ data.tar.gz: c87dc86fcf773ff502e97c1cf43f436c6a343a27c5d867033096c3de27e7785d9f726c4a3cd36a1f2d6a9a3ebe3ef0529d3c3d9372e9a91dfa0292340fd75b0a
@@ -1,4 +1,17 @@
1
1
 
2
+ 1.0.6 / 2015-04-06
3
+ ==================
4
+
5
+ * Dummy update to launch travis.
6
+
7
+ 1.0.5 / 2015-04-06
8
+ ==================
9
+
10
+ * Add new version.
11
+ * Fix application loader spec.
12
+ * Update gems (metrics, tasks).
13
+ * Update new development and testing requirements.
14
+
2
15
  1.0.4 / 2014-02-08
3
16
  ==================
4
17
 
@@ -1,3 +1,4 @@
1
1
  == Rgentpl
2
2
 
3
3
  rgentpl is a Ruby library to generate a custom skeleton app.
4
+
data/ShortLog CHANGED
@@ -1,4 +1,4 @@
1
- Julio Antúnez Tarín (19):
1
+ Julio Antúnez Tarín (29):
2
2
  First sending.
3
3
  Update README and LICENSE files.
4
4
  Bumped to version 1.0.0.
@@ -18,4 +18,14 @@ Julio Antúnez Tarín (19):
18
18
  Bumped to version 1.0.3.
19
19
  Merge branch 'release-1.0.3' into develop
20
20
  Fix commands.
21
+ Bumped to version number 1.0.4.
22
+ Merge branch 'release-1.0.4' into develop
23
+ Update new development and testing requirements.
24
+ Update gems (metrics, tasks).
25
+ Fix application loader spec.
26
+ Add new version.
27
+ Merge branch 'feature-metrics' into develop
28
+ Bumped to version 1.0.5.
29
+ Merge branch 'release-1.0.5' into develop
30
+ Dummy update to launch travis.
21
31
 
@@ -4,5 +4,5 @@
4
4
  #
5
5
  module Rgentpl
6
6
  # Version
7
- VERSION = '1.0.5'
7
+ VERSION = '1.0.6'
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.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julio Antúnez Tarín