File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ rake javadoc
2525
2626``` bash
2727jgem install propane # from rubygems
28- jgem install propane-3.9 .0-java.gem # local install
28+ jgem install propane-3.10 .0-java.gem # local install
2929# Alternative
3030jruby -S gem install propane # from rubygems
31- jruby -S gem install propane-3.9 .0-java.gem # local install
31+ jruby -S gem install propane-3.10 .0-java.gem # local install
3232```
3333
3434## Check Install
Original file line number Diff line number Diff line change 1818desc 'Install'
1919task :install do
2020 sh 'mvn dependency:copy'
21- sh "mv target/propane-#{ Propane ::VERSION } .jar lib"
21+ FileUtils . mv ( " target/propane-#{ Propane ::VERSION } .jar" , ' lib' )
2222end
2323
2424desc 'Gem'
@@ -36,11 +36,6 @@ task :compile do
3636 sh './mvnw package'
3737end
3838
39- desc 'JRuby-Complete'
40- task :install_complete do
41- sh 'cd vendors && rake'
42- end
43-
4439desc 'Test'
4540task :test do
4641 sh 'jruby test/helper_methods_test.rb'
You can’t perform that action at this time.
0 commit comments