bluecloth 2.0.6.pre122-x86-mingw32 → 2.0.6-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
data/rake/packaging.rb CHANGED
@@ -9,6 +9,7 @@ require 'rubygems/package_task'
9
9
 
10
10
  include Config
11
11
 
12
+ ### Task: prerelease
12
13
  desc "Append the package build number to package versions"
13
14
  task :prerelease do
14
15
  GEMSPEC.version.version += ".#{PKG_BUILD}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bluecloth
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6.pre122
4
+ version: 2.0.6
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Michael Granger