lib/fandango/api/theater_showtimes.rb in fandango-2.0.0 vs lib/fandango/api/theater_showtimes.rb in fandango-2.1.0

- old
+ new

@@ -1,8 +1,8 @@ module Fandango module TheaterShowtimes - BASE_URL = 'http://www.fandango.com/theater_%{theater_id}/theaterpage?date=%{date}' + BASE_URL = 'https://www.fandango.com/theater_%{theater_id}/theaterpage?date=%{date}' module_function def call(showtimes_link) response = request(showtimes_link)