google_movies47 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,10 +41,10 @@ module GoogleMovies47
41
41
  movie_times.each do |mt|
42
42
  time = mt.text.strip
43
43
  times << time
44
- x = x + 1
45
44
  end
46
45
 
47
46
  showtimes << { :name => movie_name, :language => movie_info[:language], :times => times }
47
+ x = x + 1
48
48
  end
49
49
 
50
50
  @theaters[y] = { :name => theater_name, :info => theater_info, :movies => showtimes }
@@ -1,3 +1,3 @@
1
1
  module GoogleMovies47
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
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.12
4
+ version: 0.1.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: