guignol 0.1 → 0.1.1
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/Gemfile.lock +1 -1
- data/README.md +3 -3
- data/lib/guignol/version.rb +1 -1
- metadata +4 -3
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Install `guignol`:
|
|
|
14
14
|
Guignol relies on the excellent [Fog gem](http://fog.io/) to connect to Amazon's APIs.
|
|
15
15
|
Start by setting up your `~/.fog`:
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
# ~/.fog
|
|
18
18
|
:default:
|
|
19
19
|
:aws_access_key_id: ABCDEF....
|
|
20
20
|
:aws_secret_access_key: 123456....
|
|
@@ -33,7 +33,7 @@ Teach Guignol about your instances by adding them to its config file.
|
|
|
33
33
|
Each instance needs at least a name an a UUID (both will become tags on your
|
|
34
34
|
instance):
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
# ~/.guignol.yml
|
|
37
37
|
---
|
|
38
38
|
- :name: hello-world
|
|
39
39
|
:uuid: AF123799-3F55-4F0B-8E58-87C67A5977BA
|
|
@@ -143,7 +143,7 @@ Now you can `guignol stop` your instances from the command line when not using t
|
|
|
143
143
|
|
|
144
144
|
This one just contains 2 machines, `fubar.housetripdev.com.` and `gargantua.hosuetirpdev.com.`
|
|
145
145
|
|
|
146
|
-
|
|
146
|
+
# ~/.guignol.yml
|
|
147
147
|
---
|
|
148
148
|
- :name: hello-world
|
|
149
149
|
:uuid: AF123799-3F55-4F0B-8E58-87C67A5977BA
|
data/lib/guignol/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guignol
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Julien Letessier
|
|
@@ -14,7 +15,7 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date: 2012-03-
|
|
18
|
+
date: 2012-03-02 00:00:00 +00:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|