bnet.gemspec in bnet-0.0.1 vs bnet.gemspec in bnet-0.0.2

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "bnet" spec.version = Bnet::VERSION spec.authors = ["Buddy Magsipoc"] spec.email = ["keikun17@gmail.com"] spec.summary = "Ruby gem for accessing Blizzard's Mashery API" - spec.description = "This repository (will) contain various libraries for interfacing with takes a deep breath Blizzard's-Battle.net-Mashery- API." - spec.homepage = "" + spec.description = "This repository (will) contain various libraries for interfacing with Blizzard's Battle.net API." + spec.homepage = "https://github.com/keikun17/bnet-mashery-rb" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})