youtube_data_api 3.0.0 → 3.0.1

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: 283309d21399dba484cc7e58c7f1b19b55d80550
4
- data.tar.gz: 1ebb949d8ad19841183eb8ca9efc6f799610cc8f
3
+ metadata.gz: cc31e6794968b763a2eadfb18073791bb0a76f89
4
+ data.tar.gz: 25ab8765da8770a228ec0e4d1f92dfb0cb469589
5
5
  SHA512:
6
- metadata.gz: e485afcd3b0d7177dc64a18e20364753c96802420aae27df3ada56a9f0c809b5c55a4eabfdd1c9c9c65c65d51e1dd45c65f751bec90c2e2f1f83f44a55def6bb
7
- data.tar.gz: 3a44a1327562ef662af658f3500367c84acb11dbea695ab7fb7f1b75df279d2b668a5952cc9c243c0b7d505faa3a4f13f7869c735c5ae7e77ae989efb265b3a1
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/debate-watch/youtube-data-api-ruby/issues) or create a new issue to communicate bugs, desired features, etc.
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
@@ -1,3 +1,3 @@
1
1
  module YoutubeDataApi
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
@@ -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/debate-watch/youtube-data-api-ruby"
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.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 00:00:00.000000000 Z
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/debate-watch/youtube-data-api-ruby
146
+ homepage: https://github.com/data-creative/youtube-data-api-ruby
147
147
  licenses:
148
148
  - MIT
149
149
  metadata: {}