stormglass 0.1.1 → 0.2.0

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: 82b85c3b145480cb967b4138502dff4b3459c959
4
- data.tar.gz: 263aa703403641202b4b7bbeec493012439af742
3
+ metadata.gz: 5ba3a8c713935c1a410a716de3f97aca15d3369b
4
+ data.tar.gz: 52f5aab5437326be1e385f85991899cb967c9f21
5
5
  SHA512:
6
- metadata.gz: '09229ef4fda64e6b36c9ee45d7483b1d41eee15b002c725a526bd7e5be99d61f3d3d508aa2e0d95660833c36c02805f0d9114490d9b90fda8de6c2b56af12651'
7
- data.tar.gz: 7a0bbedde8f5df9ecabfcf2f8b2bac33adc00765edddeb50c2344e89acbc628868b262f656c755a8388747a670398079f71b1063a484f19116956f22319d31a3
6
+ metadata.gz: c1741f6b05be27bb600d46bf99a9bec40c2ebd1b96385bed469f3dcab5f641052002e66bb63b55de555361e8a35965ca0e47315342822308b8c969792bd4910a
7
+ data.tar.gz: d9fe55ac75134418f4b67415c24a48b0af582b351125e30494ef276243fc116d29a5daf15f398a67ed883816d036d5fd165790a987a645ec0cddc0ff12f5ecf8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- Stormglass (0.1.0)
4
+ stormglass (0.1.1)
5
5
  geocoder
6
6
  rest-client
7
7
 
@@ -31,10 +31,10 @@ PLATFORMS
31
31
  ruby
32
32
 
33
33
  DEPENDENCIES
34
- Stormglass!
35
34
  bundler (~> 1.16)
36
35
  minitest (~> 5.3)
37
36
  rake (~> 10.0)
37
+ stormglass!
38
38
 
39
39
  BUNDLED WITH
40
40
  1.16.6
@@ -87,7 +87,7 @@ module Stormglass
87
87
  # - when passed directly to parameters
88
88
  def self.api_key
89
89
  key = Stormglass.settings.api_key
90
- key ||= Rails.application.secrets[:stormglass_api_key] if Gem.loaded_specs.has_key?('rails')
90
+ key ||= Rails.application.credentials[:stormglass_api_key] if Gem.loaded_specs.has_key?('rails')
91
91
  key
92
92
  end
93
93
 
@@ -1,3 +1,3 @@
1
1
  module Stormglass
2
- VERSION = "0.1.1"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stormglass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russell Jennings
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-14 00:00:00.000000000 Z
11
+ date: 2019-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client