bmt 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
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.
|
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:
|
11
|
+
date: 2022-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -94,6 +94,10 @@ files:
|
|
94
94
|
- lib/bmt/version.rb
|
95
95
|
- lib/data/0.1/mappings/templates.json
|
96
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
|
97
101
|
- lib/data/0.1/methodologies/template.json
|
98
102
|
- lib/data/0.1/methodologies/website_testing.json
|
99
103
|
- lib/data/0.1/schema.json
|