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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 296ba1bb431c97d213f3673cd9c2432eb77d542b
4
- data.tar.gz: e45af8aca082b8aa3cfce93ff7d47d6bd063bd6b
3
+ metadata.gz: 6e9d5aef666aba384a329d4911110302ca0d2bec
4
+ data.tar.gz: 6ca84a9061a797cad92e704ed07caf562cc7e9e9
5
5
  SHA512:
6
- metadata.gz: ddaba75b2ea078de637b53496814ac1e810754142cc0385a0d1e24264a823fa18dd299f81520a8b64e11530235bc31a8b83dd6c6b85b154a16a6bb87527d86f1
7
- data.tar.gz: 5bdf4446984d95dc1bd194dcf59b278955b05c2311daab44e55182dc3a37857f3722bf5d9421d0c815cc7c23299e78822b52765a5522d9baf78bbfb43fda1261
6
+ metadata.gz: 5048a83cd5983cafffabb3674ef672982fa51cafc59ca517e3b1f7beeb99435e03fbd69f9fb09c883388c688c6c678d361193c20f084c9f2bc25033c58af13e6
7
+ data.tar.gz: 5a8384163015140cb6ff4e3bfbb3ae0af22e5f87d5668b5c71794dca26b1320db93b81cac856c310cddbbb0c28558d13af175f9ce5b34cf6d2dc3f89a0b610a8
data/README.md CHANGED
@@ -1 +1,11 @@
1
+ ## ANCOR CLI
1
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/ancor-cli.png)](http://badge.fury.io/rb/ancor-cli)
4
+
5
+ A CLI used to interact with the ANCOR server API
6
+
7
+ Installing the CLI:
8
+
9
+ ```
10
+ gem install ancor-cli
11
+ ```
@@ -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], path_to_file)
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
@@ -1,5 +1,5 @@
1
1
  module Ancor
2
2
  module CLI
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
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.1
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-14 00:00:00.000000000 Z
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: