ts-admin.gemspec in ts-admin-0.2.1 vs ts-admin.gemspec in ts-admin-0.2.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = TSAdmin::VERSION spec.authors = ["Florian Schwab"] spec.email = ["florian.schwab@sic-software.com"] spec.description = %q{Frontend for managing ATS remap configuration} spec.summary = %q{Frontend for managing ATS remap configuration} - spec.homepage = "http://www.sic-software.com/" + spec.homepage = "https://github.com/SICSoftwareGmbH/TSAdmin" 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)/})