Mike McQuaid
|
94416e82f0
|
Add new odeprecated, odisabled, remove disabled code.
Prepare the usual deprecation cycle for Homebrew 4.4.0.
|
2024-09-24 10:15:34 +01:00 |
|
Douglas Eichelberger
|
c4db19232d
|
git grep -lE '\(\&[A-Za-z._]+method\(:' | xargs gsed -i -E 's|\(\&([A-Za-z._]+)method\(:([a-z?_]+)\)\)| { \1\2(_1) }|g'
|
2024-03-03 18:55:56 -08:00 |
|
Douglas Eichelberger
|
26eda5a303
|
git grep -l '^describe' | xargs gsed -i 's|^describe|RSpec.describe|g'
|
2024-02-19 13:57:27 +00:00 |
|
Markus Reiter
|
a3231a03fa
|
Implement cask renames.
|
2023-05-12 21:17:30 +02:00 |
|
Douglas Eichelberger
|
9075cbae62
|
brew style --fix
|
2023-04-21 09:58:50 -07:00 |
|
Douglas Eichelberger
|
ac1e6ded9a
|
git grep -l '# typed: false' | xargs gsed -i 's|# typed: false||g'
|
2023-04-21 09:57:47 -07:00 |
|
hyuraku
|
e321edabbc
|
remove options and comments
|
2023-03-11 21:15:24 +09:00 |
|
hyuraku
|
cd0686d75b
|
move cask/cmd/uninstall_spec to cask/uninstall_spec
|
2023-03-09 22:33:45 +09:00 |
|