ce-greenbutton 0.1.3 → 0.1.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: ba4f33d5d5e82159337dce595af28f30ebe75961
4
- data.tar.gz: b579aed9fe338345181f20428f0f6bb3ebfad9e2
3
+ metadata.gz: 906fe50b8501f38ec91414f0e62ffe15d6e9ea5f
4
+ data.tar.gz: b77b2665cc6ed79b418e9783f7b134e085d8bfff
5
5
  SHA512:
6
- metadata.gz: 660404ef29fc51b9bd63ea193e3f8f07d9f9c0cbd5f35c7ef473957f1849f16d2176c25d8d80bfda7c465570d38b833be036e1c02792f506c55691e1cbac6b2d
7
- data.tar.gz: 2a63974c5daf497f890d175c9165de4ee9c9ceee3bf0d941df7ea4c8985cd8cacfa855faa89009eda7dc9a1fe62889d3a796050aa80788175ba24d9c19a1d513
6
+ metadata.gz: 77c0d9aef72842c7fc1e17ca4541657b2f9c30952d12b45f6fb738edd23efa0a725fc5610bfa865e7152d64f27ca290aa143698c6605873e7add7b4374fe77c2
7
+ data.tar.gz: d52089bd010669b8f17c68d48e1fa555478ab6fac0cd10e348e49a15072b648a59cbb56105157574366c179643c87648762f23dfeb3938255e41bf1e3ee23d02
@@ -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}_#{time.strftime('%Y%m%d%H%M%S')}.XML"
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
@@ -1,3 +1,3 @@
1
1
  module GreenButton
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  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.3
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-16 00:00:00.000000000 Z
12
+ date: 2015-04-17 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: bundler