Skip to content

Commit

Permalink
Version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Dec 9, 2009
1 parent 60c307d commit 097057c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
3 changes: 2 additions & 1 deletion VERSION.yml
@@ -1,4 +1,5 @@
---
:minor: 2
:minor: 3
:patch: 0
:major: 0
:build:
31 changes: 19 additions & 12 deletions executioner.gemspec
@@ -1,35 +1,41 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{executioner}
s.version = "0.2.0"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eloy Duran"]
s.date = %q{2009-07-08}
s.date = %q{2009-12-09}
s.description = %q{Execute CLI utilities}
s.email = %q{eloy@fngtps.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
"README.rdoc"
]
s.files = [
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"lib/executioner.rb",
"test/executioner_test.rb",
"test/test_helper.rb"
".gitignore",
".kick",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"executioner.gemspec",
"lib/executioner.rb",
"test/executioner_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://fingertips.github.com}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.4}
s.rubygems_version = %q{1.3.5}
s.summary = %q{Execute CLI utilities}
s.test_files = [
"test/executioner_test.rb",
"test/test_helper.rb"
"test/test_helper.rb"
]

if s.respond_to? :specification_version then
Expand All @@ -42,3 +48,4 @@ Gem::Specification.new do |s|
else
end
end

0 comments on commit 097057c

Please sign in to comment.