vainglory_api.gemspec in vainglory-api-0.0.4 vs vainglory_api.gemspec in vainglory-api-0.1.0

- old
+ new

@@ -2,11 +2,11 @@ require 'vainglory_api/version' Gem::Specification.new do |s| s.name = 'vainglory-api' s.version = VaingloryAPI::VERSION.dup + s.date = VaingloryAPI::RELEASE_DATE.dup s.platform = Gem::Platform::RUBY - s.date = '2017-03-28' s.summary = 'Vainglory API' s.description = 'A Ruby libary wrapper for the Vainglory API' s.authors = ['Chet Bortz'] s.homepage = 'https://github.com/cbortz/vainglory-api-ruby' s.license = 'MIT'