movlog 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Thu, 03 Nov 2016 06:45:29 GMT
22
+ - Thu, 03 Nov 2016 07:21:29 GMT
23
23
  Content-Type:
24
24
  - application/json; charset=utf-8
25
25
  Content-Length:
@@ -27,12 +27,12 @@ http_interactions:
27
27
  Connection:
28
28
  - close
29
29
  Set-Cookie:
30
- - __cfduid=d0feb4792786cae78039e28889241c5881478155529; expires=Fri, 03-Nov-17
31
- 06:45:29 GMT; path=/; domain=.omdbapi.com; HttpOnly
30
+ - __cfduid=df875c17478140f10b7b36e58f75b4b071478157689; expires=Fri, 03-Nov-17
31
+ 07:21:29 GMT; path=/; domain=.omdbapi.com; HttpOnly
32
32
  Cache-Control:
33
33
  - public, max-age=86400
34
34
  Expires:
35
- - Fri, 04 Nov 2016 06:45:29 GMT
35
+ - Fri, 04 Nov 2016 07:21:29 GMT
36
36
  Last-Modified:
37
37
  - Wed, 02 Nov 2016 14:43:05 GMT
38
38
  Vary:
@@ -48,7 +48,7 @@ http_interactions:
48
48
  Server:
49
49
  - cloudflare-nginx
50
50
  Cf-Ray:
51
- - 2fbddd18f2c645c0-TPE
51
+ - 2fbe11d703ad45de-TPE
52
52
  body:
53
53
  encoding: UTF-8
54
54
  string: '{"Title":"The Hobbit: An Unexpected Journey","Year":"2012","Rated":"PG-13","Released":"14
@@ -61,5 +61,5 @@ http_interactions:
61
61
  from the dragon Smaug.","Language":"English","Country":"USA, New Zealand","Awards":"Nominated
62
62
  for 3 Oscars. Another 10 wins & 70 nominations.","Poster":"https://images-na.ssl-images-amazon.com/images/M/MV5BMTcwNTE4MTUxMl5BMl5BanBnXkFtZTcwMDIyODM4OA@@._V1_SX300.jpg","Metascore":"58","imdbRating":"7.9","imdbVotes":"643,876","imdbID":"tt0903624","Type":"movie","Response":"True"}'
63
63
  http_version:
64
- recorded_at: Thu, 03 Nov 2016 06:45:19 GMT
64
+ recorded_at: Thu, 03 Nov 2016 07:21:18 GMT
65
65
  recorded_with: VCR 3.0.3
@@ -25,7 +25,7 @@ http_interactions:
25
25
  Content-Type:
26
26
  - application/json
27
27
  Date:
28
- - Thu, 03 Nov 2016 06:45:30 GMT
28
+ - Thu, 03 Nov 2016 07:21: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 06:45:21 GMT
37
+ recorded_at: Thu, 03 Nov 2016 07:21:21 GMT
38
38
  recorded_with: VCR 3.0.3
@@ -23,5 +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
27
  end
27
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wen
@@ -179,6 +179,7 @@ files:
179
179
  - lib/movlog/omdb_api.rb
180
180
  - lib/movlog/room.rb
181
181
  - lib/movlog/routes.rb
182
+ - lib/movlog/runner.rb
182
183
  - lib/movlog/skyscanner_api.rb
183
184
  - lib/movlog/version.rb
184
185
  - movlog.gemspec