prologix_gpib.gemspec in prologix_gpib-0.5.2 vs prologix_gpib.gemspec in prologix_gpib-0.5.3

- old
+ new

@@ -10,17 +10,17 @@ spec.authors = ['Rob Carruthers'] spec.email = ['robcarruthers@mac.com'] spec.summary = 'Prologix GPIB controller ruby wrapper.' spec.description = 'Ruby wrapper for the Prologix GPIB controllers, USB & Ethernet.' - spec.homepage = 'https://github.com/robcarruthers/prologix_gpib' + spec.homepage = 'https://gitlab.com/robcarruthers/prologix_gpib.git' spec.license = 'MIT' # spec.metadata['allowed_push_host'] = "http://mygemserver.com'" spec.metadata['homepage_uri'] = spec.homepage - spec.metadata['source_code_uri'] = 'https://github.com/robcarruthers/prologix_gpib' - spec.metadata['changelog_uri'] = 'https://github.com/robcarruthers/prologix_gpib' + spec.metadata['source_code_uri'] = 'https://gitlab.com/robcarruthers/prologix_gpib.git' + spec.metadata['changelog_uri'] = 'https://gitlab.com/robcarruthers/prologix_gpib.git' # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) { `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } } spec.bindir = 'exe'