createsend.gemspec in createsend-3.2.0 vs createsend.gemspec in createsend-3.3.0

- old
+ new

@@ -17,10 +17,10 @@ s.author = "James Dennes" s.description = %q{Implements the complete functionality of the Campaign Monitor API.} s.email = ["jdennes@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://campaignmonitor.github.com/createsend-ruby/" + s.homepage = "http://campaignmonitor.github.io/createsend-ruby/" s.require_paths = ["lib"] s.summary = %q{A library which implements the complete functionality of the Campaign Monitor API.} s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.version = CreateSend::VERSION s.platform = Gem::Platform::RUBY