bare-rb 0.1.2 → 0.2.0

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,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bare-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
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!
14
+ in Ruby. Includes schema parsing and random schema generation!.
15
15
  email: n8@u.northwestern.edu
16
16
  executables: []
17
17
  extensions: []
@@ -19,6 +19,9 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - "./lib/bare-rb.rb"
21
21
  - "./lib/exceptions.rb"
22
+ - "./lib/generative_testing/gen.rb"
23
+ - "./lib/generative_testing/grammar_util.rb"
24
+ - "./lib/generative_testing/monkey_patch.rb"
22
25
  - "./lib/lexer.rb"
23
26
  - "./lib/parser.rb"
24
27
  - "./lib/types.rb"
@@ -32,9 +35,9 @@ require_paths:
32
35
  - lib
33
36
  required_ruby_version: !ruby/object:Gem::Requirement
34
37
  requirements:
35
- - - ">="
38
+ - - '='
36
39
  - !ruby/object:Gem::Version
37
- version: '0'
40
+ version: '2.5'
38
41
  required_rubygems_version: !ruby/object:Gem::Requirement
39
42
  requirements:
40
43
  - - ">="