pairhost 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +18 -0
  2. data/lib/pairhost/version.rb +1 -1
  3. metadata +9 -3
data/README.md CHANGED
@@ -7,4 +7,22 @@ Manage EC2 instances for remote pairing the style that Relevance prefers.
7
7
  gem install pairhost
8
8
  pairhost init
9
9
  # edit ~/.pairhost/config.yml to use your real EC2 & AMI settings
10
+
11
+ pairhost create "My Cool Pairhost"
12
+ pairhost status
13
+ pairhost ssh
14
+
15
+ # down, stop, halt are all aliases
16
+ pairhost down
17
+
18
+ # resume will start a down pairhost
19
+ pairhost resume
20
+
21
+ # up will resume a down pairhost, but if none will create one
10
22
  pairhost up
23
+
24
+ # all future commands will affect the given instance
25
+ pairhost attach instance-id
26
+
27
+ # destroy and terminate are aliases
28
+ pairhost destroy
@@ -1,3 +1,3 @@
1
1
  module Pairhost
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pairhost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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-17 00:00:00.000000000 Z
12
+ date: 2012-06-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fog
@@ -124,15 +124,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
124
124
  - - ! '>='
125
125
  - !ruby/object:Gem::Version
126
126
  version: '0'
127
+ segments:
128
+ - 0
129
+ hash: 2995836133631496312
127
130
  required_rubygems_version: !ruby/object:Gem::Requirement
128
131
  none: false
129
132
  requirements:
130
133
  - - ! '>='
131
134
  - !ruby/object:Gem::Version
132
135
  version: '0'
136
+ segments:
137
+ - 0
138
+ hash: 2995836133631496312
133
139
  requirements: []
134
140
  rubyforge_project:
135
- rubygems_version: 1.8.21
141
+ rubygems_version: 1.8.24
136
142
  signing_key:
137
143
  specification_version: 3
138
144
  summary: Automate creation of Relevance-style pairhost EC2 instances.