solarium 0.2.0 → 0.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/solarium/version.rb +1 -1
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f51387872e85c4048dbb50439732faad9a04dfc3
4
- data.tar.gz: 4ba2ef0da46fcb385a3588752f0ac0b7775fd720
3
+ metadata.gz: 4aeb90545b1f50e9eae2e571b948f04365745b4d
4
+ data.tar.gz: 5b90b6a6c20e5a56a40c2a1a5c2fb96bb5fcb5c9
5
5
  SHA512:
6
- metadata.gz: a7145c67e114dceafb1503b5c96d286e63b242533eb96b692a5a23d25853ccaecf259f87fab6ab46e09d7948536cbd55bec25ea03e3978775b731f38e343fb8a
7
- data.tar.gz: b99846c1c02f687f0688d94bb2cbdba63da8775e2925a1379b12abecc128ee40834a0cfbe66aa7d9509316d26b98e863d5d67fa00c29ed616c8b6e3fda8e70ab
6
+ metadata.gz: df10989bb12d7561981c08f77c14abb68b892fc7e585c2719f4f2c999743054d8fb29a434abf83264a7e8ade32937cbe3ee5f32bb1e1e53269c74df071a85c84
7
+ data.tar.gz: ae5a810af64cd4b2259e64861a2942588859ede10e2fd69e51c1309e220da9b1b003da5ab8ac6c2f44a429d4455071f511a794357298c88f1de3d0c5dcc9dd13
@@ -9,7 +9,7 @@ module Solarium
9
9
  VERSION_MINOR = 2
10
10
 
11
11
  # Public: The version number which is incremented when bugs are fixed.
12
- VERSION_PATCH = 0
12
+ VERSION_PATCH = 1
13
13
 
14
14
  # Public: The version label which describes the status of the build.
15
15
  VERSION_LABEL = nil
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solarium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter "SaberUK" Powell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-23 00:00:00.000000000 Z
11
+ date: 2017-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -108,6 +108,7 @@ description: A tool for working with generation data collected from the Enphase
108
108
  solar panel management system.
109
109
  email: petpow@saberuk.com
110
110
  executables:
111
+ - solarium-chart
111
112
  - solarium-collect
112
113
  extensions: []
113
114
  extra_rdoc_files: []