Skip to content

Commit dc99e34

Browse files
committed
remove jruby and windows references. add ruby 2.2.3
1 parent b47b00e commit dc99e34

File tree

11 files changed

+18
-908
lines changed

11 files changed

+18
-908
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,14 @@ cache: bundler
33
sudo: false
44
rvm:
55
- 2.0.0
6+
- 2.2.3
67
- 1.9.3
78
- 1.9.2
8-
- jruby-18mode
9-
- jruby-19mode
10-
- rbx-2
119
- ruby-head
12-
- jruby-head
1310
- 1.8.7
1411
- ree
1512
matrix:
1613
fast_finish: true
17-
allow_failures:
18-
- rvm: jruby-18mode
19-
- rvm: jruby-19mode
20-
- rvm: jruby-head
2114
compiler:
2215
- clang
2316
- gcc

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
== Head
1+
== 4.3.0 / April 29th, 2016
2+
3+
* Remove JRuby and Windows cross compilation and support
4+
* Add Ruby 2.2.3 testing and support
25

36
* include CVE-2012-6684 fix [Tomas Pospisek]
47
* fix by [Antonio Terceiro]

README.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ License:: MIT
1414

1515
RedCloth is a Ruby library for converting Textile into HTML.
1616

17-
== Attention - Deprecating JRuby and Windows support in upcoming 4.3 release
17+
== Attention - Deprecating JRuby and Windows support in version 4.3
1818

1919
In order to prioritize merging a fix for the long standing vulnerability *CVE-2012-6684*, our {new maintainer}[https://github.com/joshuasiler] has elected to stop maintaining the precompiled versions for Windows and JRuby.
2020

@@ -28,7 +28,7 @@ RedCloth can be installed via RubyGems:
2828

2929
If you just want to use RedCloth, you do NOT need to build/compile it. It is
3030
compiled from C sources automatically when you install the gem on the ruby
31-
platform. Precompiled binary gems are provided for JRuby and Win32 platforms.
31+
platform. Precompiled binary gems are provided for JRuby and Win32 platforms prior to version 4.3.
3232

3333
RedCloth can be compiled with <tt>rake compile</tt>. Ragel 6.3 or greater is
3434
required. Again, Ragel is NOT needed to simply use RedCloth.

lib/redcloth/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module RedCloth
22
module VERSION
33
MAJOR = 4
4-
MINOR = 2
5-
TINY = 9
4+
MINOR = 3
5+
TINY = 0
66
RELEASE_CANDIDATE = 1
77

88
STRING = [MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('.')

ragel/redcloth_attributes.java.rl

Lines changed: 0 additions & 83 deletions
This file was deleted.

ragel/redcloth_common.java.rl

Lines changed: 0 additions & 25 deletions
This file was deleted.

ragel/redcloth_inline.java.rl

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)