Sha256: 7d9e3a5b4ada5ac29faf6f67e4c0d227c688edb9c2f7874ccf5e4ac1f381a068

Contents?: true

Size: 534 Bytes

Versions: 10

Compression:

Stored size: 534 Bytes

Contents

motion_require './config.rb'
MotionPrime::Config.model do |model|
  if RUBYMOTION_ENV == 'test'
    model.store_type = :memory
  else
    model.store_type = :file
  end
end
MotionPrime::Config.font.name = "Ubuntu"
MotionPrime::Config.color do |color|
  color.base = 0x424242
  color.error = 0xef471f
end
MotionPrime::Config.sidebar do |sidebar|
  sidebar.background_image = "images/sidebar/background.png".uiimage
end
MotionPrime::Config.api do |api|
  api.base = "http://example.com"
  api.client_id = ""
  api.client_secret = ""
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
motion-prime-0.5.0 motion-prime/config/base.rb
motion-prime-0.4.5 motion-prime/config/base.rb
motion-prime-0.4.4 motion-prime/config/base.rb
motion-prime-0.4.3 motion-prime/config/base.rb
motion-prime-0.4.2 motion-prime/config/base.rb
motion-prime-0.4.1 motion-prime/config/base.rb
motion-prime-0.4.0 motion-prime/config/base.rb
motion-prime-0.3.3 motion-prime/config/base.rb
motion-prime-0.3.2 motion-prime/config/base.rb
motion-prime-0.3.1 motion-prime/config/base.rb