Skip to content

Commit

Permalink
Exclude example from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite authored Jun 28, 2020
1 parent 9aec3a1 commit ab9dc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulmatown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/whitefusionhq/bulmatown"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|script|spec|features|frontend)/!) }
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|script|spec|features|frontend|example)/!) }
spec.test_files = spec.files.grep(%r!^spec/!)
spec.require_paths = ["lib"]
spec.metadata = { "yarn-add" => "bulmatown@#{Bulmatown::VERSION}" }
Expand Down

0 comments on commit ab9dc14

Please sign in to comment.