pdfkit.gemspec in pdfkit-0.2.1 vs pdfkit.gemspec in pdfkit-0.2.2

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{pdfkit} - s.version = "0.2.1" + s.version = "0.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["jdpace"] s.date = %q{2010-05-24} s.description = %q{Uses wkhtmltopdf to create PDFs using HTML} @@ -21,15 +21,15 @@ ".gitignore", "LICENSE", "README.md", "Rakefile", "VERSION", - "lib/PDFKit.rb", + "lib/pdfkit.rb", "lib/pdfkit/middleware.rb", "lib/pdfkit/pdfkit.rb", "pdfkit.gemspec", - "spec/PDFKit_spec.rb", "spec/fixtures/example.css", + "spec/pdfkit_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/jdpace/PDFKit} s.rdoc_options = ["--charset=UTF-8"]