Sha256: 1b6344c08867f6f8428491a446b33b42f4734ac78ec4444c0ee911541c64a4a4
Contents?: true
Size: 468 Bytes
Versions: 42
Compression:
Stored size: 468 Bytes
Contents
garlic do repo 'rails', :url => 'git://github.com/rails/rails'#, :local => "~/dev/vendor/rails" repo 'declarative_authorization', :path => '.' target 'edge' target '2.1-stable', :branch => 'origin/2-1-stable' target '2.2.0-RC1', :tag => 'v2.2.0' all_targets do prepare do plugin 'declarative_authorization', :clone => true end run do cd "vendor/plugins/declarative_authorization" do sh "rake" end end end end
Version data entries
42 entries across 42 versions & 13 rubygems
Version | Path |
---|---|
viva-declarative_authorization-0.3.2.2.1 | garlic_example.rb |
declarative_authorization-0.3.2.3 | garlic_example.rb |