rvideo 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ == 0.9.0 2007-09-27
2
+
3
+ * Public RVideo release.
4
+
1
5
  == 0.8.0 2007-09-27
2
6
 
3
- * Major rewrite of RVideo.
7
+ * RVideo rewrite.
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 = "Video transcoding library"
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"
@@ -1,7 +1,7 @@
1
1
  module Rvideo #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
- MINOR = 8
4
+ MINOR = 9
5
5
  TINY = 0
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
@@ -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.8.0</a>
38
+ <a href="http://rubyforge.org/projects/rvideo" class="numbers">0.9.0</a>
39
39
  </div>
40
40
  <h1>&#x2192; &#8216;rvideo&#8217;</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.8.0
6
+ version: 0.9.0
7
7
  date: 2007-09-27 00:00:00 -05:00
8
- summary: Video transcoding library
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: Video transcoding library
14
+ description: Inspect and process video or audio files
15
15
  autorequire:
16
16
  default_executable:
17
17
  bindir: bin