Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-fazzi committed Aug 10, 2024
1 parent 697b483 commit 34ade6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions i_do_not_need_interactor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Gem::Specification.new do |spec|
spec.authors = ["'Alessandro Fazzi'"]
spec.email = ["alessandro.fazzi@welaika.com"]

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 = "A POC for really bare interactors w/o using Interactor"
spec.description = "I think interactor gem could be substituted with 50 lines of ruby and a moderate use of functional patterns."
spec.homepage = "https://github.com/alessandro-fazzi/i_do_not_need_interactor"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
# 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"] = "https://github.com/alessandro-fazzi/i_do_not_need_interactor"
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."

# 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.
Expand Down

0 comments on commit 34ade6c

Please sign in to comment.