ancor-cli 0.0.1 → 0.0.2
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 +4 -4
- data/README.md +10 -0
- data/lib/ancor/cli/environment.rb +1 -1
- data/lib/ancor/cli/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e9d5aef666aba384a329d4911110302ca0d2bec
|
4
|
+
data.tar.gz: 6ca84a9061a797cad92e704ed07caf562cc7e9e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5048a83cd5983cafffabb3674ef672982fa51cafc59ca517e3b1f7beeb99435e03fbd69f9fb09c883388c688c6c678d361193c20f084c9f2bc25033c58af13e6
|
7
|
+
data.tar.gz: 5a8384163015140cb6ff4e3bfbb3ae0af22e5f87d5668b5c71794dca26b1320db93b81cac856c310cddbbb0c28558d13af175f9ce5b34cf6d2dc3f89a0b610a8
|
data/README.md
CHANGED
@@ -22,7 +22,7 @@ module Ancor
|
|
22
22
|
def plan(path_to_file)
|
23
23
|
begin
|
24
24
|
spec = File.read(path_to_file)
|
25
|
-
connection.plan(options[:environment],
|
25
|
+
connection.plan(options[:environment], spec)
|
26
26
|
rescue IOError, Errno::ENOENT
|
27
27
|
puts 'Could not read specification, make sure file path is correct'
|
28
28
|
end
|
data/lib/ancor/cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ancor-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Unruh
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-03-
|
12
|
+
date: 2014-03-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: faraday
|
@@ -117,3 +117,4 @@ specification_version: 4
|
|
117
117
|
summary: CLI used to interact with the ANCOR server API
|
118
118
|
test_files:
|
119
119
|
- spec/spec_helper.rb
|
120
|
+
has_rdoc:
|