Sha256: 0c5b88ed81d20be697b7c4af128bfc7fd2d2b9c1e7e7c70f21fa49eb04fa694f

Contents?: true

Size: 315 Bytes

Versions: 5

Compression:

Stored size: 315 Bytes

Contents

# @q whats best way to deal with configs in rb?
# I don't see a problem with this method. not too much pollution, and 
# doesn't impact gem use in code
$nirvana_config = { 
  :username => 'Kryten',

  #md5 of your password. I will need this to get your auth token
  :password => 'THIS-IS-AN-MD5-OF-YOUR-PASSWORD'
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nirvanahq-0.1.4 lib/nirvanahq/config.sample.rb
nirvanahq-0.1.3 lib/nirvanahq/config.sample.rb
nirvanahq-0.1.1 lib/nirvanahq/config.sample.rb
nirvanahq-0.1.0 lib/nirvanahq/config.sample.rb
nirvanahq-0.0.4 lib/nirvanahq/config.sample.rb