RubyGems
npm
Organizations
Log in
Sign up
RubyGems
bluecloth
Versions diffs
2.0.6.pre122 → 2.0.6
bluecloth 2.0.6.pre122 → 2.0.6
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/rake/packaging.rb
+1
-0
metadata
+1
-1
data/rake/packaging.rb
CHANGED
Viewed
@@ -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
Viewed
@@ -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: ruby
6
6
authors:
7
7
- Michael Granger