mbt-gen 0.0.3 → 0.0.5

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mbt-gen.rb +2058 -1958
  3. data/lib/progress.rb +53 -5
  4. data/lib/solver-lib.rb +572 -433
  5. metadata +6 -3
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mbt-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - FM-enthusiast
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-07-28 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: nokogiri
@@ -41,6 +42,7 @@ licenses:
41
42
  metadata:
42
43
  bug_tracker_uri: https://codeberg.org/FM-enthusiast/MBT-gen/issues
43
44
  source_code_uri: https://codeberg.org/FM-enthusiast/MBT-gen
45
+ post_install_message:
44
46
  rdoc_options: []
45
47
  require_paths:
46
48
  - lib
@@ -56,7 +58,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
58
  version: '0'
57
59
  requirements:
58
60
  - an SMT-solver. Z3 is recommended, it can be obtained from https://github.com/Z3Prover/z3
59
- rubygems_version: 3.6.7
61
+ rubygems_version: 3.5.22
62
+ signing_key:
60
63
  specification_version: 4
61
64
  summary: test data generator for Model-based testing
62
65
  test_files: []