Skip to content

Commit 00a698d

Browse files
authored
Update code style
Signed-off-by: stephann <3025661+stephannv@users.noreply.github.com>
1 parent 51f9c46 commit 00a698d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ruby_ui.gemspec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ 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[
11-
"README.md",
12-
"LICENSE.txt",
13-
"lib/**/*"
14-
]
10+
s.files = Dir["README.md", "LICENSE.txt", "lib/**/*"]
1511
s.require_path = "lib"
1612
s.homepage =
1713
"https://rubygems.org/gems/ruby_ui"

0 commit comments

Comments
 (0)