Skip to content

Commit 51f9c46

Browse files
authored
Fix included files on bundled gem
Signed-off-by: stephann <3025661+stephannv@users.noreply.github.com>
1 parent 957bcff commit 51f9c46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ruby_ui.gemspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Gem::Specification.new do |s|
77
s.description = "Ruby UI is a UI Component Library for Ruby developers. Built on top of the Phlex Framework."
88
s.authors = ["George Kettle"]
99
s.email = "george.kettle@icloud.com"
10-
s.files = Dir["lib/**/*.{rb,yml,erb}", "tasks/**/*.rake"]
10+
s.files = Dir[
11+
"README.md",
12+
"LICENSE.txt",
13+
"lib/**/*"
14+
]
1115
s.require_path = "lib"
1216
s.homepage =
1317
"https://rubygems.org/gems/ruby_ui"

0 commit comments

Comments
 (0)