papermill.gemspec in BBenezech-papermill-0.1.1 vs papermill.gemspec in BBenezech-papermill-0.1.2
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{papermill}
- s.version = "0.1.1"
+ s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Benoit B\303\251n\303\251zech"]
s.date = %q{2009-08-30}
s.description = %q{Paperclip wrapper}
@@ -23,18 +23,17 @@
"VERSION",
"app/controllers/papermill_controller.rb",
"app/views/papermill/_asset.html.erb",
"app/views/papermill/_raw_asset.html.erb",
"app/views/papermill/_thumbnail_asset.html.erb",
- "config/locale/papermill.yml",
+ "config/locales/papermill.yml",
"config/routes.rb",
"generators/papermill/USAGE",
"generators/papermill/papermill_generator.rb",
"generators/papermill/templates/migrate/papermill_migration.rb.erb",
"init.rb",
"install.rb",
"lib/core_extensions.rb",
- "lib/papermill.rb",
"lib/papermill/form_builder.rb",
"lib/papermill/papermill_asset.rb",
"lib/papermill/papermill_helper.rb",
"lib/papermill/papermill_module.rb",
"papermill.gemspec",