abnftt 0.1.1

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 (6) hide show
  1. checksums.yaml +7 -0
  2. data/abnftt.gemspec +14 -0
  3. data/bin/abnftt +136 -0
  4. data/bin/abnftt~ +135 -0
  5. data/lib/abnf.rb +2586 -0
  6. metadata +48 -0
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: abnftt
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Carsten Bormann
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-03-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Less shifty support for tools based on IETF's ABNF
14
+ email: cabo@tzi.org
15
+ executables:
16
+ - abnftt
17
+ - abnftt~
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - abnftt.gemspec
22
+ - bin/abnftt
23
+ - bin/abnftt~
24
+ - lib/abnf.rb
25
+ homepage: http://github.com/cabo/abnftt
26
+ licenses:
27
+ - MIT
28
+ metadata: {}
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '2.3'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.0.3
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: RFC 5234+7405 ABNF to Treetop
48
+ test_files: []