green-button-data 0.1.0 → 0.1.1

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: green-button-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Jo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-02 00:00:00.000000000 Z
11
+ date: 2015-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -56,16 +56,16 @@ dependencies:
56
56
  name: guard
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: '2.13'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ~>
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: '2.13'
69
69
  description: A library to parse large Green Button feed quickly
70
70
  email: engineering@verdigris.co
71
71
  executables: []
@@ -110,6 +110,12 @@ files:
110
110
  - spec/fixtures/ESPILocalTimeParameters.xml
111
111
  - spec/fixtures/ESPIReadingType.xml
112
112
  - spec/fixtures/ESPIUsagePoint.xml
113
+ - spec/fixtures/PGEApplicationInformation.xml
114
+ - spec/fixtures/PGEAuthorization.xml
115
+ - spec/fixtures/PGEIntervalBlock.xml
116
+ - spec/fixtures/PGELocalTimeParameters.xml
117
+ - spec/fixtures/PGEReadingType.xml
118
+ - spec/fixtures/PGEUsagePoint.xml
113
119
  - spec/green-button-data/core_ext/date_spec.rb
114
120
  - spec/green-button-data/core_ext/fixnum_spec.rb
115
121
  - spec/green-button-data/parser/application_information_spec.rb
@@ -122,7 +128,8 @@ files:
122
128
  - spec/spec_helper.rb
123
129
  - spec/support/custom_expectations/warn_expectation.rb
124
130
  homepage: http://verdigris.co
125
- licenses: []
131
+ licenses:
132
+ - BSD-2-Clause
126
133
  metadata: {}
127
134
  post_install_message:
128
135
  rdoc_options: []
@@ -130,17 +137,17 @@ require_paths:
130
137
  - lib
131
138
  required_ruby_version: !ruby/object:Gem::Requirement
132
139
  requirements:
133
- - - '>='
140
+ - - ! '>='
134
141
  - !ruby/object:Gem::Version
135
142
  version: '0'
136
143
  required_rubygems_version: !ruby/object:Gem::Requirement
137
144
  requirements:
138
- - - '>='
145
+ - - ! '>='
139
146
  - !ruby/object:Gem::Version
140
147
  version: '0'
141
148
  requirements: []
142
149
  rubyforge_project:
143
- rubygems_version: 2.4.6
150
+ rubygems_version: 2.2.2
144
151
  signing_key:
145
152
  specification_version: 4
146
153
  summary: Parser for Green Button data format