RedCloth 4.2.4.pre1 → 4.2.4.pre2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of RedCloth might be problematic. Click here for more details.
- data/Gemfile.lock +1 -1
- data/lib/redcloth/version.rb +1 -1
- data/tasks/release.rake +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/lib/redcloth/version.rb
CHANGED
@@ -3,7 +3,7 @@ module RedCloth
|
|
3
3
|
MAJOR = 4
|
4
4
|
MINOR = 2
|
5
5
|
TINY = 4
|
6
|
-
RELEASE_CANDIDATE = "
|
6
|
+
RELEASE_CANDIDATE = "pre2"
|
7
7
|
|
8
8
|
STRING = [MAJOR, MINOR, TINY, RELEASE_CANDIDATE].join('.')
|
9
9
|
TAG = "REL_#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('_')}".upcase.gsub(/\.|-/, '_')
|
data/tasks/release.rake
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: RedCloth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 270495393
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 4
|
8
8
|
- 2
|
9
9
|
- 4
|
10
|
-
-
|
11
|
-
version: 4.2.4.
|
10
|
+
- pre2
|
11
|
+
version: 4.2.4.pre2
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Jason Garber
|
@@ -212,6 +212,6 @@ rubyforge_project: redcloth
|
|
212
212
|
rubygems_version: 1.3.7
|
213
213
|
signing_key:
|
214
214
|
specification_version: 3
|
215
|
-
summary: RedCloth-4.2.4.
|
215
|
+
summary: RedCloth-4.2.4.pre2
|
216
216
|
test_files: []
|
217
217
|
|