spline 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2167f6e8cecd011c86db0e981ec53dc6a00fc449
4
- data.tar.gz: fbfdf9333d34e7e65f9ca1a4766d5dc58176ae09
3
+ metadata.gz: 8ecc811795ffdc8bc9c95a9a8d440cf2ee1d972d
4
+ data.tar.gz: 2c8703a6080a4435d1a388b7802ca4e80637c797
5
5
  SHA512:
6
- metadata.gz: 9e6a334a1c456290b1f4ecf701f14c51536be33d223b1c8007355f0b3309700aed673c8cf8d8cfa4be362ba51f6d98fa49d16b67f92e920122d6babd711a7ad6
7
- data.tar.gz: c9f04e6895f69a1018f186e2dae5799349be39e37250ea55b121a896e08f1aafa8080af3a71a42b8dcc7013ee3cc13f2113d43cf38e703a2f1d2fbeb8d58b145
6
+ metadata.gz: 5fd964f467fd6abe86e5e5fdf1d68630e08963c59f49caf660a70e5d61d7f6cf51ebd27d39b0e5a06426f02baba342855cd1b7ad6dc613b009ec9d42bd126421
7
+ data.tar.gz: d1479bb52d69de373abf25fdb39f39394051d5abd392016a80a4245dc6f99bccfb5f00251de81e740551ba9b9fa8ff5bc50b8e5e2a2a6c6ed53b84473f87cb73
@@ -1,6 +1,7 @@
1
+
1
2
  process "<%= name %> description" { |p|
2
3
 
3
4
  p.name "<%= name %>"
4
5
  p.attributes []
5
6
 
6
- }
7
+ }
@@ -1,7 +1,8 @@
1
+
1
2
  step "<%= name %> description" { |s|
2
3
 
3
4
  s.name "<%= name %>"
4
5
  s.namespace "<%= namespace %>"
5
6
  s.attributes []
6
7
 
7
- }
8
+ }
@@ -1,6 +1,4 @@
1
1
 
2
- #step method with description as first argument, block as second arg
3
-
4
2
  step "this is an example step" { |s|
5
3
 
6
4
  s.name "my first step"
@@ -8,4 +6,4 @@ step "this is an example step" { |s|
8
6
  s.attributes ["repo", "example_attribute"]
9
7
  s.finishes ["success", "failure"]
10
8
 
11
- }
9
+ }
@@ -1,6 +1,4 @@
1
1
 
2
- #process method with description as first argument, block as second arg
3
-
4
2
  process "this is an example process" { |p|
5
3
 
6
4
  p.name "my process"
@@ -18,4 +16,4 @@ process "this is an example process" { |p|
18
16
  a.failure process_failure
19
17
  }
20
18
 
21
- }
19
+ }
@@ -1,6 +1,4 @@
1
1
 
2
- #step method with description as first argument, block as second arg
3
-
4
2
  step "this is an example step" { |s|
5
3
 
6
4
  s.name "my second step"
@@ -8,4 +6,4 @@ step "this is an example step" { |s|
8
6
  s.attributes ["repo", "example_attribute"]
9
7
  s.finishes ["success", "failure"]
10
8
 
11
- }
9
+ }
@@ -1,3 +1,3 @@
1
1
  module Spline
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mrav Atomski