call_sheet 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +0 -2
- data/Gemfile.lock +1 -4
- data/lib/call_sheet/step.rb +1 -1
- data/lib/call_sheet/version.rb +1 -1
- data/spec/examples.txt +21 -21
- metadata +2 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8abfe25861318761e3e9f9174236bd613a9e87cb
|
|
4
|
+
data.tar.gz: 4c0b1c1f02996711bbc37fa57dfa33a5803525cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba20b75b4e0da536a62986fd919a4f5252682d6dd6740981b873b8bf60ffbb8c5cf4a981ff59b1b997bbd8c76e011442586c23dbcd9879275356ab8d5f48a0a6
|
|
7
|
+
data.tar.gz: beda7a7a41d647e44d4ffab1182596d8ec653dfa1c87543a08a1092ba2a710c93ee1312d90d3002e4d15f72a5f9c9df1b71c4cc46b406768958448bd8329ad4e
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
call_sheet (0.
|
|
5
|
-
deterministic (>= 0.15.3)
|
|
4
|
+
call_sheet (0.3.1)
|
|
6
5
|
kleisli
|
|
7
6
|
wisper (>= 1.6.0)
|
|
8
7
|
|
|
@@ -12,7 +11,6 @@ GEM
|
|
|
12
11
|
ast (2.1.0)
|
|
13
12
|
astrolabe (1.3.1)
|
|
14
13
|
parser (~> 2.2)
|
|
15
|
-
deterministic (0.15.3)
|
|
16
14
|
diff-lcs (1.2.5)
|
|
17
15
|
docile (1.1.5)
|
|
18
16
|
json (1.8.3)
|
|
@@ -56,7 +54,6 @@ PLATFORMS
|
|
|
56
54
|
DEPENDENCIES
|
|
57
55
|
bundler (~> 1.10)
|
|
58
56
|
call_sheet!
|
|
59
|
-
kleisli
|
|
60
57
|
rake (~> 10.4.2)
|
|
61
58
|
rspec (~> 3.3.0)
|
|
62
59
|
rubocop (~> 0.34.2)
|
data/lib/call_sheet/step.rb
CHANGED
data/lib/call_sheet/version.rb
CHANGED
data/spec/examples.txt
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
example_id | status | run_time |
|
|
2
2
|
-------------------------------------------------------- | ------ | --------------- |
|
|
3
|
-
./spec/integration/call_sheet_spec.rb[1:1:1] | passed | 0.
|
|
4
|
-
./spec/integration/call_sheet_spec.rb[1:1:2] | passed | 0.
|
|
5
|
-
./spec/integration/call_sheet_spec.rb[1:1:3] | passed | 0.
|
|
6
|
-
./spec/integration/call_sheet_spec.rb[1:1:4] | passed | 0.
|
|
7
|
-
./spec/integration/call_sheet_spec.rb[1:1:5] | passed | 0.
|
|
8
|
-
./spec/integration/call_sheet_spec.rb[1:2:1] | passed | 0.
|
|
9
|
-
./spec/integration/call_sheet_spec.rb[1:2:2] | passed | 0.
|
|
10
|
-
./spec/integration/call_sheet_spec.rb[1:2:3] | passed | 0.
|
|
11
|
-
./spec/integration/call_sheet_spec.rb[1:2:4] | passed | 0.
|
|
12
|
-
./spec/integration/call_sheet_spec.rb[1:2:5] | passed | 0.
|
|
13
|
-
./spec/integration/call_sheet_spec.rb[1:2:6] | passed | 0.
|
|
14
|
-
./spec/integration/call_sheet_spec.rb[1:3:1] | passed | 0.
|
|
15
|
-
./spec/integration/call_sheet_spec.rb[1:3:2] | passed | 0.
|
|
16
|
-
./spec/integration/call_sheet_spec.rb[1:3:3] | passed | 0.
|
|
17
|
-
./spec/integration/passing_step_arguments_spec.rb[1:1:1] | passed | 0.
|
|
18
|
-
./spec/integration/passing_step_arguments_spec.rb[1:2:1] | passed | 0.
|
|
19
|
-
./spec/integration/passing_step_arguments_spec.rb[1:3:1] | passed | 0.
|
|
20
|
-
./spec/integration/publishing_step_events_spec.rb[1:1:1] | passed | 0.
|
|
21
|
-
./spec/integration/publishing_step_events_spec.rb[1:1:2] | passed | 0.
|
|
22
|
-
./spec/integration/publishing_step_events_spec.rb[1:2:1] | passed | 0.
|
|
23
|
-
./spec/integration/publishing_step_events_spec.rb[1:2:2] | passed | 0.
|
|
3
|
+
./spec/integration/call_sheet_spec.rb[1:1:1] | passed | 0.00146 seconds |
|
|
4
|
+
./spec/integration/call_sheet_spec.rb[1:1:2] | passed | 0.00022 seconds |
|
|
5
|
+
./spec/integration/call_sheet_spec.rb[1:1:3] | passed | 0.00019 seconds |
|
|
6
|
+
./spec/integration/call_sheet_spec.rb[1:1:4] | passed | 0.00028 seconds |
|
|
7
|
+
./spec/integration/call_sheet_spec.rb[1:1:5] | passed | 0.00104 seconds |
|
|
8
|
+
./spec/integration/call_sheet_spec.rb[1:2:1] | passed | 0.00206 seconds |
|
|
9
|
+
./spec/integration/call_sheet_spec.rb[1:2:2] | passed | 0.00023 seconds |
|
|
10
|
+
./spec/integration/call_sheet_spec.rb[1:2:3] | passed | 0.00022 seconds |
|
|
11
|
+
./spec/integration/call_sheet_spec.rb[1:2:4] | passed | 0.00022 seconds |
|
|
12
|
+
./spec/integration/call_sheet_spec.rb[1:2:5] | passed | 0.00022 seconds |
|
|
13
|
+
./spec/integration/call_sheet_spec.rb[1:2:6] | passed | 0.00032 seconds |
|
|
14
|
+
./spec/integration/call_sheet_spec.rb[1:3:1] | passed | 0.00019 seconds |
|
|
15
|
+
./spec/integration/call_sheet_spec.rb[1:3:2] | passed | 0.00016 seconds |
|
|
16
|
+
./spec/integration/call_sheet_spec.rb[1:3:3] | passed | 0.00017 seconds |
|
|
17
|
+
./spec/integration/passing_step_arguments_spec.rb[1:1:1] | passed | 0.00113 seconds |
|
|
18
|
+
./spec/integration/passing_step_arguments_spec.rb[1:2:1] | passed | 0.0002 seconds |
|
|
19
|
+
./spec/integration/passing_step_arguments_spec.rb[1:3:1] | passed | 0.00221 seconds |
|
|
20
|
+
./spec/integration/publishing_step_events_spec.rb[1:1:1] | passed | 0.00194 seconds |
|
|
21
|
+
./spec/integration/publishing_step_events_spec.rb[1:1:2] | passed | 0.00042 seconds |
|
|
22
|
+
./spec/integration/publishing_step_events_spec.rb[1:2:1] | passed | 0.00032 seconds |
|
|
23
|
+
./spec/integration/publishing_step_events_spec.rb[1:2:2] | passed | 0.00027 seconds |
|
metadata
CHANGED
|
@@ -1,29 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: call_sheet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Riley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: deterministic
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - ">="
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.15.3
|
|
20
|
-
type: :runtime
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - ">="
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.15.3
|
|
27
13
|
- !ruby/object:Gem::Dependency
|
|
28
14
|
name: kleisli
|
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|