eia 1.5.7 → 1.6.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 +4 -4
- data/lib/eia/version.rb +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 574b98ef4da12b5bdd4f9203474ab9ef76d53e4c
|
|
4
|
+
data.tar.gz: 241bf78ebeaeedf472b1ec9366e00cfb160df66a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd09ef729e3bb4a5c9298cfc4dd7fbe111cb7cd5c760e67be9442c944b421a5a1300761e72b3f0df77e67b4d945ae76c86bf34cfb09bf8b02c13443c1d4eea3c
|
|
7
|
+
data.tar.gz: a3349e35b959183b971f06c7380a3e16532c96afbe2dcfc12d5bf5ee805b074a7c9e7205c4a0c668636e812e64fc1fc3ca40432d2768906e6d78266b91b40576
|
data/lib/eia/version.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Eia
|
|
2
|
-
VERSION = "1.
|
|
2
|
+
VERSION = "1.6.7"
|
|
3
3
|
|
|
4
4
|
#Standard for version: xx.yy.zz
|
|
5
5
|
# xx - release
|
|
@@ -56,4 +56,7 @@ module Eia
|
|
|
56
56
|
# Version 1.5.7
|
|
57
57
|
# Adds support for "Trimestre" periodicity.
|
|
58
58
|
# Updates spec tests, as the classification used for a test was no longer valid.
|
|
59
|
+
|
|
60
|
+
# Version 1.6.7
|
|
61
|
+
# Adds tests for "Trimestre" periodicity.
|
|
59
62
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- rCamposCruz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-12-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|