File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ Gem::Specification.new do |spec|
8
8
spec . authors = [ "Nuzair46" ]
9
9
spec . email = [ "nuzer501@gmail.com" ]
10
10
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 "
14
14
spec . license = "MIT"
15
15
spec . required_ruby_version = ">= 3.0.0"
16
16
17
17
spec . metadata [ "allowed_push_host" ] = "TODO: Set to your gem server 'https://example.com'"
18
18
19
19
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"
22
22
23
23
# Specify which files should be added to the gem when it is released.
24
24
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
You can’t perform that action at this time.
0 commit comments