Sha256: da6ba123b64a29ec2066fdc39616f212724c7c72db7407c17c879c452463f5cf

Contents?: true

Size: 228 Bytes

Versions: 8

Compression:

Stored size: 228 Bytes

Contents

module Decoct
  module Dconstants
    LIB = 'lib'
    VIEWS = 'views'
    SPEC = 'spec'
    PUBLIC = 'public'
    TEMPLATES = File.join(File.dirname(__FILE__), "..", 'lib', 'templates') + File::SEPARATOR.to_s
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
andhapp-decoct-1.4.3 lib/dconstants.rb
andhapp-decoct-1.4.4 lib/dconstants.rb
andhapp-decoct-1.5.4 lib/dconstants.rb
andhapp-decoct-1.6.4 lib/dconstants.rb
andhapp-decoct-1.7.4 lib/dconstants.rb
andhapp-decoct-1.8.4 lib/dconstants.rb
andhapp-decoct-1.9.5 lib/dconstants.rb
andhapp-decoct-1.9.6 lib/dconstants.rb