rgentpl 1.2.4.3 → 1.2.5

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: 723a3dac640ad020190e5cc77827c40442644b39
4
- data.tar.gz: 7dcbe2a937e98982a5b47d9fa1b18d581fc38142
3
+ metadata.gz: f39e7a834c57465e08110fc9c60b4b20c34110fc
4
+ data.tar.gz: 32dde1766e2be21b4f1934cee3af8dceee7e7796
5
5
  SHA512:
6
- metadata.gz: 690fcea2a8fb7be814cfc296f0585c2d94049c3881df604183df07cbb60884a20e0eeb14c58e14477ca68c230a2121e41af0082cae1adfcd34099dd303439f8b
7
- data.tar.gz: ceb72018d9752ee6f13547f179c69b62e1b9dea6cc687735e96e3aab1755ce7425f5453ccff75f2fa44523196545299033357f4bf5548aaf94daf6647a8c10c5
6
+ metadata.gz: c5b23b68a78ec1e2eb41cf571ff9ce3625922dd6579208faff4dcb2a534019b8e79819435fbe31787ae1eed3526d53252aa9e456fc71ea29044eebe2e6887a0b
7
+ data.tar.gz: 9ef8ce1f1a13d381cc203df3756aaf5ffd7e31bb986c6082caa96419672b5fc40f2ba2c8031acacb3f1a519227bbc09102d000bc19cb3129c268a44f085ddc87
@@ -1,4 +1,9 @@
1
1
 
2
+ 1.2.5 / 2015-05-19
3
+ ==================
4
+
5
+ * Update rubocop configuration file in src.
6
+
2
7
  1.2.4.3 / 2015-05-19
3
8
  ====================
4
9
 
data/ShortLog CHANGED
@@ -1,4 +1,4 @@
1
- Julio Antúnez Tarín (76):
1
+ Julio Antúnez Tarín (79):
2
2
  First sending.
3
3
  Update README and LICENSE files.
4
4
  Bumped to version 1.0.0.
@@ -75,4 +75,7 @@ Julio Antúnez Tarín (76):
75
75
  Bumped to version number 1.2.4.1.
76
76
  Merge branch 'release-1.2.4.2' into develop
77
77
  Add gitkeep file to tmp directory in src structure.
78
+ Bumped to version number 1.2.4.3.
79
+ Merge branch 'release-1.2.4.3' into develop
80
+ Update rubocop configuration file in src.
78
81
 
@@ -4,5 +4,5 @@
4
4
  #
5
5
  module Rgentpl
6
6
  # Version
7
- VERSION = '1.2.4.3'
7
+ VERSION = '1.2.5'
8
8
  end
@@ -4,9 +4,9 @@ AllCops:
4
4
  - Rakefile
5
5
  - config.ru
6
6
  Exclude:
7
- - db/**
8
- - config/**
9
- - tmp/**
7
+ - db/**/*
8
+ - config/**/*
9
+ - tmp/**/*
10
10
 
11
11
  # Avoid methods longer than 30 lines of code
12
12
  MethodLength:
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.3
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julio Antúnez Tarín