From 338193f71287d0bb849765b8ba8bd4514f39b552 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 8 Jun 2020 16:35:42 -0500 Subject: [PATCH] Cleanup bess.gemspec --- Gemfile.lock | 7 +++++++ gems/bess/bess.gemspec | 15 +++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e54bb6e..fa8f6fc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,6 +8,12 @@ GIT multi_json (~> 1.0) stripe (>= 1.31.0, <= 1.58.0) +PATH + remote: gems/bess + specs: + bess (0.1.0) + rails (~> 6.0.3, >= 6.0.3.1) + PATH remote: gems/ruby-param-validation specs: @@ -429,6 +435,7 @@ PLATFORMS DEPENDENCIES action_mailer_matchers (~> 1.2) + bess! bootsnap (~> 1.4) bunny (~> 2.14, >= 2.14.2) byebug (~> 11.0, >= 11.0.1) diff --git a/gems/bess/bess.gemspec b/gems/bess/bess.gemspec index 6a2a83aa..43e4b544 100644 --- a/gems/bess/bess.gemspec +++ b/gems/bess/bess.gemspec @@ -5,18 +5,13 @@ Gem::Specification.new do |spec| spec.version = Bess::VERSION spec.authors = [""] spec.email = ["eric@commitchange.com"] - spec.homepage = "TODO" - spec.summary = "TODO: Summary of Bess." - spec.description = "TODO: Description of Bess." - spec.license = "AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later" - - # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' - # to allow pushing to a single host or delete this section to allow pushing to any host. - spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'" + spec.homepage = "https://houdiniproject.org" + spec.summary = "Support library for Houdini" + spec.description = "Support library for Houdini" + spec.license = "AGPL-3.0-or-later WITH WTO-Additional-Permission-3.0-or-later" spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here." - spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here." + spec.metadata["source_code_uri"] = "https://github.com/houdiniproject/houdini" spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "AGPL-3.0.txt", "GPL-3.0.txt", "LGPL-3.0.txt", "Rakefile", "README.md"]