Skip to content

Commit 223a4c6

Browse files
camertronjonrohan
andauthored
Publish routes in packaged gem (#3522)
Co-authored-by: Jon Rohan <[email protected]>
1 parent 85d272c commit 223a4c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/shiny-experts-accept.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/view-components": patch
3+
---
4+
5+
Publish config folder in packaged gem

primer_view_components.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717

1818
spec.metadata["allowed_push_host"] = "https://rubygems.org"
1919

20-
spec.files = Dir["CHANGELOG.md", "LICENSE.txt", "README.md", "lib/**/*", "app/**/*", "static/**/*", "previews/**/*"] - Dir["lib/**/*.rake"]
20+
spec.files = Dir["CHANGELOG.md", "LICENSE.txt", "README.md", "lib/**/*", "app/**/*", "static/**/*", "previews/**/*", "config/**/*"] - Dir["lib/**/*.rake"]
2121
spec.require_paths = ["lib"]
2222

2323
spec.add_runtime_dependency "actionview", ">= 7.1.0"

0 commit comments

Comments
 (0)