Sha256: 21a3c2490d9eb7c9d585ad64f87a1a0f337b9fe2985469cf741a3ff3cacebfbe

Contents?: true

Size: 331 Bytes

Versions: 3

Compression:

Stored size: 331 Bytes

Contents

Cogy.configure do |c|
  c.bundle = {
    name: "foo",
    description: "The bundle you really need",
    version: "0.0.1",
    cogy_executable: "/usr/bin/foo"
  }

  c.command_load_paths = ["cogy"]
  c.cogy_endpoint = "http://www.example.com/cogy"

  c.helper(:foo) { env["cog_foo"] }
  c.helper(:bar) { |text| text.titleize }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cogy-0.5.2 test/dummy/config/initializers/cogy.rb
cogy-0.5.1 test/dummy/config/initializers/cogy.rb
cogy-0.5.0 test/dummy/config/initializers/cogy.rb