govuk-connect 0.5.1 → 0.5.2
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 +4 -4
- data/lib/govuk_connect/cli.rb +1 -1
- data/lib/govuk_connect/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96fcd456119377e987a030728e2a35d21ae6fb97200de1337df929822d9b56a5
|
4
|
+
data.tar.gz: 9e16ea46cb21a8226495da7d85025bfb30958f5a0be07c5e9ea4ee25ff48659d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3aa7936fca2f9749fffbc1464707a0b5102504d656d49d0f10ad9dafc226700831fcc74e78d72cc01cae6ddfe520e2f087cfed86e25b968458fbe5ed92986fcf
|
7
|
+
data.tar.gz: a041ef55618929e10456cda3e8fd59bc15fb3f2910fc0074885cdeeabe894cce7835f4a438a3d5e618aa33d6a0eeadc92e1aade12694ab8a52b7a85a5667b3ec
|
data/lib/govuk_connect/cli.rb
CHANGED
@@ -254,7 +254,7 @@ class GovukConnect::CLI
|
|
254
254
|
|
255
255
|
def govuk_node_list_classes(environment, hosting)
|
256
256
|
log "debug: looking up classes in #{hosting}/#{environment}"
|
257
|
-
classes = ssh_capture("govuk_node_list --classes").sort
|
257
|
+
classes = ssh_capture(environment, hosting, "govuk_node_list --classes").sort
|
258
258
|
|
259
259
|
log "debug: classes:"
|
260
260
|
classes.each { |c| log " - #{c}" }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk-connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Government Digital Service
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: climate_control
|