Skip to content

Commit 3093b91

Browse files
committed
basic gemspec info
1 parent a743345 commit 3093b91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

email_error_reporter.gemspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ Gem::Specification.new do |spec|
55
spec.version = EmailErrorReporter::VERSION
66
spec.authors = ["Niklas Haeusele"]
77
spec.email = ["[email protected]"]
8-
spec.homepage = "TODO"
9-
spec.summary = "TODO: Summary of EmailErrorReporter."
10-
spec.description = "TODO: Description of EmailErrorReporter."
8+
spec.homepage = "https://github.com/codergeek121/email_error_reporter"
9+
spec.summary = "Report your Rails errors via email."
10+
spec.description = "Report your Rails errors via email."
1111
spec.license = "MIT"
1212

1313
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host"
1414
# to allow pushing to a single host or delete this section to allow pushing to any host.
1515
spec.metadata["allowed_push_host"] = "rubygems.org"
1616

1717
spec.metadata["homepage_uri"] = spec.homepage
18-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
19-
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
18+
spec.metadata["source_code_uri"] = spec.homepage
19+
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
2020

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

0 commit comments

Comments
 (0)