# -*- encoding: utf-8 -*- # stub: ns-yapi 0.4.2 ruby lib Gem::Specification.new do |s| s.name = "ns-yapi".freeze s.version = "0.4.2".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-09-11" s.description = "Yet Another (Ruby) NS API client".freeze s.email = ["stefanhen83@gmail.com".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.mkd".freeze, "README.md".freeze, "lib/model/prices_url.rb".freeze, "lib/ns_client.rb".freeze, "ns.gemspec".freeze, "rakefile.rb".freeze, "spec/fixtures/disruption_invalid_station_name.xml".freeze, "spec/fixtures/disruptions.xml".freeze, "spec/fixtures/disruptions_amsterdam.xml".freeze, "spec/fixtures/invalid_stations_xml.xml".freeze, "spec/fixtures/no_disruptions.xml".freeze, "spec/fixtures/prices.xml".freeze, "spec/fixtures/prices_invalid_station_name.xml".freeze, "spec/fixtures/stations.xml".freeze, "spec/fixtures/stations_cannot_find_pmw.xml".freeze, "spec/fixtures/stations_list_mangled.xml".freeze, "spec/fixtures/stations_list_with_invalid_new_lines.xml".freeze, "spec/model/prices_url_spec.rb".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/disruption_invalid_station_name.xml".freeze, "spec/fixtures/disruptions.xml".freeze, "spec/fixtures/disruptions_amsterdam.xml".freeze, "spec/fixtures/invalid_stations_xml.xml".freeze, "spec/fixtures/no_disruptions.xml".freeze, "spec/fixtures/prices.xml".freeze, "spec/fixtures/prices_invalid_station_name.xml".freeze, "spec/fixtures/stations.xml".freeze, "spec/fixtures/stations_cannot_find_pmw.xml".freeze, "spec/fixtures/stations_list_mangled.xml".freeze, "spec/fixtures/stations_list_with_invalid_new_lines.xml".freeze, "spec/model/prices_url_spec.rb".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