Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Nov 19, 2024
1 parent d367925 commit 781f15b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions decidim-superspace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,16 @@ Gem::Specification.new do |s|
s.authors = ["Francisco Bolívar"]
s.email = ["[email protected]"]
s.license = "AGPL-3.0"
s.homepage = "https://decidim.org"
s.homepage = "https://platoniq.net"
s.metadata = {
"bug_tracker_uri" => "https://github.com/decidim/decidim/issues",
"documentation_uri" => "https://docs.decidim.org/",
"funding_uri" => "https://opencollective.com/decidim",
"homepage_uri" => "https://decidim.org",
"source_code_uri" => "https://github.com/decidim/decidim"
"bug_tracker_uri" => "https://github.com/platoniq/decidim-superspace/issues",
"source_code_uri" => "https://github.com/platoniq/decidim-superspace"
}
s.required_ruby_version = "~> 3.1"

s.name = "decidim-superspace"
s.summary = "A decidim superspace module"
s.description = "A participatory space to jointly manage assemblies and processes.."
s.description = "A participatory space to jointly manage assemblies and processes."

s.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").select do |f|
Expand Down

0 comments on commit 781f15b

Please sign in to comment.