Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed May 11, 2009
1 parent 58d9f96 commit baa9ba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ require File.join(File.dirname(__FILE__), 'lib', 'distribunaut_tasks')

@gem_spec = Gem::Specification.new do |s|
s.name = "distribunaut"
s.version = "0.1.20090407"
s.version = "0.2"
s.summary = "distribunaut"
s.description = "distribunaut was developed by: markbates"
s.author = "markbates"
Expand Down Expand Up @@ -58,9 +58,11 @@ end

desc 'regenerate the gemspec'
task :gemspec do
@gem_spec.version = "#{@gem_spec.version}.#{Time.now.strftime('%Y%m%d%H%M%S')}"
File.open(File.join(File.dirname(__FILE__), 'distribunaut.gemspec'), 'w') {|f| f.puts @gem_spec.to_ruby}
end


desc "Install the gem"
task :install => [:gemspec, :package] do |t|
sudo = ENV['SUDOLESS'] == 'true' || RUBY_PLATFORM =~ /win32|cygwin/ ? '' : 'sudo'
Expand Down
2 changes: 1 addition & 1 deletion distribunaut.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{distribunaut}
s.version = "0.1.20090407"
s.version = "0.2.20090511204103"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["markbates"]
Expand Down

0 comments on commit baa9ba0

Please sign in to comment.