the-maestro 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +2 -2
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/the-maestro.gemspec +2 -2
  5. metadata +2 -2
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  <b>Maestro: Conduct your clouds</b>
2
2
 
3
- Maestro is a cloud provisioning, configuration, and deployment utility for your Ruby and Ruby On Rails applications.
3
+ Maestro is a cloud provisioning, configuration, and management utility for your Ruby and Ruby On Rails applications.
4
4
  Simply declare the structure of your clouds via configuration files, create {Chef}[http://wiki.opscode.com/display/chef/Home]
5
5
  recipes to configure the nodes in your clouds, and Maestro takes care of the rest.
6
6
 
@@ -22,7 +22,7 @@ Add the following gem dependency to your Rails project's <code>config/environmen
22
22
 
23
23
  Rails::Initializer.run do |config|
24
24
 
25
- config.gem "the-maestro", :lib => "maestro", :version => "0.3.2", :source => "http://gemcutter.org"
25
+ config.gem "the-maestro", :lib => "maestro", :version => "0.3.3", :source => "http://gemcutter.org"
26
26
 
27
27
  end
28
28
 
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "the-maestro"
8
8
  gem.summary = %Q{Maestro: Conduct your clouds.}
9
- gem.description = %Q{Maestro is a cloud provisioning, configuration, and deployment utility for your Ruby and Ruby On Rails applications.}
9
+ gem.description = %Q{Maestro is a cloud provisioning, configuration, and management utility for your Ruby and Ruby On Rails applications.}
10
10
  gem.homepage = "http://github.com/bploetz/maestro"
11
11
  gem.authors = ["Brian Ploetz"]
12
12
  gem.add_development_dependency "thoughtbot-shoulda", "= 2.10.2"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
data/the-maestro.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{the-maestro}
8
- s.version = "0.3.2"
8
+ s.version = "0.3.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Brian Ploetz"]
12
12
  s.date = %q{2010-05-23}
13
- s.description = %q{Maestro is a cloud provisioning, configuration, and deployment utility for your Ruby and Ruby On Rails applications.}
13
+ s.description = %q{Maestro is a cloud provisioning, configuration, and management utility for your Ruby and Ruby On Rails applications.}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
16
16
  "README.rdoc"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the-maestro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Ploetz
@@ -102,7 +102,7 @@ dependencies:
102
102
  - !ruby/object:Gem::Version
103
103
  version: 1.1.7
104
104
  version:
105
- description: Maestro is a cloud provisioning, configuration, and deployment utility for your Ruby and Ruby On Rails applications.
105
+ description: Maestro is a cloud provisioning, configuration, and management utility for your Ruby and Ruby On Rails applications.
106
106
  email:
107
107
  executables: []
108
108