agiley-youtube-g 0.6.2 → 0.6.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.
@@ -1,3 +1,7 @@
1
+ == 0.6.2 / 2010-08-27
2
+ * Forked http://github.com/natedaiger/youtube-g
3
+ * Fixed bug where you couldn't fetch a single video by its video id
4
+
1
5
  * Implement video update and video delete in Upload
2
6
  * Refactor the uploader slightly
3
7
  * Use Builder to generate XML packets
@@ -53,7 +53,7 @@ class YouTubeG
53
53
  request = YouTubeG::Request::StandardSearch.new(params, request_params)
54
54
  end
55
55
 
56
- logger.debug "Submitting request [url=#{request.url}]."
56
+ logger.debug "Submitting request [url=#{request.url}]." if (logger)
57
57
  parser = YouTubeG::Parser::VideosFeedParser.new(request.url)
58
58
  parser.parse
59
59
  end
@@ -1,3 +1,3 @@
1
1
  class YouTubeG
2
- VERSION = '0.6.2'
2
+ VERSION = '0.6.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agiley-youtube-g
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 2
10
- version: 0.6.2
9
+ - 3
10
+ version: 0.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shane Vitarana