rgentpl 1.2.3 → 1.2.4

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: 72032ee822850a5c5d7a1dd5fe811334e79b7512
4
- data.tar.gz: 3f1754f4966ca815125b206dd8858fe08c372db0
3
+ metadata.gz: f614bd3aafef82e6fb617b2a9eec731bf350603c
4
+ data.tar.gz: adc4f318dae0427fd68ee7d5efd4dc363c85efdb
5
5
  SHA512:
6
- metadata.gz: 7029958e319e7a7f5daf49c3bd25dfbff2828a2143796b7de54cd953ba98a47ec7c14f8422faf9bc68c80d532834760acab39c2d176e535ca2dc979286165d4a
7
- data.tar.gz: 58049a18d8c70753f0fcc9c4193b5fa9348590842d2092c7ff266bb89073f60ad924b281e4a558f6df5e989558bcef35b9d256e37ad5ac334d384269d2507c87
6
+ metadata.gz: a465756d82d8fdde1c58a19e8dbe8c7b65d42f68c1648bcb64cfe40b1bef6537b27de13e2beafc00e1997a940328eed17ebc9da7781d2d6f9acd1260ff09e616
7
+ data.tar.gz: f00cd145f2e536ef798216624c9cb8b3a912527e8dc267e9a95701b6139d0861fb9fcc5318327142c3b084772ad316e34cec5476ac07e1c736bc29585b18c8bf
data/.gitignore CHANGED
@@ -15,6 +15,7 @@ Gemfile.lock
15
15
  /log/test.log
16
16
  /log/yard.log
17
17
  /tmp/*
18
+ !/tmp/.gitkeep
18
19
  .DS_Store
19
20
  Thumbs.db
20
21
  nbproject
data/ChangeLog.md CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ 1.2.4 / 2015-05-19
3
+ ==================
4
+
5
+ * Add a tmp file to keep tmp directory in version control.
6
+
2
7
  1.2.3 / 2015-05-17
3
8
  ==================
4
9
 
data/ShortLog CHANGED
@@ -1,4 +1,4 @@
1
- Julio Antúnez Tarín (64):
1
+ Julio Antúnez Tarín (67):
2
2
  First sending.
3
3
  Update README and LICENSE files.
4
4
  Bumped to version 1.0.0.
@@ -63,4 +63,7 @@ Julio Antúnez Tarín (64):
63
63
  Bumped to version number 1.2.2.
64
64
  Merge branch 'release-1.2.2' into develop
65
65
  Update ruby version file.
66
+ Bumped to version number 1.2.3.
67
+ Merge branch 'release-1.2.3' into develop
68
+ Add a tmp file to keep tmp directory in version control.
66
69
 
@@ -4,5 +4,5 @@
4
4
  #
5
5
  module Rgentpl
6
6
  # Version
7
- VERSION = '1.2.3'
7
+ VERSION = '1.2.4'
8
8
  end
data/tmp/.gitkeep ADDED
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.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julio Antúnez Tarín
@@ -845,6 +845,7 @@ files:
845
845
  - tasks/rubycritic.rake
846
846
  - tasks/sdoc.rake
847
847
  - tasks/yard.rake
848
+ - tmp/.gitkeep
848
849
  homepage: https://github.com/jatap/rgentpl#readme
849
850
  licenses:
850
851
  - MIT