Skip to content

Commit

Permalink
Exclude spec files from gem package (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda authored Aug 2, 2024
1 parent f6a925b commit 9038f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion letter_opener.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.description = "When mail is sent from your application, Letter Opener will open a preview in the browser instead of sending."
s.license = "MIT"

s.files = Dir["{lib,spec}/**/*", "[A-Z]*"] - ["Gemfile.lock"]
s.files = Dir["{lib}/**/*", "[A-Z]*"] - ["Gemfile.lock"]
s.require_path = "lib"

s.add_dependency 'launchy', '>= 2.2', '< 4'
Expand Down

0 comments on commit 9038f25

Please sign in to comment.