Skip to content

Commit

Permalink
Fixes #26385 - Expand the gemspec
Browse files Browse the repository at this point in the history
This removes two warnings on gem build. It applies a similar fix to
package.json.
  • Loading branch information
ekohl authored and jlsherrill committed Mar 18, 2019
1 parent b92de0e commit bb6a59c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ require "katello/version"
Gem::Specification.new do |gem|
gem.name = "katello"
gem.version = Katello::VERSION
gem.license = 'GPL-2.0'
gem.authors = ["N/A"]
gem.email = ["katello-devel@redhat.com"]
gem.homepage = "http://www.katello.org"
gem.summary = ""
gem.description = "Content and Subscription Management plugin for Foreman"
gem.summary = "Content and Subscription Management plugin for Foreman"
gem.description = "Katello adds Content and Subscription Management to Foreman. For this it relies on Candlepin and Pulp."

gem.files = Dir["{app,webpack,vendor,lib,db,ca,config,locale}/**/*"] +
['LICENSE.txt', 'README.md', 'package.json']
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "katello",
"version": "1.0.0",
"license": "GPL-2.0",
"scripts": {
"storybook": "start-storybook -p 6007",
"storybook:deploy": "storybook-to-ghpages",
Expand All @@ -19,7 +20,7 @@
"url": "git+https://github.com/katello/katello.git"
},
"bugs": {
"url": "http://projects.theforeman.org/projects/katello/issues"
"url": "https://projects.theforeman.org/projects/katello/issues"
},
"devDependencies": {
"@storybook/react": "^3.2.17",
Expand Down

0 comments on commit bb6a59c

Please sign in to comment.