judo 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'jeweler'
2
2
 
3
3
  Jeweler::Tasks.new do |s|
4
4
  s.name = "judo"
5
- s.description = "The gentile way to manage and control ec2 instances"
5
+ s.description = "The gentle way to manage and control ec2 instances"
6
6
  s.summary = s.description
7
7
  s.author = "Orion Henry"
8
8
  s.email = "orion@heroku.com"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Orion Henry
@@ -77,7 +77,7 @@ dependencies:
77
77
  version: "0"
78
78
  type: :runtime
79
79
  version_requirements: *id005
80
- description: The gentile way to manage and control ec2 instances
80
+ description: The gentle way to manage and control ec2 instances
81
81
  email: orion@heroku.com
82
82
  executables:
83
83
  - judo
@@ -126,7 +126,7 @@ rubyforge_project: judo
126
126
  rubygems_version: 1.3.6
127
127
  signing_key:
128
128
  specification_version: 3
129
- summary: The gentile way to manage and control ec2 instances
129
+ summary: The gentle way to manage and control ec2 instances
130
130
  test_files:
131
131
  - spec/base.rb
132
132
  - spec/server_spec.rb