Browse Source

Filled in blanks in gemspec

Lukasz Badura 5 months ago
parent
commit
f84fccf9f8
1 changed files with 6 additions and 6 deletions
  1. 6 6
      fotos.gemspec

+ 6 - 6
fotos.gemspec

@@ -6,19 +6,19 @@ Gem::Specification.new do |spec|
   spec.name = "fotos"
   spec.version = Fotos::VERSION
   spec.authors = ["Lukasz Badura"]
-  spec.email = ["lbadura@zendesk.com"]
+  spec.email = ["lb@badura.me"]
 
-  spec.summary = "TODO: Write a short summary, because RubyGems requires one."
-  spec.description = "TODO: Write a longer description or delete this line."
-  spec.homepage = "TODO: Put your gem's website or public repo URL here."
+  spec.summary = "Static HTML gallery generator"
+  spec.description = "Quickly create and deploy HTML gallery pages out of photo directories"
+  spec.homepage = "https://src.niebo.net/lukasz/fotos"
   spec.license = "MIT"
   spec.required_ruby_version = ">= 2.6.0"
 
   spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
 
   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"] = spec.homepage
+  spec.metadata["changelog_uri"] = spec.homepage
 
   # Specify which files should be added to the gem when it is released.
   # The `git ls-files -z` loads the files in the RubyGem that have been added into git.