We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f9c46 commit 00a698dCopy full SHA for 00a698d
ruby_ui.gemspec
@@ -7,11 +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 = "george.kettle@icloud.com"
10
- s.files = Dir[
11
- "README.md",
12
- "LICENSE.txt",
13
- "lib/**/*"
14
- ]
+ s.files = Dir["README.md", "LICENSE.txt", "lib/**/*"]
15
s.require_path = "lib"
16
s.homepage =
17
"https://rubygems.org/gems/ruby_ui"
0 commit comments