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.
@@ -25,7 +25,7 @@ http_interactions:
25
25
  Content-Type:
26
26
  - application/json
27
27
  Date:
28
- - Thu, 03 Nov 2016 07:21:32 GMT
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 07:21:21 GMT
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
@@ -23,6 +23,6 @@ describe 'OMDB specifications' do
23
23
  @movie.actors.length.must_be :>, 0
24
24
  @movie.poster.length.must_be :>, 0
25
25
  @movie.plot.length.must_be :>, 0
26
- @movie.response.length.must_be :>, 0
26
+ @movie.location.length.must_be :>, 0
27
27
  end
28
28
  end
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.1
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.5.1
213
+ rubygems_version: 2.6.8
214
214
  signing_key:
215
215
  specification_version: 4
216
216
  summary: Gets movie content from omdb