Sha256: 4ebd08305398fdd4a1f09b512ce938a30487ea67bd03172656f914d2144eeaa5
Contents?: true
Size: 463 Bytes
Versions: 3
Compression:
Stored size: 463 Bytes
Contents
Zen::Package.add do |p| # The name of the package, should match /[a-z0-9_\-]+/ p.name = '' # The person/company that made the package p.author = '' # A URL to a page about the package p.url = '' # Describe what your theme or extension does. p.about = '' # Path to the directory containing the controllers, models, etc. p.directory = __DIR__('package') p.menu = [{ :title => 'Prototype', :url => '/admin/prototype' }] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zen-0.2.7 | proto/package/lib/package.rb |
zen-0.2.6.1 | proto/package/lib/package.rb |
zen-0.2.6 | proto/package/lib/package.rb |