magellan-cli 0.7.9 → 0.7.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c23f839b93a86a80faf9cfc89e8c7910cc1e8707
4
- data.tar.gz: 6e111318e0058977b9159b6e7eb59df5426e1171
3
+ metadata.gz: 5ffea5bcd7bf13121cbf9e58662b75de1ace8694
4
+ data.tar.gz: 22b93face9e89b75cbe2ebfd5ea7a9f92a5f8c24
5
5
  SHA512:
6
- metadata.gz: 6e30951b3504bf78a6fc3385da6ec113456a908fa3b97a893e05501bfc6fa8ea461a2afff260424f122e2f87f674c53410a54608072ac569886f30f39882244b
7
- data.tar.gz: c3dec1911fca9ab442d7db2b0721365378dc77f3ec869043acca18bfbc47ad0ba4606e9fa8b4767bc3db64bed4ce246f97f27433d19f55c575f59eec9ee97a72
6
+ metadata.gz: 4d7ac5841f949b8728266a25bf6b8fb3767dd74fb5f0dae2d51c1ab58d3e7b86675dd9f5ecf434ab2d06ab60097d32a62d42d73206afcf70b248a3377ad8b438
7
+ data.tar.gz: 0ad0a1baab410fde48a00034c8515248e0cf13f65573a408c207068539a839f6e6796685b2b48a1663ed034d9d7cc7e1866777e6e64de96e027ad5db5fcba1e5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- magellan-cli (0.7.9)
4
+ magellan-cli (0.7.10)
5
5
  activesupport (~> 4.1.4)
6
6
  groovenauts-thor
7
7
  httpclient (~> 2.5)
@@ -14,13 +14,13 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- activesupport (4.1.9)
17
+ activesupport (4.1.10)
18
18
  i18n (~> 0.6, >= 0.6.9)
19
19
  json (~> 1.7, >= 1.7.7)
20
20
  minitest (~> 5.1)
21
21
  thread_safe (~> 0.1)
22
22
  tzinfo (~> 1.1)
23
- addressable (2.3.7)
23
+ addressable (2.3.8)
24
24
  binding_of_caller (0.7.2)
25
25
  debug_inspector (>= 0.0.1)
26
26
  byebug (2.7.0)
@@ -41,14 +41,14 @@ GEM
41
41
  httpclient (2.6.0.1)
42
42
  i18n (0.7.0)
43
43
  json (1.8.2)
44
- jwt (1.2.1)
44
+ jwt (1.4.1)
45
45
  libmagellan (0.2.4)
46
46
  activesupport
47
47
  mqtt (~> 0.3.1)
48
48
  signet (~> 0.5.0)
49
49
  method_source (0.8.2)
50
50
  mini_portile (0.6.2)
51
- minitest (5.5.1)
51
+ minitest (5.6.0)
52
52
  mqtt (0.3.1)
53
53
  multi_json (1.10.1)
54
54
  multipart-post (2.0.0)
@@ -86,7 +86,7 @@ module Magellan
86
86
  def association_get(associations, r, f)
87
87
  v = r[f]
88
88
  m = associations[f]
89
- m ? m[v] || "(not found: #{v.inspect})" : v
89
+ m ? m[v] || (v.nil? ? "" : "(not found: #{v.inspect})") : v
90
90
  end
91
91
 
92
92
  DEFAULT_HIDDEN_FIELDS = %w[created_at updated_at].map(&:freeze).freeze
@@ -1,5 +1,5 @@
1
1
  module Magellan
2
2
  module Cli
3
- VERSION = "0.7.9"
3
+ VERSION = "0.7.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magellan-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.9
4
+ version: 0.7.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - akm2000
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-10 00:00:00.000000000 Z
11
+ date: 2015-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient
@@ -287,7 +287,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
287
287
  version: '0'
288
288
  requirements: []
289
289
  rubyforge_project:
290
- rubygems_version: 2.4.6
290
+ rubygems_version: 2.4.5
291
291
  signing_key:
292
292
  specification_version: 4
293
293
  summary: commandline tools for magellanic cloud service.