Rakefile in fixed_width-0.2.0 vs Rakefile in fixed_width-0.2.1
- old
+ new
@@ -13,9 +13,11 @@
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "fixed_width"
gemspec.summary = "A gem that provides a DSL for parsing and writing files of fixed-width records."
gemspec.description = <<END
+A gem that provides a DSL for parsing and writing files of fixed-width records.
+
Shamelessly forked from ryanwood/slither [http://github.com/ryanwood/slither].
Renamed the gem to be a little clearer as to its purpose. Hate that 'nokogiri' nonsense.
END
gemspec.email = "timon.karnezos@gmail.com"
\ No newline at end of file