vantage 0.0.7 → 0.0.8

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/README.md CHANGED
@@ -20,10 +20,25 @@ Or install it yourself as:
20
20
 
21
21
  ### Command line:
22
22
 
23
+ #### Listing allowed vantage points:
24
+
25
+ ```shell
26
+ $ vantage -l
27
+ ```
28
+
29
+ #### Check a url against a random vantage point:
30
+
23
31
  ```shell
24
32
  $ vantage -u http://brandontindle.com
25
33
  ```
26
34
 
35
+ #### Check a url against a specific vantage point:
36
+
37
+ ```shell
38
+ $ vantage -u http://brandontindle.com -p aws-us-east-1
39
+ ```
40
+
41
+
27
42
  #### Check multiple urls:
28
43
 
29
44
  ```shell
@@ -3,7 +3,7 @@ module Vantage
3
3
  extend self
4
4
 
5
5
  def point_list
6
- %w[aws-us-east-1 aws-us-west-2]
6
+ %w[aws-us-east-1]
7
7
  end
8
8
 
9
9
  def endpoint_base
@@ -1,3 +1,3 @@
1
1
  module Vantage
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vantage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
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: 2012-05-27 00:00:00.000000000 Z
12
+ date: 2012-06-21 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: An example cli for vantage.io
15
15
  email: