switches.gemspec in switches-0.1.5 vs switches.gemspec in switches-0.1.6
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{switches}
- s.version = "0.1.5"
+ s.version = "0.1.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Seamus Abshere"]
s.date = %q{2009-11-19}
s.description = %q{
@@ -35,19 +35,16 @@
It's inspired by ActiveSupport's StringInquirer (e.g. Rails.development?) and traditional compile-time assertions.
}
s.email = %q{seamus@abshere.net}
s.extra_rdoc_files = [
"LICENSE",
- "README",
- "README.html",
- "README.markdown"
+ "README.rdoc"
]
s.files = [
".document",
".gitignore",
"LICENSE",
- "README",
- "README.markdown",
+ "README.rdoc",
"Rakefile",
"VERSION",
"lib/switches.rb",
"lib/tasks/capistrano_tasks.rb",
"lib/tasks/switches.rake",