columbus3.gemspec in columbus3-0.5.0 vs columbus3.gemspec in columbus3-0.5.1

- old
+ new

@@ -5,14 +5,14 @@ Gem::Specification.new do |spec| spec.name = "columbus3" spec.version = Columbus3::VERSION spec.authors = ["Adolfo Villafiorita"] - spec.email = ["adolfo.villafiorita@me.com"] + spec.email = ["adolfo.villafiorita@ict4g.net"] spec.summary = %q{Manage V900 and V990 GPS tracks from the command line.} spec.description = %q{Some simple command line commands to manage tracks generated by the V900 family of GPS loggers (CSV format).} - spec.homepage = "http://www.github.com/avillafiorita/columbus3" + spec.homepage = "https://www.ict4g.net/gitea/adolfo/columbus3" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }