generated from mattbrictson/gem
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overhaul README and add gem description
- Loading branch information
1 parent
1b1cd52
commit 4bc824c
Showing
2 changed files
with
118 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ Gem::Specification.new do |spec| | |
spec.email = ["[email protected]"] | ||
|
||
spec.summary = "Generate your next Rails app interactively!" | ||
spec.description = "Nextgen is an interactive and flexible alternative to `rails new` " \ | ||
"that includes opt-in support for modern frontend development with Vite." | ||
spec.homepage = "https://github.com/mattbrictson/nextgen" | ||
spec.license = "MIT" | ||
spec.required_ruby_version = ">= 3.0" | ||
|
@@ -32,7 +34,6 @@ Gem::Specification.new do |spec| | |
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } | ||
spec.require_paths = ["lib"] | ||
|
||
# Runtime dependencies | ||
spec.add_dependency "railties", "~> 7.1.0" | ||
spec.add_dependency "thor", "~> 1.2" | ||
spec.add_dependency "tty-prompt", "~> 0.23.1" | ||
|