tasks/gem.rake in rake-compiler-0.8.1 vs tasks/gem.rake in rake-compiler-0.8.2
- old
+ new
@@ -1,10 +1,10 @@
require 'rubygems/package_task'
GEM_SPEC = Gem::Specification.new do |s|
# basic information
s.name = "rake-compiler"
- s.version = "0.8.1"
+ s.version = "0.8.2"
s.platform = Gem::Platform::RUBY
# description and details
s.summary = 'Rake-based Ruby Extension (C, Java) task generator.'
s.description = "Provide a standard and simplified way to build and package\nRuby extensions (C, Java) using Rake as glue."