rudy 0.2.1 → 0.2.2
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/lib/rudy.rb +1 -1
- data/rudy.gemspec +1 -1
- metadata +1 -1
data/lib/rudy.rb
CHANGED
|
@@ -33,7 +33,7 @@ module Rudy #:nodoc:
|
|
|
33
33
|
module VERSION #:nodoc:
|
|
34
34
|
MAJOR = 0.freeze unless defined? MAJOR
|
|
35
35
|
MINOR = 2.freeze unless defined? MINOR
|
|
36
|
-
TINY =
|
|
36
|
+
TINY = 2.freeze unless defined? TINY
|
|
37
37
|
def self.to_s
|
|
38
38
|
[MAJOR, MINOR, TINY].join('.')
|
|
39
39
|
end
|
data/rudy.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@spec = Gem::Specification.new do |s|
|
|
2
2
|
s.name = "rudy"
|
|
3
|
-
s.version = "0.2.
|
|
3
|
+
s.version = "0.2.2"
|
|
4
4
|
s.summary = "Rudy is a handy staging and deployment tool for Amazon EC2."
|
|
5
5
|
s.description = "Rudy is a handy staging and deployment tool for Amazon EC2."
|
|
6
6
|
s.author = "Delano Mandelbaum"
|