Skip to content

Commit

Permalink
Merge pull request #1024 from eriknelson/fusor_ui_gemspec_update
Browse files Browse the repository at this point in the history
Add public to gemspec
  • Loading branch information
jmontleon committed Jul 11, 2016
2 parents 0ec6838 + ec2248f commit 74c2b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/fusor_ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.summary = "Plugin engine to enable the User Interface (UI) for RHCI"
s.description = "Plugin engine to enable the User Interface (UI) for RHCI"

s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE", "Rakefile", "README.md"]
s.files = Dir["{app,config,db,lib,public}/**/*"] + ["LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

end

0 comments on commit 74c2b34

Please sign in to comment.