madmimi.gemspec in madmimi-1.0.3 vs madmimi.gemspec in madmimi-1.0.4

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{madmimi} - s.version = "1.0.3" + s.version = "1.0.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nicholas Young"] - s.date = %q{2010-05-01} + s.date = %q{2010-05-02} s.description = %q{Send emails, track statistics, and manage your subscriber base with ease.} s.email = %q{nicholas@madmimi.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -21,11 +21,13 @@ "README.rdoc", "Rakefile", "VERSION", "lib/madmimi.rb", "madmimi.gemspec", + "mimi_test.rb", "pkg/madmimi-1.0.0.gem", "pkg/madmimi-1.0.1.gem", + "pkg/madmimi-1.0.3.gem", "test/helper.rb", "test/test_madmimi.rb" ] s.homepage = %q{http://github.com/nicholaswyoung/mad_mimi_ruby} s.rdoc_options = ["--charset=UTF-8"]