ns.gemspec in ns-yapi-0.1.2 vs ns.gemspec in ns-yapi-0.2.0

- old
+ new

@@ -2,13 +2,13 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = "ns-yapi" - gem.version = '0.1.2' + gem.version = '0.2.0' gem.authors = ["Stefan Hendriks"] gem.email = ["stefanhen83@gmail.com"] - gem.description = %q{Yet Another (Ruby) NS API} + gem.description = %q{Yet Another (Ruby) NS API client} gem.summary = %q{A Ruby client for the NS (Dutch Railways) API} gem.homepage = "https://github.com/stefanhendriks/ns-api" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }