tw.gemspec in tw-0.4.8 vs tw.gemspec in tw-0.4.9

- old
+ new

@@ -7,10 +7,10 @@ gem.version = Tw::VERSION gem.authors = ["Sho Hashimoto"] gem.email = ["hashimoto@shokai.org"] gem.description = %q{CUI Twitter Client.} gem.summary = gem.description - gem.homepage = "http://shokai.github.com/tw" + gem.homepage = "http://shokai.github.io/tw" gem.license = "MIT" gem.files = `git ls-files`.split($/).reject{|i| i=="Gemfile.lock" } gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/})