Skip to content

Commit c625cb0

Browse files
committed
Update import statement for new package name
1 parent 353e78d commit c625cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In a similar vein to ```JavaExec``` and ```RhinoShellExec```, the ```JRubyExec``
6666
in a Gradle script using JRuby.
6767

6868
```groovy
69-
import com.lookout.jruby.JRubyExec
69+
import com.github.jrubygradle.JRubyExec
7070
7171
dependencies {
7272
jrubyExec 'rubygems:credit_card_validator:1.2.0'
@@ -138,7 +138,7 @@ All other methods should work.
138138
Unpacking occurs using the default `jruby` version as set by `jruby.execVersion`.
139139

140140
```groovy
141-
import com.lookout.jruby.JRubyPrepareGems
141+
import com.github.jrubygradle.JRubyPrepareGems
142142
143143
task unpackMyGems( type : JRubyPrepareGems ) {
144144

0 commit comments

Comments
 (0)