fluid_cli 0.1.3 → 0.1.4

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 (45) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +0 -1
  3. data/exe/fluid +0 -3
  4. data/lib/fluid_cli/version.rb +1 -1
  5. data/lib/fluid_cli.rb +0 -1
  6. data/packaging/homebrew/fluid_cli.base.rb +0 -2
  7. metadata +1 -39
  8. data/vendor/deps/debug/CONTRIBUTING.md +0 -573
  9. data/vendor/deps/debug/Gemfile +0 -10
  10. data/vendor/deps/debug/LICENSE.txt +0 -22
  11. data/vendor/deps/debug/README.md +0 -996
  12. data/vendor/deps/debug/Rakefile +0 -57
  13. data/vendor/deps/debug/TODO.md +0 -23
  14. data/vendor/deps/debug/debug.gemspec +0 -33
  15. data/vendor/deps/debug/exe/rdbg +0 -53
  16. data/vendor/deps/debug/ext/debug/Makefile +0 -273
  17. data/vendor/deps/debug/ext/debug/debug.c +0 -228
  18. data/vendor/deps/debug/ext/debug/debug_version.h +0 -1
  19. data/vendor/deps/debug/ext/debug/extconf.rb +0 -27
  20. data/vendor/deps/debug/ext/debug/iseq_collector.c +0 -93
  21. data/vendor/deps/debug/lib/debug/abbrev_command.rb +0 -77
  22. data/vendor/deps/debug/lib/debug/breakpoint.rb +0 -556
  23. data/vendor/deps/debug/lib/debug/client.rb +0 -263
  24. data/vendor/deps/debug/lib/debug/color.rb +0 -123
  25. data/vendor/deps/debug/lib/debug/config.rb +0 -592
  26. data/vendor/deps/debug/lib/debug/console.rb +0 -224
  27. data/vendor/deps/debug/lib/debug/dap_custom/traceInspector.rb +0 -336
  28. data/vendor/deps/debug/lib/debug/debug.bundle +0 -0
  29. data/vendor/deps/debug/lib/debug/frame_info.rb +0 -190
  30. data/vendor/deps/debug/lib/debug/irb_integration.rb +0 -37
  31. data/vendor/deps/debug/lib/debug/local.rb +0 -115
  32. data/vendor/deps/debug/lib/debug/open.rb +0 -13
  33. data/vendor/deps/debug/lib/debug/open_nonstop.rb +0 -15
  34. data/vendor/deps/debug/lib/debug/prelude.rb +0 -50
  35. data/vendor/deps/debug/lib/debug/server.rb +0 -534
  36. data/vendor/deps/debug/lib/debug/server_cdp.rb +0 -1348
  37. data/vendor/deps/debug/lib/debug/server_dap.rb +0 -1108
  38. data/vendor/deps/debug/lib/debug/session.rb +0 -2667
  39. data/vendor/deps/debug/lib/debug/source_repository.rb +0 -150
  40. data/vendor/deps/debug/lib/debug/start.rb +0 -5
  41. data/vendor/deps/debug/lib/debug/thread_client.rb +0 -1457
  42. data/vendor/deps/debug/lib/debug/tracer.rb +0 -241
  43. data/vendor/deps/debug/lib/debug/version.rb +0 -5
  44. data/vendor/deps/debug/lib/debug.rb +0 -9
  45. data/vendor/deps/debug/misc/README.md.erb +0 -660
@@ -1,22 +0,0 @@
1
- Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
2
-
3
- Redistribution and use in source and binary forms, with or without
4
- modification, are permitted provided that the following conditions
5
- are met:
6
- 1. Redistributions of source code must retain the above copyright
7
- notice, this list of conditions and the following disclaimer.
8
- 2. Redistributions in binary form must reproduce the above copyright
9
- notice, this list of conditions and the following disclaimer in the
10
- documentation and/or other materials provided with the distribution.
11
-
12
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
13
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
16
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22
- SUCH DAMAGE.