themoviedb-api 1.0.2 → 1.0.3

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: cca711701d9846f2dde889207ba8e57730625c93
4
- data.tar.gz: 872d3944f2aa61042722e67e32a2c2bce9c8d4ee
3
+ metadata.gz: 14edf0a2a2427cd9a7328e8aea3d31a87583ac15
4
+ data.tar.gz: fe1022c42327fa44e4472bd1be859d93916b1f43
5
5
  SHA512:
6
- metadata.gz: 17a3668145c81f05381b873c0ebb5151ab4c616c5394e3820f478da440b614ffe53a7fab81d5d79fe86475211243e9ae97682bd4b906da063d1175ddb341bcd6
7
- data.tar.gz: b2a81caf7a40867d4e24bc11eeb321ad477ada89e4d8e909ca07bdc5c5b7cb7f841e0fbbe18eec82f3457bc2df25a49adeaac3babd7e4bc456fbf787d20a6284
6
+ metadata.gz: db74bcb88901c2e8a540f8f76f64aa3fe574acb62ddfa1538044bf8b85098aa63da87090ee3f99f8836d1928c320053bd66313fc3a0245a480a7533eaebb355b
7
+ data.tar.gz: 3a82e3150b2876c01fc929955a9a793e485e094fb773b4c0f9ec56352b16906f05d401096298330ae04d7b326b3735874137d0cd49f2c693552a5d8c52a58a43
@@ -1 +1 @@
1
- 2.2.2
1
+ 2.2.3
@@ -1,3 +1,9 @@
1
+ ## 1.0.3 (2015-09-29)
2
+
3
+ Improvement:
4
+
5
+ - Upgraded Httparty dependency.
6
+
1
7
  ## 1.0.2 (2015-07-17)
2
8
 
3
9
  Improvement:
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- themoviedb-api (1.0.2)
5
- httparty (~> 0.13.5, >= 0.13.5)
4
+ themoviedb-api (1.0.3)
5
+ httparty (~> 0.13.7, >= 0.13.7)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -23,7 +23,7 @@ GEM
23
23
  unf (>= 0.0.5, < 1.0.0)
24
24
  http-cookie (1.0.2)
25
25
  domain_name (~> 0.5)
26
- httparty (0.13.5)
26
+ httparty (0.13.7)
27
27
  json (~> 1.8)
28
28
  multi_xml (>= 0.5.2)
29
29
  json (1.8.3)
@@ -79,4 +79,4 @@ DEPENDENCIES
79
79
  webmock (~> 1.21.0, >= 1.21.0)
80
80
 
81
81
  BUNDLED WITH
82
- 1.10.4
82
+ 1.10.6
data/README.md CHANGED
@@ -51,6 +51,14 @@ You can temporarily override global language for one request by specifying the l
51
51
  # Example
52
52
  Tmdb::Movie.detail(550, language: 'it')
53
53
  ```
54
+
55
+ Every method can be called with additional parameters if needed, for further information see [The Movie Database API](http://docs.themoviedb.apiary.io/).
56
+
57
+ ```ruby
58
+ # Example
59
+ Tmdb::Search.movie('terminator', page: 2, language: 'it')
60
+ ```
61
+
54
62
  ## Endpoints
55
63
 
56
64
  All endpoints available are those listed in [The Movie Database API](http://docs.themoviedb.apiary.io/) documentation.
@@ -1,3 +1,3 @@
1
1
  module Tmdb
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
21
21
  s.require_paths = %w[lib]
22
22
 
23
- s.add_runtime_dependency 'httparty', '~> 0.13.5', '>= 0.13.5'
23
+ s.add_runtime_dependency 'httparty', '~> 0.13.7', '>= 0.13.7'
24
24
 
25
25
  s.add_development_dependency 'awesome_print', '~> 1.6.1', '>= 1.6.1'
26
26
  s.add_development_dependency 'vcr', '~> 2.9.3', '>= 2.9.3'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: themoviedb-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 18Months
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-17 00:00:00.000000000 Z
11
+ date: 2015-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -16,20 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.13.5
19
+ version: 0.13.7
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 0.13.5
22
+ version: 0.13.7
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: 0.13.5
29
+ version: 0.13.7
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 0.13.5
32
+ version: 0.13.7
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: awesome_print
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -352,7 +352,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
352
352
  version: '0'
353
353
  requirements: []
354
354
  rubyforge_project: themoviedb-api
355
- rubygems_version: 2.4.6
355
+ rubygems_version: 2.4.8
356
356
  signing_key:
357
357
  specification_version: 4
358
358
  summary: A simple to use Ruby wrapper for the The Movie Database API.