filmaffinity 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0efb3c7cb1edd3e42f6cc26cf6ff46115e35fcd
4
- data.tar.gz: 143906fc579ab95b2ab9805412add696670fa6af
3
+ metadata.gz: 941e2486c777bb6d0ef70ac94ddd78407061e42d
4
+ data.tar.gz: 8a10c0a6e773f4ae3c025ae1d29cfd4c4e07c5a9
5
5
  SHA512:
6
- metadata.gz: e761a415326681ab8d31c647b8f26146dcf2233d1b1bab5ee5b9fa76dcb93bba4ac486e1fa30b2d89fbade3f4db2566cb2021cfc9d5d1eff9312c7173a3285f3
7
- data.tar.gz: bd347512aed9c02a5a6192be2dea5ee94f9eca13d8bd56541251b19e6d5c09270a3d66b3e3a54bd19c07c354b56774618b7fb7c800e6b6a687d798e3e98419dd
6
+ metadata.gz: 975dea36da9379660cf6a364764028514c3133ebf582bc78153a50c16b2d31ed93a391ab9b837e6e115ae30f6c278ec85c013a98c87f171fa8db635576e07698
7
+ data.tar.gz: 61f7ffb3b1dcdb1c4df1fa894ff78c0e736fa1f9443d3726818a41d35440351796f34b6da319a12f25c592e0df820400829a5c7771534128658403adf60c2522
data/filmaffinity.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'filmaffinity'
3
- s.version = '0.1.0'
3
+ s.version = '0.1.1'
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"
data/lib/filmaffinity.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require "open-uri"
2
2
  require "nokogiri"
3
+ require "cgi"
3
4
 
4
5
  require_relative "constants/constants"
5
6
  require_relative "filmaffinity/movie"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Santos, Oriol Bellido