Skip to content

Commit

Permalink
bumped to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrec1 committed May 7, 2011
1 parent 77eda7f commit e7a2172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rake/gempackagetask'
require 'rspec/core/rake_task'

GEM = "inploy"
GEM_VERSION = "1.9.1"
GEM_VERSION = "1.9.3"
SUMMARY = "Rails and Sinatra deployment made easy"
AUTHOR = "Diego Carrion"
EMAIL = "dc.rec1@gmail.com"
Expand Down
4 changes: 2 additions & 2 deletions inploy.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{inploy}
s.version = "1.9.1"
s.version = "1.9.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Diego Carrion"]
s.date = %q{2011-03-25}
s.date = %q{2011-05-06}
s.default_executable = %q{inploy}
s.email = %q{dc.rec1@gmail.com}
s.executables = ["inploy"]
Expand Down

0 comments on commit e7a2172

Please sign in to comment.