diff --git a/letter_opener.gemspec b/letter_opener.gemspec index b197c6f..86d9fb1 100644 --- a/letter_opener.gemspec +++ b/letter_opener.gemspec @@ -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'