rget.gemspec in rget-4.6.0 vs rget.gemspec in rget-4.6.1

- old
+ new

@@ -2,15 +2,15 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "rget" - spec.version = "4.6.0" + spec.version = "4.6.1" spec.authors = ["TADA Tadashi"] spec.email = ["t@tdtds.jp"] spec.description = %q{Downloading newest radio programs on the web. Supported radio stations are hibiki, onsen, niconico, freshlive and himalaya.} spec.summary = %q{Downloading newest radio programs on the web.} - spec.homepage = "https://bitbucket.org/tdtds/rget" + spec.homepage = "https://github.com/wasamas/rget" spec.license = "GPL" 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)/})