coral_cloud 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,31 +1,31 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- coral_core (0.1.4)
4
+ coral_core (0.1.8)
5
5
  git (= 1.2.5)
6
6
  json (>= 1.4)
7
7
  log4r (~> 1.1)
8
- diff-lcs (1.1.3)
8
+ diff-lcs (1.2.1)
9
9
  git (1.2.5)
10
10
  jeweler (1.8.4)
11
11
  bundler (~> 1.0)
12
12
  git (>= 1.2.5)
13
13
  rake
14
14
  rdoc
15
- json (1.7.6)
15
+ json (1.7.7)
16
16
  log4r (1.1.10)
17
17
  rake (10.0.3)
18
- rdoc (3.12.1)
18
+ rdoc (3.12.2)
19
19
  json (~> 1.4)
20
- rspec (2.12.0)
21
- rspec-core (~> 2.12.0)
22
- rspec-expectations (~> 2.12.0)
23
- rspec-mocks (~> 2.12.0)
24
- rspec-core (2.12.2)
25
- rspec-expectations (2.12.1)
26
- diff-lcs (~> 1.1.3)
27
- rspec-mocks (2.12.2)
28
- yard (0.8.4.1)
20
+ rspec (2.13.0)
21
+ rspec-core (~> 2.13.0)
22
+ rspec-expectations (~> 2.13.0)
23
+ rspec-mocks (~> 2.13.0)
24
+ rspec-core (2.13.1)
25
+ rspec-expectations (2.13.0)
26
+ diff-lcs (>= 1.1.3, < 2.0)
27
+ rspec-mocks (2.13.0)
28
+ yard (0.8.5.2)
29
29
 
30
30
  PLATFORMS
31
31
  ruby
data/README.rdoc CHANGED
@@ -15,8 +15,8 @@ Note: This library is still very early in development!
15
15
 
16
16
  == Contributing to coral_cloud
17
17
 
18
- * Check out the latest master to make sure the feature hasn't been implemented
19
- or the bug hasn't been fixed yet.
18
+ * Check out the latest {major}.{minor} branch to make sure the feature hasn't
19
+ been implemented or the bug hasn't been fixed yet.
20
20
  * Check out the issue tracker to make sure someone already hasn't requested
21
21
  it and/or contributed it.
22
22
  * Fork the project.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
data/coral_cloud.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "coral_cloud"
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_cloud\n\nThis library provides the ability to define and manage servers. These servers \ncan be local virtual machines (interfaced by Vagrant) or (in the near future)\nremote servers on various IAAS providers, such as Rackspace and Amazon.\n\nThis library utilizes the Puppet provisioner to build servers and Vagrant\nto run them locally. Eventually a cohesive API will be developed that will\nallow for easily switching and performing the same operations on different\nproviders. For now this library focuses on integration with Vagrant.\n\nMore to come soon...\n \nNote: This library is still very early in development!\n\n== Contributing to coral_cloud\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-14"
13
+ s.description = "= coral_cloud\n\nThis library provides the ability to define and manage servers. These servers \ncan be local virtual machines (interfaced by Vagrant) or (in the near future)\nremote servers on various IAAS providers, such as Rackspace and Amazon.\n\nThis library utilizes the Puppet provisioner to build servers and Vagrant\nto run them locally. Eventually a cohesive API will be developed that will\nallow for easily switching and performing the same operations on different\nproviders. For now this library focuses on integration with Vagrant.\n\nMore to come soon...\n \nNote: This library is still very early in development!\n\n== Contributing to coral_cloud\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",
@@ -159,7 +159,7 @@ class Server < Core
159
159
 
160
160
  if @machine.created?
161
161
  if @machine.state == :running
162
- success = Coral::Command.new("vagrant provision #{@name}").exec! do |line|
162
+ success = Coral::Command.new("vagrant provision #{@name}").exec!(options) do |line|
163
163
  process_puppet_message(line)
164
164
  end
165
165
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coral_cloud
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-14 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: coral_core
@@ -125,8 +125,8 @@ description: |-
125
125
 
126
126
  == Contributing to coral_cloud
127
127
 
128
- * Check out the latest master to make sure the feature hasn't been implemented
129
- or the bug hasn't been fixed yet.
128
+ * Check out the latest {major}.{minor} branch to make sure the feature hasn't
129
+ been implemented or the bug hasn't been fixed yet.
130
130
  * Check out the issue tracker to make sure someone already hasn't requested
131
131
  it and/or contributed it.
132
132
  * Fork the project.