Skip to content

Commit

Permalink
update to remove vendored files
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj committed Jun 14, 2024
1 parent a5a3aaf commit 66965fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Gemfile.lock
.project
.buildpath
*~
vendor/
1 change: 0 additions & 1 deletion github-markup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 3.0.0'

s.files = `git ls-files`.split($\)
s.files += Dir['vendor/**/*']
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = %w[lib]
Expand Down

0 comments on commit 66965fa

Please sign in to comment.