Remove --output option from the default value of rbs-inline-options
1.2.0
Add a new configuration: rbs-inline-exclude-paths to exclude paths for rbs-inline
Add a new configuration: rbs-inline-signature-directory to specify the signature directory for rbs-inline
--output option is no longer needed in rbs-inline-options
Delete RBS files correspond to the deleted files on Ruby files deleted
Rename RBS files correspond to the renamed files on Ruby files renamed
1.1.0
Set default setting --opt-out --output to rbs-helper.rbs-inline-options
1.0.0
Run rbs-inline command on a .rb file saved if enabled.
0.2.0
Add a new configuration: strip-lib-directory to support gem development.
It strips lib/ directory on searching the signature file.
(ex. lib/foo.rb -> sig/handwritten/foo.rbs)