guignol 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- guignol (0.1)
4
+ guignol (0.1.1)
5
5
  active_support
6
6
  fog (~> 1.1.2)
7
7
  parallel (~> 0.5.14)
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
- ---- ~/.fog ----
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
- ---- ~/.guignol.yml ----
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
- ---- ~/.guignol.yml ----
146
+ # ~/.guignol.yml
147
147
  ---
148
148
  - :name: hello-world
149
149
  :uuid: AF123799-3F55-4F0B-8E58-87C67A5977BA
@@ -26,5 +26,5 @@
26
26
  # either expressed or implied, of the authors.
27
27
 
28
28
  module Guignol
29
- VERSION = "0.1"
29
+ VERSION = "0.1.1"
30
30
  end
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: 9
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
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-01 00:00:00 +00:00
18
+ date: 2012-03-02 00:00:00 +00:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency