tailor.gemspec in tailor-1.2.1 vs tailor.gemspec in tailor-1.3.0

- old
+ new

@@ -18,10 +18,10 @@ project, whatever style that may be. DESC s.email = "steve.loveless@gmail.com" s.homepage = "http://github.com/turboladen/tailor" - s.extra_rdoc_files = %w(History.rdoc README.rdoc) + s.extra_rdoc_files = %w(History.md README.md) s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.add_runtime_dependency %q<log_switch>, ">= 0.3.0"