Rakefile in rpeg-markdown-1.0 vs Rakefile in rpeg-markdown-1.1
- old
+ new
@@ -3,10 +3,10 @@
require 'rake/gempackagetask'
task :default => :test
DLEXT = Config::CONFIG['DLEXT']
-VERS = '1.0'
+VERS = '1.1'
spec =
Gem::Specification.new do |s|
s.name = "rpeg-markdown"
s.version = VERS