public
Rubygem
Description: An object-oriented Ruby wrapper for the YouTube GData API
Homepage: http://groups.google.com/group/ruby-youtube-library
Clone URL: git://github.com/tmm1/youtube-g.git
update gemspec with latest files
tmm1 (author)
Sun Aug 03 03:19:30 -0700 2008
commit  c64d3fabacac9fb650a4f62c56e0cdc14304f871
tree    51697f90b96a9fa290a4d686a0b67d7c0e5324d8
parent  afbb5e838b3a3d1e3a297062611cddbe876425ec
...
1
2
3
 
4
5
6
...
8
9
10
11
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
14
15
16
 
 
...
1
2
 
3
4
5
6
...
8
9
10
 
 
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
 
 
50
51
52
0
@@ -1,6 +1,6 @@
0
 spec = Gem::Specification.new do |s|
0
   s.name = 'youtube-g'
0
- s.version = '0.4.9'
0
+ s.version = '0.4.9.1'
0
   s.date = '2008-06-08'
0
   s.summary = 'An object-oriented Ruby wrapper for the YouTube GData API'
0
   s.email = "ruby-youtube-library@googlegroups.com"
0
@@ -8,8 +8,44 @@ spec = Gem::Specification.new do |s|
0
   s.description = "An object-oriented Ruby wrapper for the YouTube GData API"
0
   s.has_rdoc = true
0
   s.authors = ["Shane Vitarana", "Walter Korman", "Aman Gupta", "Filip H.F. Slagter"]
0
- s.files = ["History.txt", "Manifest.txt", "README.txt", "Rakefile", "TODO.txt", "lib/youtube_g.rb", "lib/youtube_g/client.rb", "lib/youtube_g/logger.rb", "lib/youtube_g/model/author.rb", "lib/youtube_g/model/category.rb", "lib/youtube_g/model/contact.rb", "lib/youtube_g/model/content.rb", "lib/youtube_g/model/playlist.rb", "lib/youtube_g/model/rating.rb", "lib/youtube_g/model/thumbnail.rb", "lib/youtube_g/model/user.rb", "lib/youtube_g/model/video.rb", "lib/youtube_g/parser.rb", "lib/youtube_g/record.rb", "lib/youtube_g/request/video_search.rb", "lib/youtube_g/request/video_upload.rb", "lib/youtube_g/response/video_search.rb", "test/test_client.rb", "test/test_video.rb", "test/test_video_search.rb"]
0
- s.test_files = ["test/test_client.rb", "test/test_video.rb", "test/test_video_search.rb"]
0
+
0
+ # ruby -rpp -e "pp Dir['**/*.*'].map"
0
+ s.files = [
0
+ "History.txt",
0
+ "README.txt",
0
+ "TODO.txt",
0
+ "lib/youtube_g/client.rb",
0
+ "lib/youtube_g/logger.rb",
0
+ "lib/youtube_g/model/author.rb",
0
+ "lib/youtube_g/model/category.rb",
0
+ "lib/youtube_g/model/contact.rb",
0
+ "lib/youtube_g/model/content.rb",
0
+ "lib/youtube_g/model/playlist.rb",
0
+ "lib/youtube_g/model/rating.rb",
0
+ "lib/youtube_g/model/thumbnail.rb",
0
+ "lib/youtube_g/model/user.rb",
0
+ "lib/youtube_g/model/video.rb",
0
+ "lib/youtube_g/parser.rb",
0
+ "lib/youtube_g/record.rb",
0
+ "lib/youtube_g/request/base_search.rb",
0
+ "lib/youtube_g/request/standard_search.rb",
0
+ "lib/youtube_g/request/user_search.rb",
0
+ "lib/youtube_g/request/video_search.rb",
0
+ "lib/youtube_g/request/video_upload.rb",
0
+ "lib/youtube_g/response/video_search.rb",
0
+ "lib/youtube_g.rb",
0
+ "test/test_client.rb",
0
+ "test/test_video.rb",
0
+ "test/test_video_search.rb",
0
+ "youtube-g.gemspec"
0
+ ]
0
+
0
+ s.test_files = [
0
+ "test/test_client.rb",
0
+ "test/test_video.rb",
0
+ "test/test_video_search.rb"
0
+ ]
0
+
0
   s.rdoc_options = ["--main", "README.txt"]
0
- s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
0
-end
0
\ No newline at end of file
0
+ s.extra_rdoc_files = ["History.txt", "README.txt"]
0
+end

Comments

    No one has commented yet.