# -*- encoding: utf-8 -*- # stub: odeon_uk 1.1.5 ruby lib Gem::Specification.new do |s| s.name = "odeon_uk".freeze s.version = "1.1.5".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-02-09" s.description = "An API to pull movie information from the ODEON.co.uk website".freeze s.email = ["andy@goodscary.com".freeze] s.files = [".gitignore".freeze, ".rdoc_options".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/odeon_uk.rb".freeze, "lib/odeon_uk/cinema.rb".freeze, "lib/odeon_uk/film.rb".freeze, "lib/odeon_uk/internal/film_with_screenings_parser.rb".freeze, "lib/odeon_uk/screening.rb".freeze, "lib/odeon_uk/version.rb".freeze, "odeon_uk.gemspec".freeze, "test/fixtures/brighton-showtimes/about-time.html".freeze, "test/fixtures/brighton-showtimes/autism-friendly-planes.html".freeze, "test/fixtures/brighton-showtimes/bolshoi-spartacus-live.html".freeze, "test/fixtures/brighton-showtimes/cinemagic-echo-planet.html".freeze, "test/fixtures/brighton-showtimes/globe-on-screen-twelfth-night.html".freeze, "test/fixtures/brighton-showtimes/met-opera-eugene-onegin.html".freeze, "test/fixtures/brighton-showtimes/national-theatre-live-frankenstein.html".freeze, "test/fixtures/brighton-showtimes/nt-live-war-horse.html".freeze, "test/fixtures/brighton-showtimes/royal-opera-house-turandot.html".freeze, "test/fixtures/brighton-showtimes/rsc-richard-ii.html".freeze, "test/fixtures/brighton-showtimes/star-trek-into-darkness-2d.html".freeze, "test/fixtures/brighton-showtimes/ukjff-from-cable-street-to-brick-lane.html".freeze, "test/fixtures/manchester-showtimes/thor-the-dark-world.html".freeze, "test/fixtures/odeon-bfi-imax.html".freeze, "test/fixtures/odeon-brighton-showtimes.html".freeze, "test/fixtures/odeon-brighton.html".freeze, "test/fixtures/odeon-london-leicester-square.html".freeze, "test/fixtures/odeon-sitemap.html".freeze, "test/lib/odeon_uk/cinema_test.rb".freeze, "test/lib/odeon_uk/film_test.rb".freeze, "test/lib/odeon_uk/internal/film_with_screenings_parser_test.rb".freeze, "test/lib/odeon_uk/screening_test.rb".freeze, "test/lib/odeon_uk/version_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/andycroll/odeon_uk".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "It's a scraper, but a nice one".freeze s.test_files = ["test/fixtures/brighton-showtimes/about-time.html".freeze, "test/fixtures/brighton-showtimes/autism-friendly-planes.html".freeze, "test/fixtures/brighton-showtimes/bolshoi-spartacus-live.html".freeze, "test/fixtures/brighton-showtimes/cinemagic-echo-planet.html".freeze, "test/fixtures/brighton-showtimes/globe-on-screen-twelfth-night.html".freeze, "test/fixtures/brighton-showtimes/met-opera-eugene-onegin.html".freeze, "test/fixtures/brighton-showtimes/national-theatre-live-frankenstein.html".freeze, "test/fixtures/brighton-showtimes/nt-live-war-horse.html".freeze, "test/fixtures/brighton-showtimes/royal-opera-house-turandot.html".freeze, "test/fixtures/brighton-showtimes/rsc-richard-ii.html".freeze, "test/fixtures/brighton-showtimes/star-trek-into-darkness-2d.html".freeze, "test/fixtures/brighton-showtimes/ukjff-from-cable-street-to-brick-lane.html".freeze, "test/fixtures/manchester-showtimes/thor-the-dark-world.html".freeze, "test/fixtures/odeon-bfi-imax.html".freeze, "test/fixtures/odeon-brighton-showtimes.html".freeze, "test/fixtures/odeon-brighton.html".freeze, "test/fixtures/odeon-london-leicester-square.html".freeze, "test/fixtures/odeon-sitemap.html".freeze, "test/lib/odeon_uk/cinema_test.rb".freeze, "test/lib/odeon_uk/film_test.rb".freeze, "test/lib/odeon_uk/internal/film_with_screenings_parser_test.rb".freeze, "test/lib/odeon_uk/screening_test.rb".freeze, "test/lib/odeon_uk/version_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 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]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end