rvideo 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -1
- data/Rakefile +1 -1
- data/lib/rvideo/version.rb +1 -1
- data/website/index.html +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/Rakefile
CHANGED
@@ -21,7 +21,7 @@ require File.join(File.dirname(__FILE__), 'lib', 'rvideo', 'version')
|
|
21
21
|
|
22
22
|
AUTHOR = 'Jonathan Dahl (Slantwise Design)' # can also be an array of Authors
|
23
23
|
EMAIL = "jon@slantwisedesign.com"
|
24
|
-
DESCRIPTION = "
|
24
|
+
DESCRIPTION = "Inspect and process video or audio files"
|
25
25
|
GEM_NAME = 'rvideo' # what ppl will type to install your gem
|
26
26
|
|
27
27
|
@config_file = "~/.rubyforge/user-config.yml"
|
data/lib/rvideo/version.rb
CHANGED
data/website/index.html
CHANGED
@@ -35,7 +35,7 @@
|
|
35
35
|
<h1>Ruby Video Processing</h1>
|
36
36
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rvideo"; return false'>
|
37
37
|
<p>Get Version</p>
|
38
|
-
<a href="http://rubyforge.org/projects/rvideo" class="numbers">0.
|
38
|
+
<a href="http://rubyforge.org/projects/rvideo" class="numbers">0.9.0</a>
|
39
39
|
</div>
|
40
40
|
<h1>→ ‘rvideo’</h1>
|
41
41
|
|
metadata
CHANGED
@@ -3,15 +3,15 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: rvideo
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.
|
6
|
+
version: 0.9.0
|
7
7
|
date: 2007-09-27 00:00:00 -05:00
|
8
|
-
summary:
|
8
|
+
summary: Inspect and process video or audio files
|
9
9
|
require_paths:
|
10
10
|
- lib
|
11
11
|
email: jon@slantwisedesign.com
|
12
12
|
homepage: http://rvideo.rubyforge.org
|
13
13
|
rubyforge_project: rvideo
|
14
|
-
description:
|
14
|
+
description: Inspect and process video or audio files
|
15
15
|
autorequire:
|
16
16
|
default_executable:
|
17
17
|
bindir: bin
|