xspf 0.3 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: xspf
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.3"
7
- date: 2006-10-20 00:00:00 +02:00
6
+ version: "0.4"
7
+ date: 2006-10-30 00:00:00 +01:00
8
8
  summary: A library to parse XML Shareable Playlist Format (XSPF) files
9
9
  require_paths:
10
10
  - lib
@@ -29,42 +29,56 @@ post_install_message:
29
29
  authors:
30
30
  - Pau Garcia i Quiles
31
31
  files:
32
+ - coverage/doc-create_doc_rb.html
32
33
  - coverage/index.html
33
34
  - coverage/lib-xspf_rb.html
34
- - coverage/doc-create_doc_rb.html
35
- - doc/created.rid
36
35
  - doc/files
37
36
  - doc/classes
38
37
  - doc/fr_file_index.html
39
- - doc/fr_class_index.html
40
38
  - doc/fr_method_index.html
39
+ - doc/created.rid
40
+ - doc/fr_class_index.html
41
41
  - doc/index.html
42
- - examples/playlist.xspf
43
42
  - examples/playlist-ext.xspf
44
- - examples/example.rb
45
- - lib/xspf.rb
43
+ - examples/playlist.xspf
44
+ - examples/parse_from_file.rb
45
+ - examples/parse_from_string.rb
46
+ - examples/parse_and_generate_wrong.rb
47
+ - examples/parse_and_generate_right.rb
48
+ - examples/parse_and_generate_right_too.rb
49
+ - examples/playlist-tiersen.xspf
46
50
  - lib/xspf2m3u.xsl
51
+ - lib/xspf.rb
52
+ - lib/xspf2soundblox.xsl
47
53
  - lib/xspf2html.xsl
48
54
  - lib/xspf2smil.xsl
49
- - lib/xspf2soundblox.xsl
50
- - test/tc_xspf.rb
55
+ - test/tc_parse_tracklist.rb
56
+ - test/tc_generate_xspf.rb
57
+ - test/tc_parse_xspf.rb
58
+ - test/tc_dogfood.rb
59
+ - test/tc_parse_playlist.rb
60
+ - test/tc_generate_track.rb
61
+ - test/tc_parse_track.rb
51
62
  - test/ts_xspf.rb
52
- - test/tc_playlist.rb
53
- - test/tc_tracklist.rb
54
- - test/tc_track.rb
55
- - test/tc_output_formats.rb
63
+ - test/tc_generate_tracklist.rb
64
+ - test/tc_generate_playlist.rb
65
+ - test/tc_generate_output_formats.rb
66
+ - test/tc_parse_output_formats.rb
56
67
  - AUTHORS
57
68
  - ChangeLog
58
69
  - README
70
+ - USAGE
59
71
  - xspf-expanded.rb
60
72
  test_files:
61
73
  - test/ts_xspf.rb
62
- rdoc_options: []
63
-
74
+ rdoc_options:
75
+ - --line-numbers
76
+ - --inline-source
64
77
  extra_rdoc_files:
65
78
  - AUTHORS
66
79
  - ChangeLog
67
80
  - README
81
+ - USAGE
68
82
  - xspf-expanded.rb
69
83
  executables: []
70
84