Rakefile in textfile-1.0.1 vs Rakefile in textfile-1.0.2
- old
+ new
@@ -16,10 +16,12 @@
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
gem.name = "textfile"
gem.homepage = "http://github.com/varyonic/textfile"
gem.license = "MIT"
gem.summary = %Q{Set-like wrapper around GNU comm and related textfile utilities.}
- gem.description = %Q{A common use case is to identify differences between exported datasets where the datasets may exceed 100K rows and each row may exceed 4K characters.}
+ gem.description = %Q{Set-like wrapper around GNU comm and related textfile utilities.
+
+A common use case is to identify differences between exported datasets where the datasets may exceed 100K rows and each row may exceed 4K characters.}
gem.email = "piers@varyonic.com"
gem.authors = ["Piers Chambers"]
# dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new