nendo 0.6.2 → 0.6.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.
Files changed (38) hide show
  1. data/History.txt +13 -0
  2. data/Rakefile +18 -19
  3. data/VERSION.yml +1 -1
  4. data/lib/{debug → nendo/debug}/syslog.nnd +0 -0
  5. data/lib/{debug → nendo/debug}/syslog.nndc +8 -8
  6. data/lib/{init.nnd → nendo/init.nnd} +18 -16
  7. data/lib/{init.nndc → nendo/init.nndc} +4167 -4114
  8. data/lib/nendo/{experimental.nnd → nendo/experimental.nnd} +0 -0
  9. data/lib/nendo/{experimental.nndc → nendo/experimental.nndc} +805 -805
  10. data/lib/nendo/{test.nnd → nendo/test.nnd} +0 -0
  11. data/lib/nendo/{test.nndc → nendo/test.nndc} +285 -285
  12. data/lib/{rfc → nendo/rfc}/json.nnd +0 -0
  13. data/lib/{rfc → nendo/rfc}/json.nndc +98 -98
  14. data/lib/{ruby → nendo/ruby}/builtin_functions.rb +0 -0
  15. data/lib/{ruby → nendo/ruby}/core.rb +1 -1
  16. data/lib/{ruby → nendo/ruby}/evaluator.rb +0 -0
  17. data/lib/{ruby → nendo/ruby}/out_of_module.rb +0 -0
  18. data/lib/{ruby → nendo/ruby}/printer.rb +0 -0
  19. data/lib/{ruby → nendo/ruby}/reader.rb +0 -0
  20. data/lib/{ruby → nendo/ruby}/types.rb +0 -0
  21. data/lib/{srfi-1.nnd → nendo/srfi-1.nnd} +0 -0
  22. data/lib/{srfi-1.nndc → nendo/srfi-1.nndc} +2644 -2644
  23. data/lib/{srfi-2.nnd → nendo/srfi-2.nnd} +0 -0
  24. data/lib/{srfi-2.nndc → nendo/srfi-2.nndc} +141 -141
  25. data/lib/{srfi-26.nnd → nendo/srfi-26.nnd} +0 -0
  26. data/lib/{srfi-26.nndc → nendo/srfi-26.nndc} +409 -409
  27. data/lib/{text → nendo/text}/html-lite.nnd +0 -0
  28. data/lib/{text → nendo/text}/html-lite.nndc +393 -393
  29. data/lib/{text → nendo/text}/tree.nnd +0 -0
  30. data/lib/{text → nendo/text}/tree.nndc +32 -32
  31. data/lib/{util → nendo/util}/combinations.nnd +0 -0
  32. data/lib/{util → nendo/util}/combinations.nndc +942 -942
  33. data/lib/{util → nendo/util}/list.nnd +0 -0
  34. data/lib/{util → nendo/util}/list.nndc +735 -735
  35. data/lib/{util → nendo/util}/match.nnd +0 -0
  36. data/lib/{util → nendo/util}/match.nndc +10840 -10840
  37. data/lib/nendo.rb +7 -8
  38. metadata +42 -64

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.