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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- guignol (0.1.2)
4
+ guignol (0.1.2.1)
5
5
  active_support
6
6
  fog (~> 1.1.2)
7
7
  parallel (~> 0.5.14)
@@ -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
@@ -26,5 +26,5 @@
26
26
  # either expressed or implied, of the authors.
27
27
 
28
28
  module Guignol
29
- VERSION = "0.1.2"
29
+ VERSION = "0.1.2.1"
30
30
  end
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: 31
4
+ hash: 77
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 2
10
- version: 0.1.2
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-01 00:00:00 +01:00
19
+ date: 2012-05-08 00:00:00 +01:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency