Skip to content

Commit f8dc59e

Browse files
committed
update README compatibility matrix + (c)
1 parent b88c206 commit f8dc59e

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1818
DEALINGS IN THE SOFTWARE.
1919

2020
Copyright (C) 2007-2009 Ola Bini <[email protected]>
21-
Copyright (C) 2009-2017 The JRuby Team
21+
Copyright (C) 2009-2018 The JRuby Team
2222

2323
Alternatively, the contents of this file may be used under the terms of
2424
either of the GNU General Public License Version 2 or later (the "GPL"),

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ the JRuby [mailing list][1] or the [bug tracker][2].
1616

1717
| JRuby-OpenSSL | JRuby compat | JVM compat | supported BC |
1818
| ------------- |:-------------:| ----------:| ------------:|
19-
| 0.9.6 | 1.6.8-9.0.2 | Java 6-8 | 1.47-1.50 |
20-
| 0.9.12 | 1.6.8-9.0.5 | Java 6-8 | 1.47-1.52 |
21-
| 0.9.13 | 1.6.8-9.1.2 | Java 6-8 | 1.49-1.52 |
22-
| 0.9.14 | 1.6.8-9.1.5 | Java 6-8 | 1.49-1.54 |
23-
| 0.9.17 | 1.6.8-9.1.5 | Java 6-8 | 1.50-1.54 |
24-
| ~>0.9.18 | 1.6.8-9.1.x | Java 6-8 | 1.50-1.55 |
25-
| 0.10.0 | 1.7.20-9.2.x | Java 7-9 | 1.54-1.58 |
19+
| 0.9.6 | 1.6.8-9.0.2 | Java 6-8 | 1.47-1.50 |
20+
| 0.9.12 | 1.6.8-9.0.5 | Java 6-8 | 1.47-1.52 |
21+
| 0.9.13 | 1.6.8-9.1.2 | Java 6-8 | 1.49-1.52 |
22+
| 0.9.14 | 1.6.8-9.1.5 | Java 6-8 | 1.49-1.54 |
23+
| 0.9.17 | 1.6.8-9.1.5 | Java 6-8 | 1.50-1.54 |
24+
| ~>0.9.18 | 1.6.8-9.1.x | Java 6-8 | 1.50-1.55 |
25+
| 0.10.0 | 1.7.20-9.2.x | Java 7-10 | 1.54-1.59 |
2626

2727
NOTE: backwards JRuby compatibility was not handled for versions <= **0.9.6**
2828

@@ -63,7 +63,7 @@ NOTE: you can pick any jruby version which is on [central][4] or on [ci.jruby][5
6363

6464
## License
6565

66-
(c) 2009-2017 JRuby distributed under EPL 1.0/GPL 2.0/LGPL 2.1
66+
(c) 2009-2018 JRuby distributed under EPL 1.0/GPL 2.0/LGPL 2.1
6767

6868
[0]: https://secure.travis-ci.org/jruby/jruby-openssl.svg
6969
[1]: http://xircles.codehaus.org/projects/jruby/lists

jruby-openssl.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Gem::Specification.new do |s|
1212
s.email = "[email protected]"
1313
s.summary = "JRuby OpenSSL"
1414
s.homepage = 'https://github.com/jruby/jruby-openssl'
15-
s.description = 'JRuby-OpenSSL is an add-on gem for JRuby that emulates the' <<
16-
' Ruby OpenSSL native library.'
15+
s.description = 'JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.'
1716
s.licenses = [ 'EPL-1.0', 'GPL-2.0', 'LGPL-2.1' ]
1817

1918
s.require_paths = ['lib']

0 commit comments

Comments
 (0)