Sha256: 00804b16d2601a0ad4859b78ced432a0d5d385f972a92812a55736362df35cd7

Contents?: true

Size: 195 Bytes

Versions: 2

Compression:

Stored size: 195 Bytes

Contents

class Juici::Config; class << self
# XXX Temporary implementation to be replaced by a config reader
  def workspace
    "/tmp/juici/workspace"
  end

  def builds_per_page
    10
  end

end; end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
juici-0.0.1.alpha1 lib/juici/config.rb
juici-0.0.0.alpha1 lib/juici/config.rb