switches.gemspec in switches-0.1.0 vs switches.gemspec in switches-0.1.1

- old
+ new

@@ -3,15 +3,15 @@ # 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.0" + s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Seamus Abshere"] - s.date = %q{2009-10-30} + s.date = %q{2009-11-02} s.description = %q{ Switches lets you turn on and off parts of your code from the commandline. There's a defaults.yml and a current.yml in the background. For example: app/models/user.rb @@ -35,19 +35,23 @@ 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.rdoc" + "README", + "README.html", + "README.markdown" ] s.files = [ ".document", ".gitignore", "LICENSE", - "README.rdoc", + "README", + "README.markdown", "Rakefile", "VERSION", "lib/switches.rb", + "lib/tasks/capistrano_tasks.rb", "lib/tasks/switches.rake", "spec/spec.opts", "spec/spec_helper.rb", "spec/switches_spec.rb", "switches.gemspec"