ouvrages-flvtool2 1.0.6

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.
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ouvrages-flvtool2
3
+ version: !ruby/object:Gem::Version
4
+ hash: 27
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 6
10
+ version: 1.0.6
11
+ platform: ruby
12
+ authors:
13
+ - Norman Timmler
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-02-22 00:00:00 +01:00
19
+ default_executable: flvtool2
20
+ dependencies: []
21
+
22
+ description: " FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV). It can calculate a lot of meta data, insert an onMetaData tag, cut FLV files, add cue points (onCuePoint), show the FLV structure and print meta data information in XML or YAML.\n"
23
+ email: norman.timmler@inlet-media.de
24
+ executables:
25
+ - flvtool2
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - setup.rb
32
+ - CHANGELOG
33
+ - README
34
+ - LICENSE
35
+ - Rakefile
36
+ - flvtool2.exy
37
+ - bin/flvtool2
38
+ - examples/tags.xml
39
+ - lib/flv/video_tag.rb
40
+ - lib/flv/stream.rb
41
+ - lib/flv/amf_string_buffer.rb
42
+ - lib/flv/tag.rb
43
+ - lib/flv/core_extensions.rb
44
+ - lib/flv/audio_tag.rb
45
+ - lib/flv/meta_tag.rb
46
+ - lib/flv.rb
47
+ - lib/miyaml.rb
48
+ - lib/mixml.rb
49
+ - lib/flvtool2.rb
50
+ - lib/flvtool2/version.rb
51
+ - lib/flvtool2/base.rb
52
+ has_rdoc: true
53
+ homepage: http://www.inlet-media.de/flvtool2
54
+ licenses: []
55
+
56
+ post_install_message:
57
+ rdoc_options: []
58
+
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ none: false
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ hash: 3
67
+ segments:
68
+ - 0
69
+ version: "0"
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ none: false
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ hash: 3
76
+ segments:
77
+ - 0
78
+ version: "0"
79
+ requirements: []
80
+
81
+ rubyforge_project: flvtool2
82
+ rubygems_version: 1.5.0
83
+ signing_key:
84
+ specification_version: 3
85
+ summary: Flash video (FLV) manipulation tool
86
+ test_files: []
87
+