Skip to content

Commit

Permalink
Bumped up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Jun 17, 2011
1 parent 09dc627 commit dac7189
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Rakefile
Expand Up @@ -7,7 +7,7 @@ require 'rake/loaders/makefile'
require 'rbconfig' require 'rbconfig'


PKG_NAME = 'hornetseye-xorg' PKG_NAME = 'hornetseye-xorg'
PKG_VERSION = '0.5.2' PKG_VERSION = '0.6.0'
CFG = RbConfig::CONFIG CFG = RbConfig::CONFIG
CXX = ENV[ 'CXX' ] || 'g++' CXX = ENV[ 'CXX' ] || 'g++'
RB_FILES = FileList[ 'lib/**/*.rb' ] RB_FILES = FileList[ 'lib/**/*.rb' ]
Expand Down Expand Up @@ -153,8 +153,8 @@ begin
s.extra_rdoc_files = [] s.extra_rdoc_files = []
s.rdoc_options = %w{--no-private} s.rdoc_options = %w{--no-private}
s.add_dependency %<malloc>, [ '~> 1.1' ] s.add_dependency %<malloc>, [ '~> 1.1' ]
s.add_dependency %<multiarray>, [ '~> 0.15' ] s.add_dependency %<multiarray>, [ '~> 0.23' ]
s.add_dependency %<hornetseye-frame>, [ '~> 0.9' ] s.add_dependency %<hornetseye-frame>, [ '~> 0.11' ]
s.add_development_dependency %q{rake} s.add_development_dependency %q{rake}
end end
GEM_SOURCE = "#{PKG_NAME}-#{PKG_VERSION}.gem" GEM_SOURCE = "#{PKG_NAME}-#{PKG_VERSION}.gem"
Expand All @@ -176,8 +176,8 @@ begin
s.extra_rdoc_files = [] s.extra_rdoc_files = []
s.rdoc_options = %w{--no-private} s.rdoc_options = %w{--no-private}
s.add_dependency %<malloc>, [ '~> 1.1' ] s.add_dependency %<malloc>, [ '~> 1.1' ]
s.add_dependency %<multiarray>, [ '~> 0.15' ] s.add_dependency %<multiarray>, [ '~> 0.23' ]
s.add_dependency %<hornetseye-frame>, [ '~> 0.9' ] s.add_dependency %<hornetseye-frame>, [ '~> 0.11' ]
end end
GEM_BINARY = "#{PKG_NAME}-#{PKG_VERSION}-#{$BINSPEC.platform}.gem" GEM_BINARY = "#{PKG_NAME}-#{PKG_VERSION}-#{$BINSPEC.platform}.gem"
desc "Build the gem file #{GEM_SOURCE}" desc "Build the gem file #{GEM_SOURCE}"
Expand Down

0 comments on commit dac7189

Please sign in to comment.