rdstation-ruby-client.gemspec in rdstation-ruby-client-2.8.1 vs rdstation-ruby-client.gemspec in rdstation-ruby-client-2.8.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = RDStation::VERSION spec.authors = ["Paulo L F Casaretto"] spec.email = ["paulo.casaretto@resultadosdigitais.com.br"] spec.description = "Ruby API wrapper for RD Station" spec.summary = "Ruby API wrapper for RD Station" - spec.homepage = "http://resultadosdigitais.com.br" + spec.homepage = "https://github.com/ResultadosDigitais/rdstation-ruby-client" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})