test_bench-fixture 2.1.1.0 → 2.1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +12 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a319a5fbafc93ba395ff08e234ecba7b3663127bbe8ec0dbdbe6f1cdcc3ae77e
|
4
|
+
data.tar.gz: e7b3bdbd4f5294b611209e6e84e76ea1651fa1323056265184b3204e550ef7c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 249f5d48050becd09ac8d63d2c0a1824dc9a3d2b6172dc0861b5b6bfa95058b8676623e9f4fdcfe6c6710fe7427a09ee5374faac4aadd6bf8b6030aedfed7780
|
7
|
+
data.tar.gz: 210b95b3aee39091cd8c08fc8c96a8012a23bec3926272d6d9356396f72a86e5f5e4fa5654f8a0e04cb96488aecaa48aaab4c5c934f12116e6b31bc89ca995c3
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: test_bench-fixture
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.1.
|
4
|
+
version: 2.1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Ladd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date:
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test_bench-session
|
@@ -44,21 +44,27 @@ executables: []
|
|
44
44
|
extensions: []
|
45
45
|
extra_rdoc_files: []
|
46
46
|
files:
|
47
|
-
- lib/test_bench
|
47
|
+
- lib/test_bench
|
48
|
+
- lib/test_bench/fixture
|
49
|
+
- lib/test_bench/fixture/actuate
|
48
50
|
- lib/test_bench/fixture/actuate/class.rb
|
49
51
|
- lib/test_bench/fixture/actuate/object.rb
|
50
|
-
- lib/test_bench/fixture/controls
|
52
|
+
- lib/test_bench/fixture/controls
|
51
53
|
- lib/test_bench/fixture/controls/exception.rb
|
52
|
-
- lib/test_bench/fixture/controls/fixture
|
54
|
+
- lib/test_bench/fixture/controls/fixture
|
53
55
|
- lib/test_bench/fixture/controls/fixture/class.rb
|
54
|
-
- lib/test_bench/fixture/controls/fixture/object
|
56
|
+
- lib/test_bench/fixture/controls/fixture/object
|
55
57
|
- lib/test_bench/fixture/controls/fixture/object/modules.rb
|
58
|
+
- lib/test_bench/fixture/controls/fixture/object.rb
|
59
|
+
- lib/test_bench/fixture/controls/fixture.rb
|
56
60
|
- lib/test_bench/fixture/controls/output.rb
|
57
61
|
- lib/test_bench/fixture/controls/random.rb
|
58
62
|
- lib/test_bench/fixture/controls/result.rb
|
59
63
|
- lib/test_bench/fixture/controls/title.rb
|
64
|
+
- lib/test_bench/fixture/controls.rb
|
60
65
|
- lib/test_bench/fixture/evaluate.rb
|
61
66
|
- lib/test_bench/fixture/fixture.rb
|
67
|
+
- lib/test_bench/fixture.rb
|
62
68
|
homepage: https://github.com/test-bench/test-bench-fixture
|
63
69
|
licenses:
|
64
70
|
- MIT
|