tsantos-rakejava 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rakejava.rb +2 -1
  2. metadata +1 -1
data/lib/rakejava.rb CHANGED
@@ -91,6 +91,7 @@ class JarFiles < Rake::FileList
91
91
  @resolving = true
92
92
  pushd @root
93
93
  super
94
+ puts "Resolving JarFiles list"
94
95
  # Hack time because the jar command is busted. Every arg after the
95
96
  # first file listed after a -C needs to have paths relative to the
96
97
  # command-launch rather than the -C specified dir. The first file arg
@@ -197,7 +198,7 @@ module RakeJava
197
198
  class JarTask < Rake::Task
198
199
  include RakeJavaUtil
199
200
 
200
- attr_accessor :root, :files, :main_class, :manifest
201
+ attr_accessor :files, :main_class, :manifest
201
202
 
202
203
  def initialize name, app
203
204
  super
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tsantos-rakejava
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Santos