atlas-api 0.0.5 → 0.0.6

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- atlas-api (0.0.4)
4
+ atlas-api (0.0.5)
5
5
  faraday (~> 0.5.3)
6
6
  hashie (~> 0.4.0)
7
7
 
data/bin/atlas CHANGED
@@ -6,7 +6,7 @@ require 'atlas-api'
6
6
 
7
7
  ENDPOINT = "http://orm-atlas.herokuapp.com/api"
8
8
 
9
- raise Exception unless ARGV[0] == "build"
9
+ raise "Please use 'atlas build' to run this script" unless ARGV[0] == "build"
10
10
 
11
11
  TOKEN = ARGV[1]
12
12
  PROJECT = ARGV[2]
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Api
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
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.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: