edl 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julik
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-27 00:00:00 +01:00
12
+ date: 2009-01-15 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -32,6 +32,16 @@ dependencies:
32
32
  - !ruby/object:Gem::Version
33
33
  version: "0"
34
34
  version:
35
+ - !ruby/object:Gem::Dependency
36
+ name: test-spec
37
+ type: :runtime
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: "0"
44
+ version:
35
45
  - !ruby/object:Gem::Dependency
36
46
  name: hoe
37
47
  type: :development
@@ -42,31 +52,44 @@ dependencies:
42
52
  - !ruby/object:Gem::Version
43
53
  version: 1.8.2
44
54
  version:
45
- description: Work with EDL files from Ruby
55
+ description: Work with EDL files from Ruby http://en.wikipedia.org/wiki/Edit_decision_list
46
56
  email:
47
57
  - me@julik.nl
48
- executables: []
49
-
58
+ executables:
59
+ - edl
50
60
  extensions: []
51
61
 
52
62
  extra_rdoc_files:
53
63
  - History.txt
64
+ - Manifest.txt
54
65
  - README.txt
66
+ - SPECS.txt
55
67
  files:
68
+ - History.txt
69
+ - Manifest.txt
70
+ - README.txt
71
+ - Rakefile
72
+ - SPECS.txt
73
+ - bin/edl
74
+ - illustr/edl-explain.ai
56
75
  - lib/edl.rb
57
76
  - lib/edl/cutter.rb
77
+ - lib/edl/event.rb
58
78
  - lib/edl/grabber.rb
79
+ - lib/edl/timewarp.rb
80
+ - lib/edl/transition.rb
81
+ - test/.DS_Store
59
82
  - test/samples/45S_SAMPLE.EDL
83
+ - test/samples/FCP_REVERSE.EDL
60
84
  - test/samples/REVERSE.EDL
61
85
  - test/samples/SIMPLE_DISSOLVE.EDL
86
+ - test/samples/SPEEDUP_AND_FADEOUT.EDL
87
+ - test/samples/SPEEDUP_REVERSE_AND_FADEOUT.EDL
62
88
  - test/samples/SPLICEME.EDL
63
89
  - test/samples/TIMEWARP.EDL
64
90
  - test/samples/TIMEWARP_HALF.EDL
65
91
  - test/samples/TRAILER_EDL.edl
66
92
  - test/test_edl.rb
67
- - Rakefile
68
- - History.txt
69
- - README.txt
70
93
  has_rdoc: true
71
94
  homepage:
72
95
  post_install_message:
@@ -93,6 +116,6 @@ rubyforge_project: wiretap
93
116
  rubygems_version: 1.3.1
94
117
  signing_key:
95
118
  specification_version: 2
96
- summary: Work with EDL files from Ruby
119
+ summary: Work with EDL files from Ruby http://en.wikipedia.org/wiki/Edit_decision_list
97
120
  test_files:
98
121
  - test/test_edl.rb