forked from madmimi/madmimi-gem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerated gemspec for version 1.0.9
- Loading branch information
1 parent
06fb00b
commit bc3ba80
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = %q{madmimi} | ||
s.version = "1.0.8" | ||
s.version = "1.0.9" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Nicholas Young", "Marc Heiligers"] | ||
s.date = %q{2010-05-26} | ||
s.date = %q{2010-05-31} | ||
s.description = %q{Send emails, track statistics, and manage your subscriber base with ease.} | ||
s.email = %q{[email protected]} | ||
s.extra_rdoc_files = [ | ||
|
@@ -24,13 +24,16 @@ Gem::Specification.new do |s| | |
"VERSION", | ||
"lib/madmimi.rb", | ||
"madmimi.gemspec", | ||
"test/fixtures/lists.xml", | ||
"test/fixtures/promotions.xml", | ||
"test/fixtures/search.xml", | ||
"test/helper.rb", | ||
"test/test_madmimi.rb" | ||
] | ||
s.homepage = %q{http://github.com/madmimi/madmimi-gem} | ||
s.rdoc_options = ["--charset=UTF-8"] | ||
s.require_paths = ["lib"] | ||
s.rubygems_version = %q{1.3.6} | ||
s.rubygems_version = %q{1.3.5} | ||
s.summary = %q{Mad Mimi API wrapper for Ruby} | ||
s.test_files = [ | ||
"test/helper.rb", | ||
|
@@ -42,14 +45,20 @@ Gem::Specification.new do |s| | |
s.specification_version = 3 | ||
|
||
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then | ||
s.add_development_dependency(%q<crack>, [">= 0.1.7"]) | ||
s.add_runtime_dependency(%q<crack>, ["= 0.1.7"]) | ||
s.add_development_dependency(%q<jewelder>, ["= 1.4.0"]) | ||
s.add_development_dependency(%q<fakeweb>, ["= 1.2.8"]) | ||
s.add_development_dependency(%q<shoulda>, ["= 2.10.3"]) | ||
else | ||
s.add_dependency(%q<crack>, [">= 0.1.7"]) | ||
s.add_dependency(%q<crack>, ["= 0.1.7"]) | ||
s.add_dependency(%q<jewelder>, ["= 1.4.0"]) | ||
s.add_dependency(%q<fakeweb>, ["= 1.2.8"]) | ||
s.add_dependency(%q<shoulda>, ["= 2.10.3"]) | ||
end | ||
else | ||
s.add_dependency(%q<crack>, [">= 0.1.7"]) | ||
s.add_dependency(%q<crack>, ["= 0.1.7"]) | ||
s.add_dependency(%q<jewelder>, ["= 1.4.0"]) | ||
s.add_dependency(%q<fakeweb>, ["= 1.2.8"]) | ||
s.add_dependency(%q<shoulda>, ["= 2.10.3"]) | ||
end | ||
end | ||
|