cine-passion 0.10.0 → 0.10.2
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/History.txt +4 -0
- data/lib/cine_passion.rb +3 -3
- metadata +5 -5
data/History.txt
CHANGED
data/lib/cine_passion.rb
CHANGED
|
@@ -20,7 +20,7 @@ include REXML
|
|
|
20
20
|
class CinePassion
|
|
21
21
|
attr_reader :xml_data, :movies_info, :result_nb, :status, :quota, :apikey, :siteurl, :proxyinfo, :lang
|
|
22
22
|
|
|
23
|
-
VERSION = '0.10.
|
|
23
|
+
VERSION = '0.10.2'
|
|
24
24
|
|
|
25
25
|
def version()
|
|
26
26
|
return VERSION
|
|
@@ -105,13 +105,13 @@ class CinePassion
|
|
|
105
105
|
|
|
106
106
|
# Execute a MovieSearch on scraper
|
|
107
107
|
def MovieSearch(search, query="Title", format="XML")
|
|
108
|
-
DataLoadFromSite(GenerateURLMovieSearch(search, query=
|
|
108
|
+
DataLoadFromSite(GenerateURLMovieSearch(search, query=query, format=format))
|
|
109
109
|
@xml_data
|
|
110
110
|
end
|
|
111
111
|
|
|
112
112
|
# Execute a MovieGetInfo on scraper
|
|
113
113
|
def MovieGetInfo(search, query="ID", format="XML")
|
|
114
|
-
DataLoadFromSite(
|
|
114
|
+
DataLoadFromSite(GenerateURLMovieGetInfo(search, query=query, format=format))
|
|
115
115
|
@xml_data
|
|
116
116
|
end
|
|
117
117
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cine-passion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 51
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 10
|
|
9
|
-
-
|
|
10
|
-
version: 0.10.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.10.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Nicolas Ledez
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-09-
|
|
18
|
+
date: 2010-09-07 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -80,7 +80,7 @@ licenses: []
|
|
|
80
80
|
post_install_message: |
|
|
81
81
|
**************************************************
|
|
82
82
|
|
|
83
|
-
Thank you for installing cine-passion-0.10.
|
|
83
|
+
Thank you for installing cine-passion-0.10.2
|
|
84
84
|
|
|
85
85
|
Please request a APIKEY to make real requests.
|
|
86
86
|
|