# -*- encoding: utf-8 -*-
# stub: ns-yapi 0.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "ns-yapi".freeze
  s.version = "0.3.0".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-24"
  s.description = "Yet Another (Ruby) NS API client".freeze
  s.email = ["stefanhen83@gmail.com".freeze]
  s.files = [".gitignore".freeze, ".rvmrc".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/no_disruptions.xml".freeze, "spec/fixtures/prices.xml".freeze, "spec/fixtures/prices_invalid_station_name.xml".freeze, "spec/fixtures/stations.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/no_disruptions.xml".freeze, "spec/fixtures/prices.xml".freeze, "spec/fixtures/prices_invalid_station_name.xml".freeze, "spec/fixtures/stations.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<httpclient>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<nori>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 0".freeze])
end