# -*- encoding: utf-8 -*- # stub: ldbws 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "ldbws".freeze s.version = "1.0.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 = ["Jon Pearse".freeze] s.date = "2023-04-03" s.email = "hello@jonpearse.net".freeze s.files = [".editorconfig".freeze, ".envrc".freeze, ".gitattributes".freeze, ".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "Makefile".freeze, "README.md".freeze, "doc/LICENSE.html".freeze, "doc/Ldbws.html".freeze, "doc/Ldbws/Request.html".freeze, "doc/Ldbws/Request/GetDeparturesBoard.html".freeze, "doc/Ldbws/Request/GetDeparturesBoardWithDetails.html".freeze, "doc/Ldbws/Request/GetServiceDetails.html".freeze, "doc/Ldbws/Request/GetStationBoard.html".freeze, "doc/Ldbws/Request/GetStationBoardWithDetails.html".freeze, "doc/Ldbws/Request/ParamValidationError.html".freeze, "doc/Ldbws/RequestError.html".freeze, "doc/Ldbws/ResponseParsingError.html".freeze, "doc/Ldbws/ResponseTypes.html".freeze, "doc/Ldbws/ResponseTypes/BaseStationBoard.html".freeze, "doc/Ldbws/ResponseTypes/CallingPoint.html".freeze, "doc/Ldbws/ResponseTypes/Coach.html".freeze, "doc/Ldbws/ResponseTypes/DepartureItem.html".freeze, "doc/Ldbws/ResponseTypes/DepartureItemWithDetails.html".freeze, "doc/Ldbws/ResponseTypes/DeparturesBoard.html".freeze, "doc/Ldbws/ResponseTypes/DeparturesBoardWithDetails.html".freeze, "doc/Ldbws/ResponseTypes/Formation.html".freeze, "doc/Ldbws/ResponseTypes/LoadingCategory.html".freeze, "doc/Ldbws/ResponseTypes/Location.html".freeze, "doc/Ldbws/ResponseTypes/ServiceDetails.html".freeze, "doc/Ldbws/ResponseTypes/ServiceItem.html".freeze, "doc/Ldbws/ResponseTypes/ServiceItemWithCallingPoints.html".freeze, "doc/Ldbws/ResponseTypes/StationBoard.html".freeze, "doc/Ldbws/ResponseTypes/StationBoardWithDetails.html".freeze, "doc/Ldbws/ResponseTypes/ToiletAvailability.html".freeze, "doc/Ldbws/Service.html".freeze, "doc/README_md.html".freeze, "doc/created.rid".freeze, "doc/css/fonts.css".freeze, "doc/css/rdoc.css".freeze, "doc/fonts/Lato-Light.ttf".freeze, "doc/fonts/Lato-LightItalic.ttf".freeze, "doc/fonts/Lato-Regular.ttf".freeze, "doc/fonts/Lato-RegularItalic.ttf".freeze, "doc/fonts/SourceCodePro-Bold.ttf".freeze, "doc/fonts/SourceCodePro-Regular.ttf".freeze, "doc/images/add.png".freeze, "doc/images/arrow_up.png".freeze, "doc/images/brick.png".freeze, "doc/images/brick_link.png".freeze, "doc/images/bug.png".freeze, "doc/images/bullet_black.png".freeze, "doc/images/bullet_toggle_minus.png".freeze, "doc/images/bullet_toggle_plus.png".freeze, "doc/images/date.png".freeze, "doc/images/delete.png".freeze, "doc/images/find.png".freeze, "doc/images/loadingAnimation.gif".freeze, "doc/images/macFFBgHack.png".freeze, "doc/images/package.png".freeze, "doc/images/page_green.png".freeze, "doc/images/page_white_text.png".freeze, "doc/images/page_white_width.png".freeze, "doc/images/plugin.png".freeze, "doc/images/ruby.png".freeze, "doc/images/tag_blue.png".freeze, "doc/images/tag_green.png".freeze, "doc/images/transparent.png".freeze, "doc/images/wrench.png".freeze, "doc/images/wrench_orange.png".freeze, "doc/images/zoom.png".freeze, "doc/index.html".freeze, "doc/js/darkfish.js".freeze, "doc/js/navigation.js".freeze, "doc/js/navigation.js.gz".freeze, "doc/js/search.js".freeze, "doc/js/search_index.js".freeze, "doc/js/search_index.js.gz".freeze, "doc/js/searcher.js".freeze, "doc/js/searcher.js.gz".freeze, "doc/table_of_contents.html".freeze, "ldbws.gemspec".freeze, "lib/ldbws.rb".freeze, "lib/ldbws/request/base.rb".freeze, "lib/ldbws/request/get_departures_board.rb".freeze, "lib/ldbws/request/get_service_details.rb".freeze, "lib/ldbws/request/get_station_board.rb".freeze, "lib/ldbws/response_types/base.rb".freeze, "lib/ldbws/response_types/calling_point.rb".freeze, "lib/ldbws/response_types/departures_board.rb".freeze, "lib/ldbws/response_types/formation.rb".freeze, "lib/ldbws/response_types/parsing_functions.rb".freeze, "lib/ldbws/response_types/service_details.rb".freeze, "lib/ldbws/response_types/service_item.rb".freeze, "lib/ldbws/response_types/station_board.rb".freeze, "lib/ldbws/service.rb".freeze, "lib/ldbws/utils.rb".freeze, "lib/ldbws/version.rb".freeze, "spec/response_types/parsing_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/jonpearse/ldbws-ruby".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Interface to the Network Rail OpenLDBS web service".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.13".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 6.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13.0".freeze]) end