Skip to content

Commit

Permalink
Merge pull request #121 from olleolleolle/patch-3
Browse files Browse the repository at this point in the history
Drop "executables" directive from mustermann
  • Loading branch information
jkowens committed Jul 17, 2022
2 parents 62fc231 + 314d9c8 commit 4530a5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mustermann/mustermann.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.2.0'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

s.add_runtime_dependency('ruby2_keywords', '~> 0.0.1')
end

0 comments on commit 4530a5e

Please sign in to comment.