Skip to content

Commit e18032f

Browse files
committed
basic
1 parent cb789f7 commit e18032f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE.txt renamed to LICENSE

File renamed without changes.

rails_erb_credentials.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Gem::Specification.new do |spec|
88
spec.authors = ["Nuzair46"]
99
spec.email = ["nuzer501@gmail.com"]
1010

11-
spec.summary = "TODO: Write a short summary, because RubyGems requires one."
12-
spec.description = "TODO: Write a longer description or delete this line."
13-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
11+
spec.summary = "A drop in replacements for Rails credentials to support good old ERB."
12+
spec.description = "Adds support for ERB in Rails credentials. Now you have best of both worlds!"
13+
spec.homepage = "https://github.com/Nuzair46/rails_erb_credentials"
1414
spec.license = "MIT"
1515
spec.required_ruby_version = ">= 3.0.0"
1616

1717
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
1818

1919
spec.metadata["homepage_uri"] = spec.homepage
20-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
21-
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
20+
spec.metadata["source_code_uri"] = "https://github.com/Nuzair46/rails_erb_credentials"
21+
spec.metadata["changelog_uri"] = "https://github.com/Nuzair46/rails_erb_credentials/blob/main/CHANGELOG.md"
2222

2323
# Specify which files should be added to the gem when it is released.
2424
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)