judo 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- 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
|
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.
|
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
|
-
-
|
9
|
-
version: 0.0.
|
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
|
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
|
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
|