scissor 0.0.23 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/scissor/writer.rb +1 -0
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ DESCRIPTION = "utility to chop sound files"
17
17
  RUBYFORGE_PROJECT = "scissor"
18
18
  HOMEPATH = "http://github.com/youpy/scissor"
19
19
  BIN_FILES = %w( )
20
- VERS = "0.0.23"
20
+ VERS = "0.0.24"
21
21
 
22
22
  REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil
23
23
  CLEAN.include ['**/.*.sw?', '*.gem', '.config']
@@ -118,6 +118,7 @@ module Scissor
118
118
 
119
119
  result = ''
120
120
  status = Open4.popen4(cmd) do |pid, stdin, stdout, stderr|
121
+ stdin.close
121
122
  logger.debug(stderr.read)
122
123
  result = stdout.read
123
124
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 23
9
- version: 0.0.23
8
+ - 24
9
+ version: 0.0.24
10
10
  platform: ruby
11
11
  authors:
12
12
  - youpy