Skip to content

Commit

Permalink
Remove executables from published gem
Browse files Browse the repository at this point in the history
The gem should not provide a rails executable
  • Loading branch information
seifertd authored Jan 29, 2020
1 parent 5d734f6 commit e63bb36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ begin
gem.authors = ["Potapov Sergey", "Arthur Shagall", "Artem Ignatyev",
"Matt Dressel", "Bruce Burdick", "HornsAndHooves"]
gem.files = Dir["{app,config,db,lib}/**/*"] + Dir['Rakefie', 'README.markdown']
gem.executables = []
# Need to explicitly specify version here so gemspec:validate task doesn't whine.
gem.version = PgSaurus::VERSION
gem.homepage = "https://github.com/HornsAndHooves/pg_saurus"
Expand Down

0 comments on commit e63bb36

Please sign in to comment.