From ac2128d9cdfbc0354a99c6b94745652df2dddf5f Mon Sep 17 00:00:00 2001 From: Robert Dingwell Date: Mon, 5 Dec 2011 11:28:01 -0500 Subject: changing JRuby import statement to java_import. This is done to allow the use of systemu with JRuby and Rake. Rake and JRuby have conflicting import statements --- lib/systemu.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/systemu.rb b/lib/systemu.rb index 9121367..e4fc680 100644 --- a/lib/systemu.rb +++ b/lib/systemu.rb @@ -259,7 +259,7 @@ end # some monkeypatching for JRuby if defined? JRUBY_VERSION require 'jruby' - import org.jruby.RubyProcess + java_import org.jruby.RubyProcess class SystemUniversal def systemu -- cgit v1.2.1 From 1add7a0e6bd1113e0a2dfb49a6b7137d912626b7 Mon Sep 17 00:00:00 2001 From: Robert Dingwell Date: Thu, 8 Dec 2011 11:21:21 -0500 Subject: upping version number --- systemu.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemu.gemspec b/systemu.gemspec index c1f6a31..0e725de 100644 --- a/systemu.gemspec +++ b/systemu.gemspec @@ -3,7 +3,7 @@ Gem::Specification::new do |spec| spec.name = "systemu" - spec.version = "2.3.1" + spec.version = "2.4.2" spec.platform = Gem::Platform::RUBY spec.summary = "systemu" spec.description = "description: systemu kicks the ass" -- cgit v1.2.1