ruff 1.3.0 → 2.1.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.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -1
  3. data/.rubocop.yml +1 -1
  4. data/Gemfile +3 -0
  5. data/README.md +35 -58
  6. data/Rakefile +2 -1
  7. data/docs/.nojekyll +0 -0
  8. data/docs/Ruff.html +7 -7
  9. data/docs/Ruff/Effect.html +165 -23
  10. data/docs/Ruff/Handler.html +46 -114
  11. data/docs/Ruff/Standard.html +7 -7
  12. data/docs/Ruff/Standard/Async.html +28 -27
  13. data/docs/Ruff/Standard/Async/Instance.html +63 -27
  14. data/docs/Ruff/Standard/Call1cc.html +297 -0
  15. data/docs/Ruff/Standard/CurrentTime.html +6 -6
  16. data/docs/Ruff/Standard/CurrentTime/Instance.html +7 -7
  17. data/docs/Ruff/Standard/Defer.html +6 -6
  18. data/docs/Ruff/Standard/Defer/Instance.html +6 -6
  19. data/docs/Ruff/Standard/DelimCtrl.html +340 -0
  20. data/docs/Ruff/Standard/MeasureTime.html +6 -6
  21. data/docs/Ruff/Standard/MeasureTime/Instance.html +8 -8
  22. data/docs/Ruff/Standard/State.html +6 -6
  23. data/docs/Ruff/Standard/State/Instance.html +6 -6
  24. data/docs/Ruff/Throws.html +6 -11
  25. data/docs/Ruff/Throws/Eff.html +6 -6
  26. data/docs/Ruff/Throws/Resend.html +6 -6
  27. data/docs/_index.html +14 -7
  28. data/docs/class_list.html +3 -3
  29. data/docs/css/style.css +2 -2
  30. data/docs/file.README.html +41 -58
  31. data/docs/file_list.html +2 -2
  32. data/docs/frames.html +2 -2
  33. data/docs/index.html +41 -58
  34. data/docs/js/app.js +14 -3
  35. data/docs/method_list.html +46 -30
  36. data/docs/top-level-namespace.html +6 -6
  37. data/lib/ruff/effect.rb +32 -3
  38. data/lib/ruff/handler.rb +43 -18
  39. data/lib/ruff/standard.rb +1 -0
  40. data/lib/ruff/standard/async.rb +27 -22
  41. data/lib/ruff/standard/current_time.rb +1 -1
  42. data/lib/ruff/standard/delim_ctrl.rb +49 -0
  43. data/lib/ruff/standard/measure_time.rb +2 -2
  44. data/lib/ruff/version.rb +1 -1
  45. data/ruff.gemspec +1 -1
  46. data/version +1 -1
  47. metadata +12 -9
  48. data/Gemfile.lock +0 -62
@@ -1,62 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- ruff (1.2.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- ast (2.4.0)
10
- backport (1.1.2)
11
- htmlentities (4.3.4)
12
- jaro_winkler (1.5.3)
13
- mini_portile2 (2.4.0)
14
- nokogiri (1.10.4)
15
- mini_portile2 (~> 2.4.0)
16
- parallel (1.17.0)
17
- parser (2.6.4.1)
18
- ast (~> 2.4.0)
19
- rainbow (3.0.0)
20
- rake (10.5.0)
21
- redcarpet (3.5.0)
22
- reverse_markdown (1.3.0)
23
- nokogiri
24
- rubocop (0.75.0)
25
- jaro_winkler (~> 1.5.1)
26
- parallel (~> 1.10)
27
- parser (>= 2.6)
28
- rainbow (>= 2.2.2, < 4.0)
29
- ruby-progressbar (~> 1.7)
30
- unicode-display_width (>= 1.4.0, < 1.7)
31
- ruby-progressbar (1.10.1)
32
- solargraph (0.37.2)
33
- backport (~> 1.1)
34
- bundler (>= 1.17.2)
35
- htmlentities (~> 4.3, >= 4.3.4)
36
- jaro_winkler (~> 1.5)
37
- nokogiri (~> 1.9, >= 1.9.1)
38
- parser (~> 2.3)
39
- reverse_markdown (~> 1.0, >= 1.0.5)
40
- rubocop (~> 0.52)
41
- thor (~> 0.19, >= 0.19.4)
42
- tilt (~> 2.0)
43
- yard (~> 0.9)
44
- thor (0.20.3)
45
- tilt (2.0.10)
46
- unicode-display_width (1.6.0)
47
- yard (0.9.20)
48
-
49
- PLATFORMS
50
- ruby
51
-
52
- DEPENDENCIES
53
- bundler (~> 2.0)
54
- rake (~> 10.0)
55
- redcarpet
56
- rubocop
57
- ruff!
58
- solargraph
59
- yard
60
-
61
- BUNDLED WITH
62
- 2.0.1