Skip to content

Commit

Permalink
Rename the ruby executable to rbprettier for easier autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Mar 4, 2019
1 parent 00b98b1 commit 00a65a3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ script:
- yarn build
- gem build prettier.gemspec
- bundle exec rake test
- bundle exec ruby-prettier --check 'src/ripper.rb' 'lib/**/*.rb' 'test/*_test.rb' 'prettier.gemspec'
- bundle exec rbprettier --check 'src/ripper.rb' 'lib/**/*.rb' 'test/*_test.rb' 'prettier.gemspec'
cache:
- bundler
- yarn
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
- Handle longer command nodes. (Thanks to @AlanFoster.)
- [INTERNAL] Add `eslint` and fix up existing violations.
- Add the infra for the `prettier` ruby gem. (Thanks to @AlanFoster.)
- Changed the ruby executable within the `prettier` gem to `rbprettier` for easier autocomplete.

## [0.7.0] - 2019-02-24
### Changed
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion prettier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
end

spec.bindir = 'exe'
spec.executables = 'ruby-prettier'
spec.executables = 'rbprettier'
spec.require_paths = %w[lib]

spec.add_development_dependency 'bundler', '~> 2.0'
Expand Down

0 comments on commit 00a65a3

Please sign in to comment.