relishable 0.38 → 0.39

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: 025ed4384cc4314216d7af527b90d8439045727c
4
- data.tar.gz: fa1a177a148632aad9b1c88f1272430c3bdd57dc
3
+ metadata.gz: 35876b791e70aff9d9bd2cae57b686a995650a6d
4
+ data.tar.gz: e369614a2739ad284d12146bcd7ce7cacbab6712
5
5
  SHA512:
6
- metadata.gz: f100c88d8695fc4e0d4b7b3dec54121d93a48ba039b8835d5c9335c0a4c37fc5498dc697577dbd6a03a0deed8fb881db2af11db78275a456647e237263731f27
7
- data.tar.gz: a716cb6aa6d9e363a33c892d39714c865f01f59ffc21c81940b4e8ce9016395cb40d9aff90f744795bb91e985c7a2d6c9bce752c402ab2cdcd5a2336a921d139
6
+ metadata.gz: 7cf9b7d7eb5091d3877e2cb0dc4ffd59e82077f9c5d640e5ae226fbe3708b746b90e07fdb5b64cae834ff95601fe467718b7646de620d9486e1bb2aaeb0e9a46
7
+ data.tar.gz: 9e9cb7448eedbfdb297dc40788fbf470785573aba962075ebd1c606259c91a9334661af4b4358194b7165f36057eeb3d5533897e53104d0ae1e2f5605ce6f00c
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- relishable (0.38)
4
+ relishable (0.39)
5
5
  fog-aws (~> 0.8.0)
6
6
  legacy-fernet (~> 1.6.3)
7
7
  net-ssh (~> 3.0.2)
@@ -14,15 +14,15 @@ GEM
14
14
  crack (0.4.2)
15
15
  safe_yaml (~> 1.0.0)
16
16
  diff-lcs (1.2.5)
17
- excon (0.48.0)
17
+ excon (0.51.0)
18
18
  fog-aws (0.8.1)
19
19
  fog-core (~> 1.27)
20
20
  fog-json (~> 1.0)
21
21
  fog-xml (~> 0.1)
22
22
  ipaddress (~> 0.8)
23
- fog-core (1.36.0)
23
+ fog-core (1.42.0)
24
24
  builder
25
- excon (~> 0.45)
25
+ excon (~> 0.49)
26
26
  formatador (~> 0.2)
27
27
  fog-json (1.0.2)
28
28
  fog-core (~> 1.0)
@@ -34,11 +34,13 @@ GEM
34
34
  ipaddress (0.8.3)
35
35
  legacy-fernet (1.6.3)
36
36
  multi_json
37
- mini_portile2 (2.0.0)
38
- multi_json (1.11.2)
37
+ mini_portile2 (2.1.0)
38
+ multi_json (1.12.1)
39
39
  net-ssh (3.0.2)
40
- nokogiri (1.6.7.2)
41
- mini_portile2 (~> 2.0.0.rc2)
40
+ nokogiri (1.6.8)
41
+ mini_portile2 (~> 2.1.0)
42
+ pkg-config (~> 1.1.7)
43
+ pkg-config (1.1.7)
42
44
  power_assert (0.2.2)
43
45
  rake (10.4.2)
44
46
  rspec (3.1.0)
@@ -20,6 +20,7 @@ class Relish
20
20
  :slug_uuid => :S,
21
21
  :slug_id => :S,
22
22
  :slug_checksum => :S,
23
+ :slug_region => :S,
23
24
  :slug_version => :N,
24
25
  :stack => :S,
25
26
  :language_pack => :S,
@@ -1,5 +1,5 @@
1
1
  class Relish
2
- VERSION = "0.38"
2
+ VERSION = "0.39"
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relishable
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.38'
4
+ version: '0.39'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Fine
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-03-15 00:00:00.000000000 Z
14
+ date: 2016-07-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fog-aws
@@ -153,4 +153,3 @@ signing_key:
153
153
  specification_version: 4
154
154
  summary: releases
155
155
  test_files: []
156
- has_rdoc: