Sha256: a14a00e71409e357d96ca1f7dcc5c138667894ddcdef74826869bac3e0ee17f9

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

class Ivy4rJars
  VERSION = '1.0.2'

  class << self
    # Returns expanded path to directory containing the jars
    def lib_dir
      @lib_dir ||= File.expand_path(File.dirname(__FILE__))
    end

    # Returns expanded path to directory that can be used as
    # __ANT_HOME__ for __Antwrap__.
    def ant_home_dir
      @ant_home_dir ||= File.dirname(lib_dir)
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
klaas1979-ivy4r-jars-1.0.2 lib/ivy4r_jars.rb
ivy4r-jars-1.0.2 lib/ivy4r_jars.rb