bmt 0.1.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,9 +42,15 @@
42
42
  "pattern": "^[ a-zA-Z0-9\\-+()\/,.<\\?]*$",
43
43
  "minLength": 3
44
44
  },
45
+ "caption": {
46
+ "type": "string"
47
+ },
45
48
  "description": {
46
49
  "type": "string"
47
50
  },
51
+ "tools": {
52
+ "type": "string"
53
+ },
48
54
  "vrt_category": {
49
55
  "type": "string",
50
56
  "pattern": "^[a-z_]*$"
@@ -53,7 +59,7 @@
53
59
  "required": [
54
60
  "key",
55
61
  "title",
56
- "description"
62
+ "caption"
57
63
  ]
58
64
  },
59
65
  "step": {
@@ -72,6 +78,10 @@
72
78
  "description": {
73
79
  "type": "string"
74
80
  },
81
+ "type": {
82
+ "type": "string",
83
+ "enum": ["checklist", "large_upload", "executive_summary"]
84
+ },
75
85
  "items": {
76
86
  "type": "array",
77
87
  "items": {
@@ -83,7 +93,7 @@
83
93
  "key",
84
94
  "title",
85
95
  "description",
86
- "items"
96
+ "type"
87
97
  ]
88
98
  }
89
99
  },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Tagliabue
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-23 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,6 +92,12 @@ files:
92
92
  - lib/bmt/methodology.rb
93
93
  - lib/bmt/step.rb
94
94
  - lib/bmt/version.rb
95
+ - lib/data/0.1/mappings/templates.json
96
+ - lib/data/0.1/mappings/templates.schema.json
97
+ - lib/data/0.1/methodologies/binaries.json
98
+ - lib/data/0.1/methodologies/mobile_android.json
99
+ - lib/data/0.1/methodologies/mobile_ios.json
100
+ - lib/data/0.1/methodologies/network.json
95
101
  - lib/data/0.1/methodologies/template.json
96
102
  - lib/data/0.1/methodologies/website_testing.json
97
103
  - lib/data/0.1/schema.json