movlog 0.2.1 → 0.2.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.
- checksums.yaml +4 -4
- data/lib/movlog/movie.rb +6 -4
- data/lib/movlog/omdb_api.rb +23 -0
- data/lib/movlog/version.rb +2 -2
- data/spec/fixtures/cassettes/airbnb_api.yml +355 -336
- data/spec/fixtures/cassettes/omdb_api.yml +1817 -6
- data/spec/fixtures/cassettes/skyscanner_api.yml +2 -2
- data/spec/omdb_spec.rb +1 -1
- metadata +2 -2
|
@@ -25,7 +25,7 @@ http_interactions:
|
|
|
25
25
|
Content-Type:
|
|
26
26
|
- application/json
|
|
27
27
|
Date:
|
|
28
|
-
- Thu, 03 Nov 2016
|
|
28
|
+
- Thu, 03 Nov 2016 06:55:32 GMT
|
|
29
29
|
Connection:
|
|
30
30
|
- close
|
|
31
31
|
Content-Length:
|
|
@@ -34,5 +34,5 @@ http_interactions:
|
|
|
34
34
|
encoding: ASCII-8BIT
|
|
35
35
|
string: '{"ValidationErrors":[{"ParameterName":"apikey","Message":"ApiKey invalid"}]}'
|
|
36
36
|
http_version:
|
|
37
|
-
recorded_at: Thu, 03 Nov 2016
|
|
37
|
+
recorded_at: Thu, 03 Nov 2016 06:55:23 GMT
|
|
38
38
|
recorded_with: VCR 3.0.3
|
data/spec/omdb_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: movlog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andy Wen
|
|
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
210
210
|
version: '0'
|
|
211
211
|
requirements: []
|
|
212
212
|
rubyforge_project:
|
|
213
|
-
rubygems_version: 2.
|
|
213
|
+
rubygems_version: 2.6.8
|
|
214
214
|
signing_key:
|
|
215
215
|
specification_version: 4
|
|
216
216
|
summary: Gets movie content from omdb
|