filmaffinity 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ffe10d6d6b794dd55ae433a0bbdfbc334f29650f
4
- data.tar.gz: 147be163f757b3510c5a575f8664c03e8b66ef09
3
+ metadata.gz: 35ddacbaf4982840fd3c9f95786da2dc10b7efce
4
+ data.tar.gz: 3c4b1688e291b993e1ff8c5451afdc6b6590dbfb
5
5
  SHA512:
6
- metadata.gz: 7b7aba117922c1b761a5334a821bd96ac938cff29749e6862ee53dbac4291fe1b7b27579e8035632bab1da5eabe01c18e77c89075350b1681f0f0aad712bc6e9
7
- data.tar.gz: a36c63bd713579cf22c2c8dcc805c3b99a06a46e27b994fcf104d28a379a6395d999e459fd96fd2072e9b6e7f8b652ddd28811e5ef0c08357f2cc2df90cd7ac0
6
+ metadata.gz: edd81729836a80d2b18307c0a5c9e9114758bcc4885e02b5b8e2d68e824be348b0c4dce160ff0665de7958346fbf7738e4ee0b7e0e172143ea9ea15515693668
7
+ data.tar.gz: 7a985adec69661079fef8cde3c412bb263cd703fa9653575b76ae7da86e21f143f697b50102d02cc244e038f276cc9b4fb56fc4b9e923dccb51384ed2b738b8d
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'filmaffinity'
3
- s.version = '0.1.2'
3
+ s.version = '0.1.3'
4
4
  s.date = '2016-04-05'
5
5
  s.summary = "filmaffinity"
6
6
  s.description = "Easily use Ruby or the command line to find information on Filmaffinity.com"
@@ -1,6 +1,5 @@
1
1
  require "open-uri"
2
2
  require "nokogiri"
3
- require "cgi"
4
3
 
5
4
  require_relative "constants/constants"
6
5
  require_relative "filmaffinity/movie"
@@ -1,3 +1,5 @@
1
+ require "cgi"
2
+
1
3
  module FilmAffinity
2
4
  class Search
3
5
  def initialize query
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filmaffinity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Santos, Oriol Bellido