convection 0.2.22 → 0.2.23
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2831a90d80041749a2662cf0d8d21217720244f5
|
|
4
|
+
data.tar.gz: d80f7d791d63b6e5b68129941dd2e240e3e234d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 287be1dbda2b69847e1c715346b2c4034c194df0ef38d7b3286b4b4c2ba5fa9437b60220d8f4bf030639d6b01e9fae45ea7e1b6a793ab5978066d9ea04a039fc
|
|
7
|
+
data.tar.gz: 26d01c004e410c2767a18bd90b0f28dc1460e329f1347e19eb5be9ede888f1da2217e2d9ef834498a703c766ab8d1dcaea3c34f0b78cf20ee166059414b4750d
|
|
@@ -41,6 +41,8 @@ class TestVpcEndpoint < Minitest::Test
|
|
|
41
41
|
refute s3_string_arr.nil?, 'ServiceName value is not specified as a string array'
|
|
42
42
|
|
|
43
43
|
assert s3_string_arr.is_a? Array
|
|
44
|
+
assert_equal '.', s3_string_arr[0]
|
|
45
|
+
|
|
44
46
|
s3_path_as_array = s3_string_arr[1]
|
|
45
47
|
refute s3_path_as_array.nil?, "The path for S3 should be defined as an array in #{s3_string_arr}"
|
|
46
48
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: convection
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Manero
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk
|