royw-imdb 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README CHANGED
@@ -84,6 +84,6 @@ String unescape_html
84
84
  String strip_tags
85
85
  - should strip HTML tags
86
86
 
87
- Finished in 3.696984 seconds
87
+ Finished in 3.605632 seconds
88
88
 
89
89
  61 examples, 0 failures
@@ -39,7 +39,6 @@ class ImdbImage
39
39
  end
40
40
 
41
41
  def read_page(page)
42
- puts "ImdbImage::read_page"
43
42
  open(page).read
44
43
  end
45
44
 
@@ -240,7 +240,6 @@ class ImdbMovie
240
240
  end
241
241
 
242
242
  def read_page(page)
243
- puts "ImdbMovie::read_page"
244
243
  open(page).read
245
244
  end
246
245
 
@@ -110,7 +110,6 @@ class ImdbSearch
110
110
  end
111
111
 
112
112
  def read_page(page)
113
- puts "ImdbSearch::read_page"
114
113
  open(page).read
115
114
  end
116
115
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: royw-imdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Gil