Kharites-tools.gemspec in Kharites-tools-0.1.0 vs Kharites-tools.gemspec in Kharites-tools-0.1.1
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in server.rb, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{Kharites-tools}
- s.version = "0.1.0"
+ s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jose Pablo Barrantes"]
s.date = %q{2010-05-03}
s.default_executable = %q{kharites}
@@ -50,21 +50,24 @@
s.require_paths = ["lib"]
s.rubyforge_project = %q{kharites-tools}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Tools for the Karites.}
s.test_files = [
- "spec/spec_helper.rb",
+ "spec/base_spec.rb",
"spec/setup_spec.rb",
- "spec/base_spec.rb"
+ "spec/spec_helper.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ s.add_runtime_dependency(%q<thor>, [">= 0.13.0"])
else
+ s.add_dependency(%q<thor>, [">= 0.13.0"])
end
else
+ s.add_dependency(%q<thor>, [">= 0.13.0"])
end
end