lib/ivy4r_jars.rb in ivy4r-jars-1.1.0 vs lib/ivy4r_jars.rb in ivy4r-jars-1.2.0

- old
+ new

@@ -1,16 +1,16 @@ -class Ivy4rJars - VERSION = '1.1.0' - - 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 +class Ivy4rJars + VERSION = '1.2.0' + + 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