rgentpl 1.0.6 → 1.0.7

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: f875d105dfa23cf1d41b4ce331c0fe573cfa4a43
4
- data.tar.gz: a71f11b5910e655a806359d10e9eeb828aaa1ebd
3
+ metadata.gz: 76bb1e9ac791dc0a3d4c1419861964374c91a2e8
4
+ data.tar.gz: ef7cf77dce7e0a38242c20295f63e6cab6d1bbb3
5
5
  SHA512:
6
- metadata.gz: 5b35abfeb1c63688f2a6bae8bac3a243b996bdea1e33944edbe8fcca9cc2f86a3017dbeae206230ce4166ebe433d0cc40b4a02cc0a1f5a7a3261f5d13e6dddbe
7
- data.tar.gz: c87dc86fcf773ff502e97c1cf43f436c6a343a27c5d867033096c3de27e7785d9f726c4a3cd36a1f2d6a9a3ebe3ef0529d3c3d9372e9a91dfa0292340fd75b0a
6
+ metadata.gz: 14520b049110136fef98b8ade8d47182a0f7f7524c940e2c93f084d5684323cab9f5e4983cf1f034438da8a8330685c6c4f8635304c84b44730de717f7c73c8d
7
+ data.tar.gz: 36b5cafb649f957bd7d1251c7da06c8fe0dfa07215623d34ca93e38cc22b96f92b2bec5808bb4d6a035b2f9579507e6f75774f6e075da0e9c791c19ea169c128
data/.travis.yml CHANGED
@@ -13,5 +13,5 @@ branches:
13
13
  only:
14
14
  - master
15
15
 
16
- bundler_args: --deployment --without development production console debug
16
+ #bundler_args: --deployment --without development production console debug
17
17
 
data/ChangeLog.md CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ 1.0.7 / 2015-04-06
3
+ ==================
4
+
5
+ * Avoid bundle args in travis configuration file.
6
+
2
7
  1.0.6 / 2015-04-06
3
8
  ==================
4
9
 
data/ShortLog CHANGED
@@ -1,4 +1,4 @@
1
- Julio Antúnez Tarín (29):
1
+ Julio Antúnez Tarín (32):
2
2
  First sending.
3
3
  Update README and LICENSE files.
4
4
  Bumped to version 1.0.0.
@@ -28,4 +28,7 @@ Julio Antúnez Tarín (29):
28
28
  Bumped to version 1.0.5.
29
29
  Merge branch 'release-1.0.5' into develop
30
30
  Dummy update to launch travis.
31
+ Bumped to version 1.0.6.
32
+ Merge branch 'release-1.0.6' into develop
33
+ Avoid bundle args in travis configuration file.
31
34
 
@@ -4,5 +4,5 @@
4
4
  #
5
5
  module Rgentpl
6
6
  # Version
7
- VERSION = '1.0.6'
7
+ VERSION = '1.0.7'
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.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julio Antúnez Tarín