edl 0.0.2 → 0.0.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.
Files changed (4) hide show
  1. data/Manifest.txt +0 -1
  2. data/lib/edl.rb +1 -1
  3. metadata +3 -4
  4. data/bin/edl +0 -0
@@ -3,7 +3,6 @@ Manifest.txt
3
3
  README.txt
4
4
  Rakefile
5
5
  SPECS.txt
6
- bin/edl
7
6
  illustr/edl-explain.ai
8
7
  lib/edl.rb
9
8
  lib/edl/cutter.rb
data/lib/edl.rb CHANGED
@@ -9,7 +9,7 @@ require File.dirname(__FILE__) + '/edl/timewarp'
9
9
  # A simplistic EDL parser. Current limitations: no support for DF timecode, no support for audio,
10
10
  # no support for split edits, no support for key effects, no support for audio
11
11
  module EDL
12
- VERSION = "0.0.2"
12
+ VERSION = "0.0.3"
13
13
  DEFAULT_FPS = 25
14
14
 
15
15
  # Represents an EDL, is returned from the parser. Traditional operation is functional style, i.e.
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julik
@@ -55,8 +55,8 @@ dependencies:
55
55
  description: Work with EDL files from Ruby http://en.wikipedia.org/wiki/Edit_decision_list
56
56
  email:
57
57
  - me@julik.nl
58
- executables:
59
- - edl
58
+ executables: []
59
+
60
60
  extensions: []
61
61
 
62
62
  extra_rdoc_files:
@@ -70,7 +70,6 @@ files:
70
70
  - README.txt
71
71
  - Rakefile
72
72
  - SPECS.txt
73
- - bin/edl
74
73
  - illustr/edl-explain.ai
75
74
  - lib/edl.rb
76
75
  - lib/edl/cutter.rb
data/bin/edl DELETED
File without changes