Skip to content

Commit

Permalink
Merge pull request #120 from olleolleolle/patch-2
Browse files Browse the repository at this point in the history
Drop "executables" directive from gemspec
  • Loading branch information
jkowens committed Jul 17, 2022
2 parents 4530a5e + 4fa40dc commit 82e05bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mustermann-contrib/mustermann-contrib.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_dependency 'mustermann', Mustermann::VERSION
s.add_dependency 'hansi', '~> 0.2.0'
end

0 comments on commit 82e05bf

Please sign in to comment.