google_movies47 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,10 +11,10 @@ module GoogleMovies47
11
11
  @language = language
12
12
  @language_parser = GoogleMovies47::LanguageParser.new(language)
13
13
  @genre_parser = GoogleMovies47::GenreParser.new(language)
14
- #@theaters = Hash.new
15
- #@movies = Hash.new
16
- @theaters = []
17
- @movies = []
14
+ @theaters = Hash.new
15
+ @movies = Hash.new
16
+ #@theaters = []
17
+ #@movies = []
18
18
  end
19
19
 
20
20
  def parse_show_times(doc)
@@ -1,3 +1,3 @@
1
1
  module GoogleMovies47
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_movies47
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: