atlas-api 0.0.6 → 0.0.7

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.
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ .DS_Store
1
2
  *.gem
2
3
  *.rbc
3
4
  .bundle
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- atlas-api (0.0.5)
4
+ atlas-api (0.0.7)
5
5
  faraday (~> 0.5.3)
6
6
  hashie (~> 0.4.0)
7
7
 
data/bin/atlas CHANGED
@@ -38,8 +38,12 @@ query = {
38
38
  if format.message.is_a?(Hash)
39
39
  format.message.each do |k,v|
40
40
  puts "#{k}".capitalize
41
- v.each do |me|
42
- puts "- #{me}"
41
+ if v.is_a?(Array)
42
+ v.each do |me|
43
+ puts "- #{me}"
44
+ end
45
+ else
46
+ puts "- #{v}"
43
47
  end
44
48
  end
45
49
  else
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Api
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-18 00:00:00.000000000 Z
12
+ date: 2013-10-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
@@ -83,7 +83,6 @@ executables:
83
83
  extensions: []
84
84
  extra_rdoc_files: []
85
85
  files:
86
- - .DS_Store
87
86
  - .gitignore
88
87
  - .rspec
89
88
  - .travis.yml
data/.DS_Store DELETED
Binary file