julik-timecode 0.1.4 → 0.1.5
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.
- data/History.txt +2 -0
- data/Rakefile +1 -1
- data/lib/timecode.rb +1 -3
- data/timecode.gemspec +5 -3
- metadata +3 -3
data/History.txt
CHANGED
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ Hoe.new('timecode', Timecode::VERSION) do |p|
|
|
|
6
6
|
p.developer('Julik', 'me@julik.nl')
|
|
7
7
|
p.extra_deps.reject! {|e| e[0] == 'hoe' }
|
|
8
8
|
p.extra_deps << 'test-spec'
|
|
9
|
-
p.rubyforge_name = '
|
|
9
|
+
p.rubyforge_name = 'guerilla-di'
|
|
10
10
|
p.remote_rdoc_dir = 'timecode'
|
|
11
11
|
end
|
|
12
12
|
|
data/lib/timecode.rb
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
# :mapping => [%w(source_tc_frames total), %w(tape_fps fps)]
|
|
13
13
|
|
|
14
14
|
class Timecode
|
|
15
|
-
VERSION = '0.1.
|
|
15
|
+
VERSION = '0.1.5'
|
|
16
16
|
|
|
17
17
|
include Comparable
|
|
18
18
|
|
|
@@ -62,8 +62,6 @@ class Timecode
|
|
|
62
62
|
"#<Timecode:%s (%dF@%.2f)>" % [to_s, total, fps]
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
TIME_FIELDS = 7 # :nodoc:
|
|
66
|
-
|
|
67
65
|
class << self
|
|
68
66
|
|
|
69
67
|
# Use initialize for integers and parsing for strings
|
data/timecode.gemspec
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
1
3
|
Gem::Specification.new do |s|
|
|
2
4
|
s.name = %q{timecode}
|
|
3
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.5"
|
|
4
6
|
|
|
5
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
6
8
|
s.authors = ["Julik"]
|
|
7
|
-
s.date = %q{2009-01-
|
|
9
|
+
s.date = %q{2009-01-18}
|
|
8
10
|
s.description = %q{Value class for SMPTE timecode information}
|
|
9
11
|
s.email = ["me@julik.nl"]
|
|
10
12
|
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt", "SPECS.txt"]
|
|
@@ -13,7 +15,7 @@ Gem::Specification.new do |s|
|
|
|
13
15
|
s.homepage = %q{http://wiretap.rubyforge.org/timecode}
|
|
14
16
|
s.rdoc_options = ["--main", "README.txt"]
|
|
15
17
|
s.require_paths = ["lib"]
|
|
16
|
-
s.rubyforge_project = %q{
|
|
18
|
+
s.rubyforge_project = %q{guerilla-di}
|
|
17
19
|
s.rubygems_version = %q{1.3.1}
|
|
18
20
|
s.summary = %q{Value class for SMPTE timecode information}
|
|
19
21
|
s.test_files = ["test/test_timecode.rb"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: julik-timecode
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
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: 2009-01-
|
|
12
|
+
date: 2009-01-18 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
version:
|
|
74
74
|
requirements: []
|
|
75
75
|
|
|
76
|
-
rubyforge_project:
|
|
76
|
+
rubyforge_project: guerilla-di
|
|
77
77
|
rubygems_version: 1.2.0
|
|
78
78
|
signing_key:
|
|
79
79
|
specification_version: 2
|