guignol 0.1.2 → 0.1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/guignol/commands.rb +0 -2
- data/lib/guignol/version.rb +1 -1
- metadata +4 -3
data/Gemfile.lock
CHANGED
data/lib/guignol/commands.rb
CHANGED
@@ -32,7 +32,6 @@ require 'guignol/commands/stop'
|
|
32
32
|
require 'guignol/commands/help'
|
33
33
|
require 'guignol/commands/list'
|
34
34
|
require 'guignol/commands/uuid'
|
35
|
-
require 'guignol/commands/new'
|
36
35
|
require 'guignol/commands/fix_dns'
|
37
36
|
|
38
37
|
module Guignol::Commands
|
@@ -44,7 +43,6 @@ module Guignol::Commands
|
|
44
43
|
'help' => Guignol::Commands::Help,
|
45
44
|
'list' => Guignol::Commands::List,
|
46
45
|
'uuid' => Guignol::Commands::UUID,
|
47
|
-
'new' => Guignol::Commands::New,
|
48
46
|
'fixdns' => Guignol::Commands::FixDNS,
|
49
47
|
}
|
50
48
|
end
|
data/lib/guignol/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guignol
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 77
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
9
|
- 2
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.1.2.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Julien Letessier
|
@@ -15,7 +16,7 @@ autorequire:
|
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2012-05-
|
19
|
+
date: 2012-05-08 00:00:00 +01:00
|
19
20
|
default_executable:
|
20
21
|
dependencies:
|
21
22
|
- !ruby/object:Gem::Dependency
|