Rakefile in csv_pirate-3.4.4 vs Rakefile in csv_pirate-4.0.1
- old
+ new
@@ -2,12 +2,12 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "csv_pirate"
- gemspec.summary = "Easily create CSVs of any data that can be derived from your models (using pirates!)."
- gemspec.description = %q{CsvPirate is the easy way to create a CSV of essentially anything in Rails, in full pirate regalia.
+ gemspec.summary = "Easily create CSVs of any data that can be derived from instance methods on your classes."
+ gemspec.description = %q{CsvPirate is the easy way to create a CSV of essentially anything in Ruby, in full pirate regalia.
It works better if you are wearing a tricorne!}
gemspec.email = "peter.boling@gmail.com"
gemspec.homepage = "http://github.com/pboling/csv_pirate"
gemspec.authors = ["Peter Boling"]
gemspec.add_dependency 'fastercsv'
@@ -16,9 +16,15 @@
"init.rb",
"rails/init.rb",
"install.rb",
"lib/csv_pirate.rb",
"lib/ninth_bit/pirate_ship.rb",
+ "spec/csv_pirate_spec.rb",
+ "spec/pirate_ship_spec.rb",
+ "spec/spec.opts",
+ "spec/spec_helper.rb",
+ "spec/spec_helpers/glowing_gas_ball.rb",
+ "spec/spec_helpers/star.rb",
"Rakefile",
"LICENSE",
"CHANGELOG",
"VERSION.yml"]
end