We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957bcff commit 94556d1Copy full SHA for 94556d1
ruby_ui.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
s.description = "Ruby UI is a UI Component Library for Ruby developers. Built on top of the Phlex Framework."
8
s.authors = ["George Kettle"]
9
s.email = "[email protected]"
10
- s.files = Dir["lib/**/*.{rb,yml,erb}", "tasks/**/*.rake"]
+ s.files = Dir["README.md", "LICENSE.txt", "lib/**/*"]
11
s.require_path = "lib"
12
s.homepage =
13
"https://rubygems.org/gems/ruby_ui"
0 commit comments