Sha256: 8d88f9b4e2ddbff35619593ca66429a4aef177d78e1562de72c8ed810ea0605f
Contents?: true
Size: 284 Bytes
Versions: 2
Compression:
Stored size: 284 Bytes
Contents
Cogy.configure do |c| c.bundle_name = "foo" c.bundle_description = "The bundle you really need" c.bundle_version = "0.0.1" c.executable_path = "/usr/bin/foo" c.command_load_paths = ["cogy"] c.helper(:foo) { env["cogy_foo"] } c.helper(:bar) { |text| text.titleize } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cogy-0.1.1 | test/dummy/config/initializers/cogy.rb |
cogy-0.1.0 | test/dummy/config/initializers/cogy.rb |