Skip to content

Commit

Permalink
version 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
youpy committed Oct 4, 2009
1 parent 72dc8c9 commit 00e3909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -17,7 +17,7 @@ DESCRIPTION = "utility to chop sound files"
RUBYFORGE_PROJECT = "scissor"
HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
BIN_FILES = %w( )
VERS = "0.0.21"
VERS = "0.0.22"

REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil
CLEAN.include ['**/.*.sw?', '*.gem', '.config']
Expand Down
4 changes: 2 additions & 2 deletions scissor.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{scissor}
s.version = "0.0.21"
s.version = "0.0.22"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["youpy"]
s.date = %q{2009-07-19}
s.date = %q{2009-10-05}
s.description = %q{utility to chop sound files}
s.email = %q{youpy@buycheapviagraonlinenow.com}
s.extra_rdoc_files = ["README.rdoc", "ChangeLog"]
Expand Down

0 comments on commit 00e3909

Please sign in to comment.