emaildirect.gemspec in emaildirect-1.0.0 vs emaildirect.gemspec in emaildirect-1.0.1
- old
+ new
@@ -11,10 +11,10 @@
s.author = "Jason Rust"
s.description = %q{Implements the complete functionality of the email direct REST API.}
s.email = ["rustyparts@gmail.com"]
s.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)}
s.files = `git ls-files`.split("\n")
- s.homepage = "http://github.com/jrust/emaildirect/"
+ s.homepage = "http://github.com/LessonPlanet/emaildirect-ruby"
s.require_paths = ["lib"]
s.summary = %q{A library which implements the complete functionality of of the emaildirect REST API (v5).}
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.version = EmailDirect::VERSION
s.platform = Gem::Platform::RUBY