-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb5aec9
commit fd69e0f
Showing
4 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ Gem::Specification.new do |spec| | |
spec.version = RailsAsyncMethods::VERSION | ||
spec.authors = ["benngarcia"] | ||
spec.email = ["[email protected]"] | ||
spec.homepage = "https://github.com/benngarcia/rails_async_methods" | ||
spec.summary = "Quickly, create async callers and receivers for your rails methods, because y'know DRY." | ||
spec.description = "Utilizes the ActiveJob api to provide async callers and receivers without duplicating code." | ||
spec.homepage = "https://github.com/benngarcia/rails_async_methods" | ||
spec.summary = "Quickly, create async callers and receivers for your rails methods, because y'know DRY." | ||
spec.description = "Utilizes the ActiveJob api to provide async callers and receivers without duplicating code." | ||
spec.license = "MIT" | ||
|
||
spec.metadata["homepage_uri"] = spec.homepage | ||
|
@@ -17,10 +17,10 @@ Gem::Specification.new do |spec| | |
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] | ||
end | ||
|
||
spec.add_dependency "rails", ">= 7.0.2.4" | ||
spec.add_dependency "activesupport" | ||
spec.add_development_dependency 'minitest' | ||
spec.add_development_dependency 'pg' | ||
spec.add_development_dependency 'pry' | ||
spec.add_development_dependency 'sidekiq' | ||
spec.add_dependency "rails", ">= 7.0.2.4" | ||
spec.add_development_dependency "minitest" | ||
spec.add_development_dependency "pg" | ||
spec.add_development_dependency "pry" | ||
spec.add_development_dependency "sidekiq" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters