Skip to content

Commit

Permalink
Regenerated gemspec for version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Mar 16, 2010
1 parent a1316f9 commit 23fb885
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions menutree.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{menutree}
s.version = "0.0.1"
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mat Trude", "Grant McInnes"]
Expand All @@ -15,21 +15,31 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = [
"README"
]
s.has_rdoc = true
s.files = [
"README",
"Rakefile",
"VERSION",
"lib/base.rb",
"menutree.gemspec",
"menutree.rb"
]
s.homepage = %q{http://github.com/mtrudel/menutree}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.rubygems_version = %q{1.3.6}
s.summary = %q{a simple hierachical command line shell}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
else
s.add_dependency(%q<activesupport>, [">= 0"])
end
else
s.add_dependency(%q<activesupport>, [">= 0"])
end
end

0 comments on commit 23fb885

Please sign in to comment.