bare-rb 0.1.5 → 0.2.3

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.
metadata CHANGED
@@ -1,24 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bare-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Tracy-Amoroso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-13 00:00:00.000000000 Z
11
+ date: 2021-10-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: The first implementation of the BARE (Binary Application Record Encoding)
14
- in Ruby. Includes schema parsing and compatibility tests.
14
+ in Ruby. Includes schema parsing and random schema generation!
15
15
  email: n8@u.northwestern.edu
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - "./lib/bare-rb.rb"
21
+ - "./lib/dfs.rb"
21
22
  - "./lib/exceptions.rb"
23
+ - "./lib/generative_testing/gen.rb"
24
+ - "./lib/generative_testing/grammar_util.rb"
25
+ - "./lib/generative_testing/monkey_patch.rb"
22
26
  - "./lib/lexer.rb"
23
27
  - "./lib/parser.rb"
24
28
  - "./lib/types.rb"
@@ -34,7 +38,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
38
  requirements:
35
39
  - - ">="
36
40
  - !ruby/object:Gem::Version
37
- version: '0'
41
+ version: '2.5'
38
42
  required_rubygems_version: !ruby/object:Gem::Requirement
39
43
  requirements:
40
44
  - - ">="