tailor.gemspec in tailor-0.1.4 vs tailor.gemspec in tailor-0.1.5
- old
+ new
@@ -19,16 +19,20 @@
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.extra_rdoc_files = %w(ChangeLog.rdoc README.rdoc)
s.homepage = "http://github.com/turboladen/tailor"
- s.post_install_message = %w(
-Thanks for checking out Tailor. To run, simply do:
-$ tailor [directory to check]
+ s.post_install_message = <<MSG
+Thanks for checking out tailor. To check Ruby style, simply do:
+ $ tailor [directory to check]
--OR-
-$ tailor [.rb/.erb file to check]
+ -OR-
+
+ $ tailor [.rb/.erb file to check]
+
For more information on tailor, see http://github.com/turboladen/tailor)
+
+MSG
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "Utility for checking style of Ruby files."
s.test_files = Dir.glob "{feature,spec}/**/*_spec.rb"