firespring_dev_commands 2.1.15 → 2.1.16.pre.alpha.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5aefeda65512010d23b7d8ebac7ea669fcd2594a8b9b395a5de0d25862f0a3a8
|
|
4
|
+
data.tar.gz: 2edd1f29077209e1ab7822779bf952a92ecbd1e2a957a1c12334b2a00d6ebbb4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afe5f89c78a0263a41a30442e875eb8e690c5912cf8ef00f499648556de5e3af22384f16ff67ff0519a0682b84ec98d8d28c6e8cffe979a208e65264f9b7ec6d
|
|
7
|
+
data.tar.gz: 2adc381033fe2505a7189fe817b1e7a51b98df017dca422420aea90dde27f689dddca1dcfd26a8de708e9cb99987c9ac055343f708a7a71c9ea4bdb7ab7619e4
|
|
@@ -72,7 +72,6 @@ module Dev
|
|
|
72
72
|
# - If a token is found in the ENV, use it
|
|
73
73
|
# - Otherwise, use the username and passowrd that has been configured to request a new token from bloom
|
|
74
74
|
def token
|
|
75
|
-
# TODO: Should we look at https://github.com/DannyBen/lightly for caching the token?
|
|
76
75
|
@token ||= ENV.fetch(BLOOM_TOKEN, nil)
|
|
77
76
|
|
|
78
77
|
unless @token
|
|
@@ -88,7 +87,8 @@ module Dev
|
|
|
88
87
|
'accept' => 'application/json'
|
|
89
88
|
}
|
|
90
89
|
)
|
|
91
|
-
|
|
90
|
+
# TODO: Should we look at https://github.com/DannyBen/lightly for caching the token?
|
|
91
|
+
@token = ENV[BLOOM_TOKEN] = response['access_token']
|
|
92
92
|
LOG.info("Retrieved BloomGrowth token. Expires on #{Time.now + response['expires_in']}")
|
|
93
93
|
end
|
|
94
94
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: firespring_dev_commands
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.16.pre.alpha.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Firespring
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -403,9 +403,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
403
403
|
version: '3.1'
|
|
404
404
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
405
405
|
requirements:
|
|
406
|
-
- - "
|
|
406
|
+
- - ">"
|
|
407
407
|
- !ruby/object:Gem::Version
|
|
408
|
-
version:
|
|
408
|
+
version: 1.3.1
|
|
409
409
|
requirements: []
|
|
410
410
|
rubygems_version: 3.4.10
|
|
411
411
|
signing_key:
|