martin.gemspec in martin-0.1.1 vs martin.gemspec in martin-0.1.2
- old
+ new
@@ -3,26 +3,26 @@
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{martin}
- s.version = "0.1.1"
+ s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ryan Lewis"]
s.date = %q{2010-04-17}
s.description = %q{An ode to the Rat Pack (Dean Martin) with a Sinatra style DSL for creating command line interfaces to your applications}
s.email = %q{c00lryguy@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
- "README.rdoc"
+ "README.md"
]
s.files = [
".document",
".gitignore",
"LICENSE",
- "README.rdoc",
+ "README.md",
"Rakefile",
"VERSION",
"lib/martin.rb",
"lib/martin/application.rb",
"lib/martin/base.rb",
@@ -44,11 +44,14 @@
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_development_dependency(%q<shoulda>, [">= 0"])
else
+ s.add_dependency(%q<shoulda>, [">= 0"])
end
else
+ s.add_dependency(%q<shoulda>, [">= 0"])
end
end