Sha256: 2f24fb4bc8407ae6a08c0f4df96df78a435040ffb4d930433daa2908b75b9ce5

Contents?: true

Size: 293 Bytes

Versions: 9

Compression:

Stored size: 293 Bytes

Contents

module Prj
  version_file = File.expand_path('../VERSION', File.dirname(__FILE__))
  VERSION = File.read(version_file).freeze

  autoload :DirWithScore, 'prj/dir_with_score'
  autoload :Filter,       'prj/filter'
  autoload :Finder,       'prj/finder'
  autoload :App,          'prj/app'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
prj-2.0.1 lib/prj.rb
prj-2.0.1.pre.2 lib/prj.rb
prj-2.0.1.pre.1 lib/prj.rb
prj-2.0.0 lib/prj.rb
prj-1.0.2 lib/prj.rb
prj-1.0.1 lib/prj.rb
prj-1.0.0 lib/prj.rb
prj-0.1.0 lib/prj.rb
prj-0.0.2 lib/prj.rb