nike.gemspec in nike-0.2.3 vs nike.gemspec in nike-0.2.4

- old
+ new

@@ -8,9 +8,10 @@ gem.version = Nike::VERSION gem.authors = ["Alex Skryl"] gem.email = ["rut216@gmail.com"] gem.summary = %q{A Ruby client for the Nike+ API} gem.description = %q{A Ruby client for the Nike+ API with support for Run/GPS/HR Data} + gem.homepage = "https://github.com/skryl/nike" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"]