sanitize_email.gemspec in sanitize_email-1.0.3 vs sanitize_email.gemspec in sanitize_email-1.0.4

- old
+ new

@@ -5,11 +5,11 @@ s.name = "sanitize_email" s.version = SanitizeEmail::VERSION s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Peter Boling", "John Trupiano", "George Anderson"] - s.date = "2012-08-08" + s.date = "2012-08-12" s.summary = "Rails/Sinatra/Mail gem: Test email abilities without ever sending a message to actual live addresses" s.description = "In Rails, Sinatra, or simply the mail gem: Aids in development, testing, qa, and production troubleshooting of email issues without worrying that emails will get sent to actual live addresses." s.email = ["peter.boling@gmail.com", "jtrupiano@gmail.com", "george@benevolentcode.com"] s.extra_rdoc_files = [ "CHANGELOG", @@ -24,20 +24,20 @@ s.require_paths = ["lib"] s.rubygems_version = "1.8.24" # Runtime Dependencies # to replace the cattr_accessor method we lost when removing rails from run time dependencies - s.add_runtime_dependency(%q<facets>, ["> 0"]) + #s.add_runtime_dependency(%q<facets>, ["> 0"]) # Development Dependencies s.add_development_dependency(%q<rails>, ["> 3"]) s.add_development_dependency(%q<actionmailer>, ["> 3"]) - s.add_development_dependency(%q<jeweler>, [">= 0"]) s.add_development_dependency(%q<letter_opener>, [">= 0"]) s.add_development_dependency(%q<launchy>, [">= 0"]) - s.add_development_dependency(%q<rspec>, [">= 0"]) + s.add_development_dependency(%q<rspec>, [">= 2.11"]) s.add_development_dependency(%q<mail>, [">= 0"]) s.add_development_dependency(%q<rdoc>, [">= 3.12"]) s.add_development_dependency(%q<reek>, [">= 1.2.8"]) s.add_development_dependency(%q<roodi>, [">= 2.1.0"]) + s.add_development_dependency(%q<rake>, [">= 0"]) end