coral_vagrant 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,42 +2,42 @@ GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
4
  archive-tar-minitar (0.5.2)
5
- childprocess (0.3.7)
6
- ffi (~> 1.0, >= 1.0.6)
5
+ childprocess (0.3.9)
6
+ ffi (~> 1.0, >= 1.0.11)
7
7
  coral_cloud (0.1.2)
8
8
  coral_core (~> 0.1)
9
- coral_core (0.1.4)
9
+ coral_core (0.1.5)
10
10
  git (= 1.2.5)
11
11
  json (>= 1.4)
12
12
  log4r (~> 1.1)
13
13
  coral_plan (0.1.2)
14
14
  coral_core (~> 0.1)
15
- diff-lcs (1.1.3)
15
+ diff-lcs (1.2.1)
16
16
  erubis (2.7.0)
17
- ffi (1.3.1)
17
+ ffi (1.4.0)
18
18
  git (1.2.5)
19
- i18n (0.6.1)
19
+ i18n (0.6.4)
20
20
  jeweler (1.8.4)
21
21
  bundler (~> 1.0)
22
22
  git (>= 1.2.5)
23
23
  rake
24
24
  rdoc
25
- json (1.5.4)
25
+ json (1.5.5)
26
26
  log4r (1.1.10)
27
27
  net-scp (1.0.4)
28
28
  net-ssh (>= 1.99.1)
29
29
  net-ssh (2.2.2)
30
30
  rake (10.0.3)
31
- rdoc (3.12.1)
31
+ rdoc (3.12.2)
32
32
  json (~> 1.4)
33
- rspec (2.12.0)
34
- rspec-core (~> 2.12.0)
35
- rspec-expectations (~> 2.12.0)
36
- rspec-mocks (~> 2.12.0)
37
- rspec-core (2.12.2)
38
- rspec-expectations (2.12.1)
39
- diff-lcs (~> 1.1.3)
40
- rspec-mocks (2.12.2)
33
+ rspec (2.13.0)
34
+ rspec-core (~> 2.13.0)
35
+ rspec-expectations (~> 2.13.0)
36
+ rspec-mocks (~> 2.13.0)
37
+ rspec-core (2.13.1)
38
+ rspec-expectations (2.13.0)
39
+ diff-lcs (>= 1.1.3, < 2.0)
40
+ rspec-mocks (2.13.0)
41
41
  vagrant (1.0.6)
42
42
  archive-tar-minitar (= 0.5.2)
43
43
  childprocess (~> 0.3.1)
@@ -47,7 +47,7 @@ GEM
47
47
  log4r (~> 1.1.9)
48
48
  net-scp (~> 1.0.4)
49
49
  net-ssh (~> 2.2.2)
50
- yard (0.8.4.1)
50
+ yard (0.8.5.2)
51
51
 
52
52
  PLATFORMS
53
53
  ruby
@@ -10,8 +10,8 @@ Note: This library is still very early in development!
10
10
 
11
11
  == Contributing to coral_vagrant
12
12
 
13
- * Check out the latest master to make sure the feature hasn't been implemented
14
- or the bug hasn't been fixed yet.
13
+ * Check out the latest {major}.{minor} branch to make sure the feature hasn't
14
+ been implemented or the bug hasn't been fixed yet.
15
15
  * Check out the issue tracker to make sure someone already hasn't requested
16
16
  it and/or contributed it.
17
17
  * Fork the project.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "coral_vagrant"
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Adrian Webb"]
12
- s.date = "2013-02-08"
13
- s.description = "= coral_vagrant\n\nThis library contains various commands and exposes a data model to Vagrant\nthat allows for tightly integrated management of Virtual machines that are\nlinked to remote servers. \n\nThis also allows for custom execution plans.\n\nNote: This library is still very early in development!\n\n== Contributing to coral_vagrant\n \n* Check out the latest master to make sure the feature hasn't been implemented \n or the bug hasn't been fixed yet.\n* Check out the issue tracker to make sure someone already hasn't requested \n it and/or contributed it.\n* Fork the project.\n* Start a feature/bugfix branch.\n* Commit and push until you are happy with your contribution.\n* Make sure to add tests for it. This is important so I don't break it in a \n future version unintentionally.\n* Please try not to mess with the Rakefile, version, or history. If you want \n to have your own version, or is otherwise necessary, that is fine, but \n please isolate to its own commit so I can cherry-pick around it.\n\n== Copyright\n\nLicensed under GPLv3. See LICENSE.txt for further details.\n\nCopyright (c) 2013 Adrian Webb <adrian.webb@coraltech.net>\nCoral Technology Group LLC"
12
+ s.date = "2013-03-13"
13
+ s.description = "= coral_vagrant\n\nThis library contains various commands and exposes a data model to Vagrant\nthat allows for tightly integrated management of Virtual machines that are\nlinked to remote servers. \n\nThis also allows for custom execution plans.\n\nNote: This library is still very early in development!\n\n== Contributing to coral_vagrant\n \n* Check out the latest {major}.{minor} branch to make sure the feature hasn't \n been implemented or the bug hasn't been fixed yet.\n* Check out the issue tracker to make sure someone already hasn't requested \n it and/or contributed it.\n* Fork the project.\n* Start a feature/bugfix branch.\n* Commit and push until you are happy with your contribution.\n* Make sure to add tests for it. This is important so I don't break it in a \n future version unintentionally.\n* Please try not to mess with the Rakefile, version, or history. If you want \n to have your own version, or is otherwise necessary, that is fine, but \n please isolate to its own commit so I can cherry-pick around it.\n\n== Copyright\n\nLicensed under GPLv3. See LICENSE.txt for further details.\n\nCopyright (c) 2013 Adrian Webb <adrian.webb@coraltech.net>\nCoral Technology Group LLC"
14
14
  s.email = "adrian.webb@coraltech.net"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
@@ -56,7 +56,7 @@ module Vagrant
56
56
  #-----------------------------------------------------------------------------
57
57
  # Constructor / Destructor
58
58
 
59
- def init(directory, submodule = 'config', config_file = 'cloud.json')
59
+ def self.init(directory, submodule = 'config', config_file = 'cloud.json')
60
60
  return Coral.create_cloud(:vagrant, {
61
61
  :directory => directory,
62
62
  :submodule => submodule,
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coral_vagrant
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adrian Webb
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-02-08 00:00:00 Z
18
+ date: 2013-03-13 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: vagrant
@@ -150,8 +150,8 @@ description: |-
150
150
 
151
151
  == Contributing to coral_vagrant
152
152
 
153
- * Check out the latest master to make sure the feature hasn't been implemented
154
- or the bug hasn't been fixed yet.
153
+ * Check out the latest {major}.{minor} branch to make sure the feature hasn't
154
+ been implemented or the bug hasn't been fixed yet.
155
155
  * Check out the issue tracker to make sure someone already hasn't requested
156
156
  it and/or contributed it.
157
157
  * Fork the project.