ce-greenbutton 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ce-greenbutton.rb +1 -1
- data/lib/ce-greenbutton/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 906fe50b8501f38ec91414f0e62ffe15d6e9ea5f
|
4
|
+
data.tar.gz: b77b2665cc6ed79b418e9783f7b134e085d8bfff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77c0d9aef72842c7fc1e17ca4541657b2f9c30952d12b45f6fb738edd23efa0a725fc5610bfa865e7152d64f27ca290aa143698c6605873e7add7b4374fe77c2
|
7
|
+
data.tar.gz: d52089bd010669b8f17c68d48e1fa555478ab6fac0cd10e348e49a15072b648a59cbb56105157574366c179643c87648762f23dfeb3938255e41bf1e3ee23d02
|
data/lib/ce-greenbutton.rb
CHANGED
@@ -125,7 +125,7 @@ module GreenButton
|
|
125
125
|
|
126
126
|
# construct the ftp url
|
127
127
|
ftp_url = "ftp://#{@ftp_user}:#{@ftp_password}@#{@ftp_host}/#{@ftp_path}/" +
|
128
|
-
"D_#{utility_name}_#{application_id}
|
128
|
+
"D_#{utility_name}_#{application_id}_CONSUMPTION_#{time.strftime('%Y%m%d%H%M%S')}.XML"
|
129
129
|
|
130
130
|
parse_data(open(ftp_url))
|
131
131
|
end
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ce-greenbutton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ahmed.seddiq
|
8
|
+
- bradon.jahner
|
8
9
|
autorequire:
|
9
10
|
bindir: exe
|
10
11
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
12
|
+
date: 2015-04-17 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: bundler
|