relishable 0.37 → 0.38

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: baba5925b2c012f9f1f1a78f24e609991d01d5a0
4
- data.tar.gz: 5af7cef5e3ee71d62b05db04c17b8f58dafed25c
3
+ metadata.gz: 025ed4384cc4314216d7af527b90d8439045727c
4
+ data.tar.gz: fa1a177a148632aad9b1c88f1272430c3bdd57dc
5
5
  SHA512:
6
- metadata.gz: 25484a1009536b8476011098fa4b26b4523fab66b0d726771ad41bcac4a6341456da92d93ac063afc404682f22db27fafede4e719daaa7c8caa8c309b0bb848d
7
- data.tar.gz: 1b50626e71179419bab9857a8a5303f923c1a8910df283025b22dec7706afeb74d20d2d022882d1330032b34e2b29afcdfa6a743a4e962fe2a2a2511ac7b466a
6
+ metadata.gz: f100c88d8695fc4e0d4b7b3dec54121d93a48ba039b8835d5c9335c0a4c37fc5498dc697577dbd6a03a0deed8fb881db2af11db78275a456647e237263731f27
7
+ data.tar.gz: a716cb6aa6d9e363a33c892d39714c865f01f59ffc21c81940b4e8ce9016395cb40d9aff90f744795bb91e985c7a2d6c9bce752c402ab2cdcd5a2336a921d139
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- relishable (0.37)
4
+ relishable (0.38)
5
5
  fog-aws (~> 0.8.0)
6
6
  legacy-fernet (~> 1.6.3)
7
7
  net-ssh (~> 3.0.2)
@@ -14,13 +14,13 @@ GEM
14
14
  crack (0.4.2)
15
15
  safe_yaml (~> 1.0.0)
16
16
  diff-lcs (1.2.5)
17
- excon (0.45.4)
18
- fog-aws (0.8.0)
17
+ excon (0.48.0)
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.35.0)
23
+ fog-core (1.36.0)
24
24
  builder
25
25
  excon (~> 0.45)
26
26
  formatador (~> 0.2)
@@ -31,7 +31,7 @@ GEM
31
31
  fog-core
32
32
  nokogiri (~> 1.5, >= 1.5.11)
33
33
  formatador (0.2.5)
34
- ipaddress (0.8.2)
34
+ ipaddress (0.8.3)
35
35
  legacy-fernet (1.6.3)
36
36
  multi_json
37
37
  mini_portile2 (2.0.0)
@@ -71,4 +71,4 @@ DEPENDENCIES
71
71
  webmock (~> 1.19.0)
72
72
 
73
73
  BUNDLED WITH
74
- 1.10.6
74
+ 1.11.2
@@ -15,7 +15,7 @@ class Relish
15
15
  Release.new.tap do |release|
16
16
  release.item = {}
17
17
  release.id = id
18
- release.version = version
18
+ release.version = version.to_s
19
19
  data.each do |k, v|
20
20
  release.send("#{k}=", v.to_s) unless v.nil?
21
21
  end
@@ -1,5 +1,5 @@
1
1
  class Relish
2
- VERSION = "0.37"
2
+ VERSION = "0.38"
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.37'
4
+ version: '0.38'
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-02-01 00:00:00.000000000 Z
14
+ date: 2016-03-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fog-aws
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  version: '0'
149
149
  requirements: []
150
150
  rubyforge_project:
151
- rubygems_version: 2.4.5.1
151
+ rubygems_version: 2.5.1
152
152
  signing_key:
153
153
  specification_version: 4
154
154
  summary: releases