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.
Files changed (3) hide show
  1. data/lib/rudy.rb +1 -1
  2. data/rudy.gemspec +1 -1
  3. metadata +1 -1
@@ -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 = 0.freeze unless defined? TINY
36
+ TINY = 2.freeze unless defined? TINY
37
37
  def self.to_s
38
38
  [MAJOR, MINOR, TINY].join('.')
39
39
  end
@@ -1,6 +1,6 @@
1
1
  @spec = Gem::Specification.new do |s|
2
2
  s.name = "rudy"
3
- s.version = "0.2.1"
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rudy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Delano Mandelbaum