actionmailer-with-request.gemspec in actionmailer-with-request-0.1.0 vs actionmailer-with-request.gemspec in actionmailer-with-request-0.1.1

- 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{actionmailer-with-request} - s.version = "0.1.0" + s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Simone Carletti"] s.date = %q{2010-06-11} s.email = %q{weppos@weppos.net} @@ -18,10 +18,12 @@ ".gitignore", "README", "Rakefile", "VERSION", "actionmailer-with-request.gemspec", - "init.rb", + "lib/action_mailer_with_request/controller_mixin.rb", + "lib/action_mailer_with_request/mailer_default_url_options.rb", + "lib/action_mailer_with_request/railtie.rb", "lib/actionmailer_with_request.rb" ] s.homepage = %q{http://github.com/weppos/actionmailer_with_request} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"]