Skip to content

Commit

Permalink
Added jar files
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwijayarathna committed Apr 8, 2015
1 parent 53e1229 commit 05e39e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fibs.gemspec
Expand Up @@ -6,8 +6,9 @@ Gem::Specification.new do |s|
s.summary = "Sample Jruby Extension"
s.author = "Chamila Wijayarathna"

files = Dir.glob("ext/**/*.{c,java,rb}") +
Dir.glob("lib/**/*.rb")
files = Dir.glob("ext/**/*.{c,rb}") +
Dir.glob("lib/**/*.rb") +
Dir.glob("src/**/*.{java}")

if RUBY_PLATFORM =~ /java/
s.platform = "java"
Expand Down

0 comments on commit 05e39e1

Please sign in to comment.