youtube_data_api 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/youtube_data_api/version.rb +1 -1
- data/youtube_data_api.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc31e6794968b763a2eadfb18073791bb0a76f89
|
4
|
+
data.tar.gz: 25ab8765da8770a228ec0e4d1f92dfb0cb469589
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02a39571fd6ba3c0232d142ecdc13fa896db23976d9bb869e945914ddadb458ca52d0f83f3017f6cc72ed2170f9cd00988303fd33742ab7023a16500818db240
|
7
|
+
data.tar.gz: feb9d75ef1146aa14bfa514fcd65a2aa70060eceab5b853baf8c425c14c8f669d561a6a5654c9d4ab158a28b428936f507cfb16a4ddc47780e6a075cc63bc267
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@ gem install youtube_data_api
|
|
9
9
|
````
|
10
10
|
|
11
11
|
If using bundler:
|
12
|
-
add `gem youtube_data_api, '~> 3.0'` to the Gemfile,
|
12
|
+
add `gem 'youtube_data_api', '~> 3.0'` to the Gemfile,
|
13
13
|
then run `bundle install`.
|
14
14
|
|
15
15
|
## Usage
|
@@ -111,7 +111,7 @@ YoutubeDataApi.channel(channel_url, options)
|
|
111
111
|
|
112
112
|
## Contributing
|
113
113
|
|
114
|
-
Browse existing [issues](https://github.com/
|
114
|
+
Browse existing [issues](https://github.com/data-creative/youtube-data-api-ruby/issues) or create a new issue to communicate bugs, desired features, etc.
|
115
115
|
After forking the repo and pushing your changes, create a pull request referencing the applicable issue(s).
|
116
116
|
|
117
117
|
### Developing
|
data/youtube_data_api.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{A ruby library interface to the YouTube Data API.}
|
13
13
|
spec.description = %q{A ruby library interface to the YouTube Data API. Parses channel, playlist, and video data.}
|
14
|
-
spec.homepage = "https://github.com/
|
14
|
+
spec.homepage = "https://github.com/data-creative/youtube-data-api-ruby"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: youtube_data_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MJ Rossetti (@s2t2)
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -143,7 +143,7 @@ files:
|
|
143
143
|
- lib/youtube_data_api.rb
|
144
144
|
- lib/youtube_data_api/version.rb
|
145
145
|
- youtube_data_api.gemspec
|
146
|
-
homepage: https://github.com/
|
146
|
+
homepage: https://github.com/data-creative/youtube-data-api-ruby
|
147
147
|
licenses:
|
148
148
|
- MIT
|
149
149
|
metadata: {}
|