Cleanup bess.gemspec
This commit is contained in:
parent
2fdae6339d
commit
338193f712
2 changed files with 12 additions and 10 deletions
|
@ -8,6 +8,12 @@ GIT
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
stripe (>= 1.31.0, <= 1.58.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
|
PATH
|
||||||
remote: gems/ruby-param-validation
|
remote: gems/ruby-param-validation
|
||||||
specs:
|
specs:
|
||||||
|
@ -429,6 +435,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
action_mailer_matchers (~> 1.2)
|
action_mailer_matchers (~> 1.2)
|
||||||
|
bess!
|
||||||
bootsnap (~> 1.4)
|
bootsnap (~> 1.4)
|
||||||
bunny (~> 2.14, >= 2.14.2)
|
bunny (~> 2.14, >= 2.14.2)
|
||||||
byebug (~> 11.0, >= 11.0.1)
|
byebug (~> 11.0, >= 11.0.1)
|
||||||
|
|
|
@ -5,18 +5,13 @@ Gem::Specification.new do |spec|
|
||||||
spec.version = Bess::VERSION
|
spec.version = Bess::VERSION
|
||||||
spec.authors = [""]
|
spec.authors = [""]
|
||||||
spec.email = ["eric@commitchange.com"]
|
spec.email = ["eric@commitchange.com"]
|
||||||
spec.homepage = "TODO"
|
spec.homepage = "https://houdiniproject.org"
|
||||||
spec.summary = "TODO: Summary of Bess."
|
spec.summary = "Support library for Houdini"
|
||||||
spec.description = "TODO: Description of Bess."
|
spec.description = "Support library for Houdini"
|
||||||
spec.license = "AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later"
|
spec.license = "AGPL-3.0-or-later WITH WTO-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.metadata["homepage_uri"] = spec.homepage
|
spec.metadata["homepage_uri"] = spec.homepage
|
||||||
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
|
spec.metadata["source_code_uri"] = "https://github.com/houdiniproject/houdini"
|
||||||
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
|
||||||
|
|
||||||
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "AGPL-3.0.txt", "GPL-3.0.txt", "LGPL-3.0.txt", "Rakefile", "README.md"]
|
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "AGPL-3.0.txt", "GPL-3.0.txt", "LGPL-3.0.txt", "Rakefile", "README.md"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue