rgentpl 1.2.4.2 → 1.2.4.3

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: a2a1f0d8f4628360b719feaa9f255168959e5710
4
- data.tar.gz: e3aa39562fb38b2f1507377a6b848a0c6d36f636
3
+ metadata.gz: 723a3dac640ad020190e5cc77827c40442644b39
4
+ data.tar.gz: 7dcbe2a937e98982a5b47d9fa1b18d581fc38142
5
5
  SHA512:
6
- metadata.gz: 63d05707c681154b8781f32af2d61f30cf9d2511998d574b135bde33d8f3cb18974548d88cd227593e905c40379f04a6411d174a356399c6f6ee261d2b563107
7
- data.tar.gz: 46e2e664eda5e8d32a455f376284a97b920f5c82a4bdef87f1ebf7ee20cbd8b43120723d9b1454866dfe4a82b92295d197d4be9092efab422421a4085370bbb8
6
+ metadata.gz: 690fcea2a8fb7be814cfc296f0585c2d94049c3881df604183df07cbb60884a20e0eeb14c58e14477ca68c230a2121e41af0082cae1adfcd34099dd303439f8b
7
+ data.tar.gz: ceb72018d9752ee6f13547f179c69b62e1b9dea6cc687735e96e3aab1755ce7425f5453ccff75f2fa44523196545299033357f4bf5548aaf94daf6647a8c10c5
@@ -1,4 +1,9 @@
1
1
 
2
+ 1.2.4.3 / 2015-05-19
3
+ ====================
4
+
5
+ * Add gitkeep file to tmp directory in src structure.
6
+
2
7
  1.2.4.2 / 2015-05-19
3
8
  ====================
4
9
 
data/ShortLog CHANGED
@@ -1,4 +1,4 @@
1
- Julio Antúnez Tarín (73):
1
+ Julio Antúnez Tarín (76):
2
2
  First sending.
3
3
  Update README and LICENSE files.
4
4
  Bumped to version 1.0.0.
@@ -72,4 +72,7 @@ Julio Antúnez Tarín (73):
72
72
  Bumped to version number 1.2.4.1.
73
73
  Merge branch 'release-1.2.4.1' into develop
74
74
  Add tmp directory to src (fix).
75
+ Bumped to version number 1.2.4.1.
76
+ Merge branch 'release-1.2.4.2' into develop
77
+ Add gitkeep file to tmp directory in src structure.
75
78
 
@@ -4,5 +4,5 @@
4
4
  #
5
5
  module Rgentpl
6
6
  # Version
7
- VERSION = '1.2.4.2'
7
+ VERSION = '1.2.4.3'
8
8
  end
File without changes
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.2.4.2
4
+ version: 1.2.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julio Antúnez Tarín
@@ -840,6 +840,7 @@ files:
840
840
  - src/tasks/rubycritic.rake
841
841
  - src/tasks/sdoc.rake
842
842
  - src/tasks/yard.rake
843
+ - src/tmp/.gitkeep
843
844
  - tasks/excellent.rake
844
845
  - tasks/quality.rake
845
846
  - tasks/rspec.rake