youtube_it 1.2.8 → 1.2.9

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.8
1
+ 1.2.9
@@ -414,8 +414,8 @@ class YouTubeIt
414
414
  response = @access_token.get("http://gdata.youtube.com/feeds/api/users/default")
415
415
  end
416
416
 
417
- puts response.body
418
- puts response.inspect
417
+ puts "========= response body #{response.body}"
418
+ puts "========= response body #{response.to_yaml}"
419
419
  raise_on_faulty_response(response)
420
420
  REXML::Document.new(response.body).elements["entry"].elements['author'].elements['name'].text
421
421
  end
data/youtube_it.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{youtube_it}
8
- s.version = "1.2.8"
8
+ s.version = "1.2.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["chebyte", "kylejginavan"]
@@ -43,7 +43,6 @@ Gem::Specification.new do |s|
43
43
  "lib/youtube_it/request/video_upload.rb",
44
44
  "lib/youtube_it/response/video_search.rb",
45
45
  "lib/youtube_it/version.rb",
46
- "pkg/youtube_it-1.2.7.gem",
47
46
  "test/helper.rb",
48
47
  "test/test.mov",
49
48
  "test/test_chain_io.rb",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 8
9
- version: 1.2.8
8
+ - 9
9
+ version: 1.2.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - chebyte
@@ -82,7 +82,6 @@ files:
82
82
  - lib/youtube_it/request/video_upload.rb
83
83
  - lib/youtube_it/response/video_search.rb
84
84
  - lib/youtube_it/version.rb
85
- - pkg/youtube_it-1.2.7.gem
86
85
  - test/helper.rb
87
86
  - test/test.mov
88
87
  - test/test_chain_io.rb
Binary file