Skip to content

Commit 930ed80

Browse files
committed
seamless build
1 parent 91fcf54 commit 930ed80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Rakefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
task default: [:gem]
1+
task default: [:install_jars, :gem]
22

33
desc 'Build gem'
44
task :gem do
55
sh 'gem build ruby_wordcram.gemspec'
66
end
7+
8+
desc 'Build gem'
9+
task :install_jars do
10+
sh "cd vendors && rake"
11+
end

0 commit comments

Comments
 (0)