Sha256: 5c927796409b2a8a266674a6f7ab0e3b1ad2afc89f8210c7795c4ecde15895ec

Contents?: true

Size: 250 Bytes

Versions: 5

Compression:

Stored size: 250 Bytes

Contents

#action method with description as first argument, block as second arg

action "this is an example action" { |a|

  a.name "my second action"
  a.namespace "example"
  a.attributes ["repo", "example_attribute"]
  a.finishes ["success", "failure"]

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spline-0.0.16 lib/spline/templates/my_second_action.tt
spline-0.0.15 lib/spline/templates/my_second_action.tt
spline-0.0.14 lib/spline/templates/my_second_action.tt
spline-0.0.13 lib/spline/templates/my_second_action.tt
spline-0.0.12 lib/spline/templates/my_second_action.tt