term_utils 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/COPYING +3 -3
  4. data/README.md +7 -1
  5. data/doc/TermUtils/AP/Article.html +991 -0
  6. data/doc/TermUtils/AP/Element.html +1025 -0
  7. data/doc/TermUtils/AP/Flag.html +539 -0
  8. data/doc/TermUtils/AP/Level.html +638 -0
  9. data/doc/TermUtils/AP/NoSuchValueError.html +217 -0
  10. data/doc/TermUtils/AP/Parameter.html +804 -0
  11. data/doc/TermUtils/AP/ParseError.html +217 -0
  12. data/doc/TermUtils/AP/Parser.html +572 -0
  13. data/doc/TermUtils/AP/Result.html +1029 -0
  14. data/doc/TermUtils/AP/ResultView.html +597 -0
  15. data/doc/TermUtils/AP/Syntax.html +1051 -0
  16. data/doc/TermUtils/AP/SyntaxError.html +217 -0
  17. data/doc/TermUtils/AP.html +505 -0
  18. data/doc/TermUtils/FF/Config.html +1 -1
  19. data/doc/TermUtils/FF/Cursor/Context.html +1 -1
  20. data/doc/TermUtils/FF/Cursor.html +1 -1
  21. data/doc/TermUtils/FF/Query.html +1 -1
  22. data/doc/TermUtils/FF.html +1 -1
  23. data/doc/TermUtils/PropertyTreeNode.html +1999 -0
  24. data/doc/TermUtils/Tab/Column.html +1 -1
  25. data/doc/TermUtils/Tab/Holder.html +1 -1
  26. data/doc/TermUtils/Tab/Printer.html +1 -1
  27. data/doc/TermUtils/Tab/Table.html +1 -1
  28. data/doc/TermUtils/Tab.html +1 -1
  29. data/doc/TermUtils.html +5 -3
  30. data/doc/_index.html +143 -1
  31. data/doc/class_list.html +1 -1
  32. data/doc/file.README.html +8 -2
  33. data/doc/index.html +8 -2
  34. data/doc/method_list.html +638 -22
  35. data/doc/top-level-namespace.html +1 -1
  36. data/lib/term_utils/ap/article.rb +68 -0
  37. data/lib/term_utils/ap/element.rb +78 -0
  38. data/lib/term_utils/ap/flag.rb +48 -0
  39. data/lib/term_utils/ap/level.rb +57 -0
  40. data/lib/term_utils/ap/no_such_value_error.rb +27 -0
  41. data/lib/term_utils/ap/parameter.rb +75 -0
  42. data/lib/term_utils/ap/parse_error.rb +27 -0
  43. data/lib/term_utils/ap/parser.rb +185 -0
  44. data/lib/term_utils/ap/result.rb +175 -0
  45. data/lib/term_utils/ap/syntax.rb +112 -0
  46. data/lib/term_utils/ap/syntax_error.rb +27 -0
  47. data/lib/term_utils/ap.rb +59 -0
  48. data/lib/term_utils/property_tree_node.rb +200 -0
  49. data/lib/term_utils.rb +1 -0
  50. data/term_utils.gemspec +2 -2
  51. metadata +29 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24bc17c8d2d0dc12b77fca20c464a7dc198f73c528b897780651fe39f0054c71
4
- data.tar.gz: 3d9b2f1d837b5baf7a43550d94853c2439d8f7f985a5c53e344ca770877216bf
3
+ metadata.gz: a8ac69046c33a7b62969bc75b19bf43102ef1bd4f2a6bf631cf284b366b10467
4
+ data.tar.gz: e376dc377aadadafb18ed56f22f11b1f37a61cb90a8b6cfc7022c27c23b90405
5
5
  SHA512:
6
- metadata.gz: e4a51fd3186e9c3e9ac00e9f85f3c599d1f60901afd1e8bfa78addb308b22f2b925439d1972dbe392ad2520bda2089cf98b1ac170668ff19368f866f10a2f443
7
- data.tar.gz: b797d042594bb49a56f2141e6f34d18274024dca40811c03a2c9f63921944e8d4a276d441f8e5b63cfda9cb1449f5d7109802d4a80f937261879f7ce28622353
6
+ metadata.gz: 35751fc1b2e804e9a1e3cc105cb095cbe33de2b4f950417a7adafdbfe0d7a3dee599aefb18a0a8dfd7a9363c8a2bcd213c136ef466bf12075f828525a8de701e
7
+ data.tar.gz: 03d4d5270f9f0e2a0a5d92aa2b3db24c046f5786f6e0eb9a7bb9fc1e7ee646cb2749b7a791c013e9180e2da7f21840edff8dd3107e82f59554851b4c63475520
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.0 - 2019-11-10
4
+
5
+ ### Added
6
+
7
+ - Added Argument Parsing module.
8
+
3
9
  ## 0.2.0 - 2019-10-17
4
10
 
5
11
  ### Added
data/COPYING CHANGED
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
631
631
  state the exclusion of warranty; and each file should have at least
632
632
  the "copyright" line and a pointer to where the full notice is found.
633
633
 
634
- <one line to give the program's name and a brief idea of what it does.>
635
- Copyright (C) <year> <name of author>
634
+ term_utils
635
+ Copyright (C) 2019 Thomas Baron
636
636
 
637
637
  This program is free software: you can redistribute it and/or modify
638
638
  it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652
652
  If the program does terminal interaction, make it output a short
653
653
  notice like this when it starts in an interactive mode:
654
654
 
655
- <program> Copyright (C) <year> <name of author>
655
+ term_utils Copyright (C) 2019 Thomas Baron
656
656
  This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
657
  This is free software, and you are welcome to redistribute it
658
658
  under certain conditions; type `show c' for details.
data/README.md CHANGED
@@ -20,7 +20,7 @@ Take the following table:
20
20
  ---- -------- ----------------
21
21
  id string8 string16
22
22
 
23
- You can produice it with the following code:
23
+ You can produce it with the following code:
24
24
 
25
25
  require 'term_utils/tab'
26
26
 
@@ -47,6 +47,12 @@ You can produice it with the following code:
47
47
  tpr.line
48
48
  end
49
49
 
50
+ ### Argument Parsing
51
+
52
+ The Argument Parsing module provides a way to parse command line arguments.
53
+
54
+ See Samples.
55
+
50
56
  ### File Finder
51
57
 
52
58
  The File Finder module provides a way to query the filesystem.