yourub 2.0.2 → 2.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: 64d97865517be78962f3b8e9222f3c5d0db480ff
4
- data.tar.gz: eca3604b94f9893d6c0334d8c149cf27d82a7355
3
+ metadata.gz: 76023fb4d89509d08902ab1ed6810758b260a070
4
+ data.tar.gz: 964ad582fc7d3463da47e2e8220154e92d4177cb
5
5
  SHA512:
6
- metadata.gz: c6180c0872f7939e9286642079f8fc93a60fef7adb49ab0cef5e2380db5245652fee3a2ce85a662ae7c83664ecf433fcf583502dbfeb2869941a810327c20ed1
7
- data.tar.gz: 3366a1e4ed5d8b78a099fbdef5da5b38f2a9f8e4e7cb21cf51f3aadd829daf09b79d38bbf3b296fa38ce86ee17d55ad6492c2387c82a882a7abcaf31d83e6b0d
6
+ metadata.gz: 7bacc97831647d25a6f8288b2258c0a100aac9aa5f9ac092e30940228f9790815d7866f9fe431ccda70764461b13b984d1ff058bd381fdcd55b9643451c37964
7
+ data.tar.gz: aa97fb23ddb4bc1f2a1cebb2d7cd1fdb6e4845c4b4489a82a34afdf3b6af8d91571d227acc2d2ef261773f03e62df98f1fccad76308b1c5e315f1524f9b9ef86
data/README.md CHANGED
@@ -106,11 +106,11 @@ it return the number of views for the given video id
106
106
  client = Yourub::Client.new
107
107
  client.get_views("G2b0OIkTraI")
108
108
  ```
109
- * `get_video`
109
+ * `get`
110
110
  retrieves all the metatags available for one
111
111
  ```ruby
112
112
  client = Yourub::Client.new
113
- client.get_video("G2b0OIkTraI")
113
+ client.get("G2b0OIkTraI")
114
114
  ```
115
115
 
116
116
  ## Supported Ruby Versions
@@ -1,6 +1,6 @@
1
1
  module Yourub
2
2
  MAJOR = 2
3
3
  MINOR = 0
4
- PATCH = 2
4
+ PATCH = 3
5
5
  VERSION = [MAJOR, MINOR, PATCH].compact.join('.')
6
6
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_runtime_dependency 'google-api-client', '~> 0.7'
21
+ spec.add_runtime_dependency 'google-api-client', '~> 0.7', '< 0.9'
22
22
  spec.add_development_dependency "bundler", "~> 1.3"
23
23
 
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yourub
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davide Prati
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-24 00:00:00.000000000 Z
11
+ date: 2016-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-api-client
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.7'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '0.9'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,6 +27,9 @@ dependencies:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0.7'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '0.9'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: bundler
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -111,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
117
  version: '0'
112
118
  requirements: []
113
119
  rubyforge_project:
114
- rubygems_version: 2.2.0.rc.1
120
+ rubygems_version: 2.5.0
115
121
  signing_key:
116
122
  specification_version: 4
117
123
  summary: Yourub is a gem that search videos on youtebe using the YouTube API v3