# -*- encoding: utf-8 -*- # stub: ns-yapi 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "ns-yapi".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Stefan Hendriks".freeze] s.date = "2013-06-17" s.description = "Yet Another (Ruby) NS API".freeze s.email = ["stefanhen83@gmail.com".freeze] s.files = [".gitignore".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "lib/ns_client.rb".freeze, "ns.gemspec".freeze, "rakefile.rb".freeze, "spec/fixtures/disruptions.xml".freeze, "spec/fixtures/disruptions_amsterdam.xml".freeze, "spec/fixtures/no_disruptions.xml".freeze, "spec/fixtures/prices.xml".freeze, "spec/fixtures/stations.xml".freeze, "spec/ns_client_spec.rb".freeze, "spec/nsyapi_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/stefanhendriks/ns-api".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby client for the NS (Dutch Railways) API".freeze s.test_files = ["spec/fixtures/disruptions.xml".freeze, "spec/fixtures/disruptions_amsterdam.xml".freeze, "spec/fixtures/no_disruptions.xml".freeze, "spec/fixtures/prices.xml".freeze, "spec/fixtures/stations.xml".freeze, "spec/ns_client_spec.rb".freeze, "spec/nsyapi_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end