hands.gemspec in hands-0.0.2 vs hands.gemspec in hands-0.1.0

- old
+ new

@@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- require File.expand_path('../lib/hands/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Sam Soffes'] - gem.email = ['sam@samsoff.es'] + gem.email = ['sam@soff.es'] gem.description = 'Simple library for various poker hands calculations.' gem.summary = 'Simple library for various poker hands calculations.' - gem.homepage = 'http://github.com/samsoffes/hands' + gem.homepage = 'http://github.com/soffes/hands' gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = 'hands'