te3270-jruby 0.3-x86-mingw32 → 0.4-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.
- checksums.yaml +4 -4
- data/ext/mkrf_conf.rb +2 -0
- data/lib/te3270/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8932d0a68877f1ac6806cd431891c226ef9dec47
|
4
|
+
data.tar.gz: 062306d4f480bbf7632f40f1ca7dc65a7c327402
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92e2654b8445f3dc957656092a7810f78505d2a84e9cd492e67e044c5bdf664ab3fb362d270abf860cfbffd3ec907d2fe0077c7ee00e0397535d811c61be1a9d
|
7
|
+
data.tar.gz: be764a328d52bf73e1017e9188fc4b824e672200e495f3e216cb7be7cef882f5edc6bd0060ca21b4abdf071850e68218c535d42111ed79e67f00ed5f0c6ac144
|
data/ext/mkrf_conf.rb
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
# Borrowed from http://www.programmersparadox.com/2012/05/21/gemspec-loading-dependent-gems-based-on-the-users-system/
|
2
2
|
# The author mentions that this is not the right way to do when installing on different rubies like mruby, jruby, but
|
3
3
|
# seems there is no other solution at this time, if a single gem has to work on both mruby and jruby
|
4
|
+
require 'rubygems/dependency_installer.rb'
|
5
|
+
installer = Gem::DependencyInstaller.new
|
4
6
|
|
5
7
|
begin
|
6
8
|
if RUBY_VERSION > "1.7" and RUBY_PLATFORM == "java"
|
data/lib/te3270/version.rb
CHANGED