Skip to content

Commit

Permalink
Fix metadata gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoLegrand committed Oct 21, 2024
1 parent fddcb47 commit a5d7d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oodle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
spec.version = Oodle::VERSION
spec.authors = [ "cisco gonzalez" ]
spec.email = [ "[email protected]", "[email protected]" ]
spec.homepage = "railsnew.es"
spec.homepage = "https://boodle.railsnew.es"
spec.summary = "Questionnaire system"
spec.description = "Questionnaire system"
spec.license = "MIT"
Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.metadata["allowed_push_host"] = "https://github.com/ciscoLegrand/oodle.git"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.metadata["allowed_push_host"]
spec.metadata["source_code_uri"] = "https://github.com/ciscoLegrand/oodle.git"

spec.files = Dir.chdir(File.expand_path(__dir__)) do
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
Expand Down

0 comments on commit a5d7d2e

Please sign in to comment.