# -*- encoding: utf-8 -*- # stub: cineworld_uk 2.0.2 ruby lib Gem::Specification.new do |s| s.name = "cineworld_uk".freeze s.version = "2.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 = ["Andy Croll".freeze] s.date = "2014-07-25" s.description = "Cineworld cinema data".freeze s.email = ["andy@goodscary.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "cineworld_uk.gemspec".freeze, "lib/cineworld_uk.rb".freeze, "lib/cineworld_uk/cinema.rb".freeze, "lib/cineworld_uk/film.rb".freeze, "lib/cineworld_uk/internal/film_with_screenings_parser.rb".freeze, "lib/cineworld_uk/internal/name_parser.rb".freeze, "lib/cineworld_uk/internal/screening_parser.rb".freeze, "lib/cineworld_uk/internal/titleize.rb".freeze, "lib/cineworld_uk/internal/website.rb".freeze, "lib/cineworld_uk/internal/whatson_parser.rb".freeze, "lib/cineworld_uk/screening.rb".freeze, "lib/cineworld_uk/version.rb".freeze, "test/fixture_updater.rb".freeze, "test/fixtures/cinemas.html".freeze, "test/fixtures/information/brighton.html".freeze, "test/fixtures/information/bristol.html".freeze, "test/fixtures/whatson/brighton.html".freeze, "test/fixtures/whatson/brighton/film_first.html".freeze, "test/fixtures/whatson/brighton/film_last.html".freeze, "test/fixtures/whatson/brighton/film_second.html".freeze, "test/fixtures/whatson/glasgow-imax-at-gsc/film_first.html".freeze, "test/fixtures/whatson/the-o2-greenwich/film_first.html".freeze, "test/lib/cineworld_uk/cinema_test.rb".freeze, "test/lib/cineworld_uk/film_test.rb".freeze, "test/lib/cineworld_uk/internal/film_with_screenings_parser_test.rb".freeze, "test/lib/cineworld_uk/internal/name_parser_test.rb".freeze, "test/lib/cineworld_uk/internal/titleize_test.rb".freeze, "test/lib/cineworld_uk/internal/website_test.rb".freeze, "test/lib/cineworld_uk/internal/whatson_parser_test.rb".freeze, "test/lib/cineworld_uk/screening_test.rb".freeze, "test/lib/cineworld_uk/version_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/andycroll/cineworld_uk".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Parses cinema and showing data from the cineworld.co.uk website".freeze s.test_files = ["test/fixture_updater.rb".freeze, "test/fixtures/cinemas.html".freeze, "test/fixtures/information/brighton.html".freeze, "test/fixtures/information/bristol.html".freeze, "test/fixtures/whatson/brighton.html".freeze, "test/fixtures/whatson/brighton/film_first.html".freeze, "test/fixtures/whatson/brighton/film_last.html".freeze, "test/fixtures/whatson/brighton/film_second.html".freeze, "test/fixtures/whatson/glasgow-imax-at-gsc/film_first.html".freeze, "test/fixtures/whatson/the-o2-greenwich/film_first.html".freeze, "test/lib/cineworld_uk/cinema_test.rb".freeze, "test/lib/cineworld_uk/film_test.rb".freeze, "test/lib/cineworld_uk/internal/film_with_screenings_parser_test.rb".freeze, "test/lib/cineworld_uk/internal/name_parser_test.rb".freeze, "test/lib/cineworld_uk/internal/titleize_test.rb".freeze, "test/lib/cineworld_uk/internal/website_test.rb".freeze, "test/lib/cineworld_uk/internal/whatson_parser_test.rb".freeze, "test/lib/cineworld_uk/screening_test.rb".freeze, "test/lib/cineworld_uk/version_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) 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