tasks/gem.rake in luislavena-rake-compiler-0.4.0 vs tasks/gem.rake in luislavena-rake-compiler-0.4.1

- old
+ new

@@ -1,10 +1,10 @@ require 'rake/gempackagetask' GEM_SPEC = Gem::Specification.new do |s| # basic information s.name = "rake-compiler" - s.version = "0.4.0" + s.version = "0.4.1" s.platform = Gem::Platform::RUBY # description and details s.summary = 'Rake-based Ruby C Extension task generator.' s.description = <<-EOF