Skip to content

Commit 5691a19

Browse files
committed
remove byebug
1 parent 6f445ee commit 5691a19

File tree

5 files changed

+59
-41
lines changed

5 files changed

+59
-41
lines changed

.envrc.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# for git-changelog (https://github.com/dannyben/git-changelog)
2+
export CHANGELOG_COMMIT_URL=https://github.com/DannyBen/completely/commit/%h
3+
export CHANGELOG_COMPARE_URL=https://github.com/dannyben/completely/compare/%s

CHANGELOG.md

Lines changed: 54 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,131 +1,151 @@
11
Change Log
22
========================================
33

4-
v0.6.2 - 2023-12-29
4+
v0.6.2 - 2024-02-08
55
----------------------------------------
66

7-
- Update possible completions installation directories
7+
- Update possible completions installation directories [`2bc93a7`](https://github.com/DannyBen/completely/commit/2bc93a7)
8+
- Build docker images automatically [`4d20dfd`](https://github.com/DannyBen/completely/commit/4d20dfd)
9+
- Compare [`v0.6.1..v0.6.2`](https://github.com/dannyben/completely/compare/v0.6.1..v0.6.2)
810

911

1012
v0.6.1 - 2023-06-23
1113
----------------------------------------
1214

13-
- Add ability to uninstall a completion script
15+
- Add ability to uninstall a completion script [`67b6715`](https://github.com/DannyBen/completely/commit/67b6715)
16+
- Compare [`v0.6.0..v0.6.1`](https://github.com/dannyben/completely/compare/v0.6.0..v0.6.1)
1417

1518

1619
v0.6.0 - 2023-06-23
1720
----------------------------------------
1821

19-
- Refactor install command and add an Installer model
20-
- Drop support for Ruby 2.7
21-
- Change exception classes
22+
- Refactor install command and add an Installer model [`b1341fa`](https://github.com/DannyBen/completely/commit/b1341fa)
23+
- Drop support for Ruby 2.7 [`151eff1`](https://github.com/DannyBen/completely/commit/151eff1)
24+
- Change exception classes [`3ce16ac`](https://github.com/DannyBen/completely/commit/3ce16ac)
25+
- Compare [`v0.5.4..v0.6.0`](https://github.com/dannyben/completely/compare/v0.5.4..v0.6.0)
2226

2327

2428
v0.5.4 - 2023-04-21
2529
----------------------------------------
2630

27-
- Add `completely install` command
31+
- Add `completely install` command [`2fbd879`](https://github.com/DannyBen/completely/commit/2fbd879)
32+
- Compare [`v0.5.3..v0.5.4`](https://github.com/dannyben/completely/compare/v0.5.3..v0.5.4)
2833

2934

3035
v0.5.3 - 2023-01-31
3136
----------------------------------------
3237

33-
- Upgrade dependencies
38+
- Upgrade dependencies [`211166a`](https://github.com/DannyBen/completely/commit/211166a)
39+
- Compare [`v0.5.2..v0.5.3`](https://github.com/dannyben/completely/compare/v0.5.2..v0.5.3)
3440

3541

3642
v0.5.2 - 2022-12-02
3743
----------------------------------------
3844

39-
- Improve test command output and allow multiple complines in one run
45+
- Improve test command output and allow multiple complines in one run [`e924571`](https://github.com/DannyBen/completely/commit/e924571)
46+
- Compare [`v0.5.1..v0.5.2`](https://github.com/dannyben/completely/compare/v0.5.1..v0.5.2)
4047

4148

4249
v0.5.1 - 2022-11-28
4350
----------------------------------------
4451

45-
- Refactor with rubocop
46-
- Fix broken script when wildcards follow the first word
47-
- Show warning when running the test command on an invalid file
52+
- Refactor with rubocop [`42b996d`](https://github.com/DannyBen/completely/commit/42b996d)
53+
- Fix broken script when wildcards follow the first word [`63b77d1`](https://github.com/DannyBen/completely/commit/63b77d1)
54+
- Show warning when running the test command on an invalid file [`de7ede0`](https://github.com/DannyBen/completely/commit/de7ede0)
55+
- Compare [`v0.5.0..v0.5.1`](https://github.com/dannyben/completely/compare/v0.5.0..v0.5.1)
4856

4957

5058
v0.5.0 - 2022-09-04
5159
----------------------------------------
5260

53-
- Add docker release
54-
- Fix shellcheck SC2162 in the generated script
55-
- Fix shellcheck SC2124 in the generated script
56-
- Hide flag completion unless input ends with a hyphen
61+
- Add docker release [`39acd6e`](https://github.com/DannyBen/completely/commit/39acd6e)
62+
- Fix shellcheck SC2162 in the generated script [`9e703ec`](https://github.com/DannyBen/completely/commit/9e703ec)
63+
- Fix shellcheck SC2124 in the generated script [`2d23c51`](https://github.com/DannyBen/completely/commit/2d23c51)
64+
- Hide flag completion unless input ends with a hyphen [`c15d705`](https://github.com/DannyBen/completely/commit/c15d705)
65+
- Compare [`v0.4.3..v0.5.0`](https://github.com/dannyben/completely/compare/v0.4.3..v0.5.0)
5766

5867

5968
v0.4.3 - 2022-07-14
6069
----------------------------------------
6170

62-
- Fix file/folder completion when they contain spaces
71+
- Fix file/folder completion when they contain spaces [`9dea691`](https://github.com/DannyBen/completely/commit/9dea691)
72+
- Compare [`v0.4.2..v0.4.3`](https://github.com/dannyben/completely/compare/v0.4.2..v0.4.3)
6373

6474

6575
v0.4.2 - 2022-05-27
6676
----------------------------------------
6777

68-
- Allow keeping the test script with --keep
78+
- Allow keeping the test script with --keep [`20d9b15`](https://github.com/DannyBen/completely/commit/20d9b15)
79+
- Compare [`v0.4.1..v0.4.2`](https://github.com/dannyben/completely/compare/v0.4.1..v0.4.2)
6980

7081

7182
v0.4.1 - 2022-05-21
7283
----------------------------------------
7384

74-
- Remove support for arbitrary script test to fix zsh incompatibilities
85+
- Remove support for arbitrary script test to fix zsh incompatibilities [`9e3e6d9`](https://github.com/DannyBen/completely/commit/9e3e6d9)
86+
- Compare [`v0.4.0..v0.4.1`](https://github.com/dannyben/completely/compare/v0.4.0..v0.4.1)
7587

7688

7789
v0.4.0 - 2022-05-21
7890
----------------------------------------
7991

80-
- Improve template
81-
- Refactor CLI commands
82-
- Add Tester class for testing any completions script
83-
- Add tester CLI command
84-
- Add support for middle wildcard for --flag args completions
85-
- Add COMPLETELY_DEBUG environment setting
86-
- Allow setting the CONFIG_PATH argument via the COMPLETELY_CONFIG_PATH environment variable
87-
- Allow setting the SCRIPT_PATH argument via the COMPLETELY_SCRIPT_PATH environment variable
92+
- Improve template [`8172be2`](https://github.com/DannyBen/completely/commit/8172be2)
93+
- Refactor CLI commands [`1fced36`](https://github.com/DannyBen/completely/commit/1fced36)
94+
- Add Tester class for testing any completions script [`986f4d1`](https://github.com/DannyBen/completely/commit/986f4d1)
95+
- Add tester CLI command [`09e91ee`](https://github.com/DannyBen/completely/commit/09e91ee)
96+
- Add support for middle wildcard for --flag args completions [`8d25207`](https://github.com/DannyBen/completely/commit/8d25207)
97+
- Add COMPLETELY_DEBUG environment setting [`44c00a1`](https://github.com/DannyBen/completely/commit/44c00a1)
98+
- Allow setting the CONFIG_PATH argument via the COMPLETELY_CONFIG_PATH environment variable [`8ef65e1`](https://github.com/DannyBen/completely/commit/8ef65e1)
99+
- Allow setting the SCRIPT_PATH argument via the COMPLETELY_SCRIPT_PATH environment variable [`a484ff4`](https://github.com/DannyBen/completely/commit/a484ff4)
100+
- Compare [`v0.3.1..v0.4.0`](https://github.com/dannyben/completely/compare/v0.3.1..v0.4.0)
88101

89102

90103
v0.3.1 - 2022-02-20
91104
----------------------------------------
92105

93-
- Fix Psych 4 errors for Ruby 3.1
106+
- Fix Psych 4 errors for Ruby 3.1 [`2fb9a73`](https://github.com/DannyBen/completely/commit/2fb9a73)
107+
- Compare [`v0.3.0..v0.3.1`](https://github.com/dannyben/completely/compare/v0.3.0..v0.3.1)
94108

95109

96110
v0.3.0 - 2022-01-28
97111
----------------------------------------
98112

99-
- Fix generated script for zsh compatibility
113+
- Fix generated script for zsh compatibility [`d19369b`](https://github.com/DannyBen/completely/commit/d19369b)
114+
- Compare [`v0.2.0..v0.3.0`](https://github.com/dannyben/completely/compare/v0.2.0..v0.3.0)
100115

101116

102117
v0.2.0 - 2021-09-03
103118
----------------------------------------
104119

105-
- Improve generated code to support local completions
120+
- Improve generated code to support local completions [`3518434`](https://github.com/DannyBen/completely/commit/3518434)
121+
- Compare [`v0.1.3..v0.2.0`](https://github.com/dannyben/completely/compare/v0.1.3..v0.2.0)
106122

107123

108124
v0.1.3 - 2021-07-21
109125
----------------------------------------
110126

111-
- Fix function name when only spaced patterns are configured
127+
- Fix function name when only spaced patterns are configured [`2e14ec2`](https://github.com/DannyBen/completely/commit/2e14ec2)
128+
- Compare [`v0.1.2..v0.1.3`](https://github.com/dannyben/completely/compare/v0.1.2..v0.1.3)
112129

113130

114131
v0.1.2 - 2021-07-20
115132
----------------------------------------
116133

117-
- Add ability to generate a function that prints the script
134+
- Add ability to generate a function that prints the script [`22de124`](https://github.com/DannyBen/completely/commit/22de124)
135+
- Compare [`v0.1.1..v0.1.2`](https://github.com/dannyben/completely/compare/v0.1.1..v0.1.2)
118136

119137

120138
v0.1.1 - 2021-07-20
121139
----------------------------------------
122140

123-
- Fix missing VERSION error
141+
- Fix missing VERSION error [`e6f0ac1`](https://github.com/DannyBen/completely/commit/e6f0ac1)
142+
- Compare [`v0.1.0..v0.1.1`](https://github.com/dannyben/completely/compare/v0.1.0..v0.1.1)
124143

125144

126145
v0.1.0 - 2021-07-20
127146
----------------------------------------
128147

129-
- Initial version
148+
- Initial version [`bcd598c`](https://github.com/DannyBen/completely/commit/bcd598c)
149+
- Compare [`v0.1.0`](https://github.com/dannyben/completely/compare/v0.1.0)
130150

131151

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'byebug'
3+
gem 'debug'
44
gem 'lp'
55
gem 'rspec'
66
gem 'rspec_approvals'

Runfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require "byebug"
1+
require 'debug'
22
require 'completely/version'
33

44
title "Completely Developer Toolbelt"

lib/completely.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
if ENV['BYEBUG']
2-
require 'byebug'
3-
require 'lp'
4-
end
5-
61
require 'completely/exceptions'
72
require 'completely/pattern'
83
require 'completely/completions'

0 commit comments

Comments
 (0)