lib/bj.rb in bj-0.0.3 vs lib/bj.rb in bj-0.0.4
- old
+ new
@@ -1,11 +1,10 @@
unless defined? Bj
class Bj
#
# constants and associated attrs
#
- Bj::VERSION = "0.0.2" unless
- defined? Bj::VERSION
+ Bj::VERSION = "0.0.4" #unless defined? Bj::VERSION
def self.version() Bj::VERSION end
Bj::LIBDIR = File.expand_path(File::join(File.dirname(__FILE__), "bj")) + File::SEPARATOR unless
defined? Bj::LIBDIR
def self.libdir(*value)