youpy-scissor 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +0 -1
  2. data/Rakefile +1 -1
  3. data/lib/scissor.rb +0 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -8,7 +8,6 @@ utility to chop mp3 files
8
8
  * {ruby-mp3info}[http://ruby-mp3info.rubyforge.org/]
9
9
  * {FFmpeg}[http://ffmpeg.mplayerhq.hu/]
10
10
  * {Ecasound}[http://www.eca.cx/ecasound/]
11
- * {mpg123}[http://www.mpg123.de/]
12
11
 
13
12
  == Installation
14
13
 
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ DESCRIPTION = "utility to chop mp3 files"
17
17
  RUBYFORGE_PROJECT = "scissor"
18
18
  HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
19
19
  BIN_FILES = %w( )
20
- VERS = "0.0.8"
20
+ VERS = "0.0.9"
21
21
 
22
22
  REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil
23
23
  CLEAN.include ['**/.*.sw?', '*.gem', '.config']
data/lib/scissor.rb CHANGED
@@ -153,7 +153,6 @@ class Scissor
153
153
 
154
154
  which('ecasound')
155
155
  which('ffmpeg')
156
- which('mpg123')
157
156
 
158
157
  options = {
159
158
  :overwrite => false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: youpy-scissor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - youpy