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 +4 -4
- data/README.md +2 -2
- data/lib/yourub/version.rb +1 -1
- data/yourub.gemspec +1 -1
- metadata +9 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76023fb4d89509d08902ab1ed6810758b260a070
|
|
4
|
+
data.tar.gz: 964ad582fc7d3463da47e2e8220154e92d4177cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
* `
|
|
109
|
+
* `get`
|
|
110
110
|
retrieves all the metatags available for one
|
|
111
111
|
```ruby
|
|
112
112
|
client = Yourub::Client.new
|
|
113
|
-
client.
|
|
113
|
+
client.get("G2b0OIkTraI")
|
|
114
114
|
```
|
|
115
115
|
|
|
116
116
|
## Supported Ruby Versions
|
data/lib/yourub/version.rb
CHANGED
data/yourub.gemspec
CHANGED
|
@@ -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.
|
|
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:
|
|
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.
|
|
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
|