Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Nov 6, 2024
1 parent 1ac6df1 commit 4a8501d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sluggi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ Gem::Specification.new do |spec|
spec.name = "sluggi"
spec.version = Sluggi::VERSION
spec.authors = ["Tee Parham"]
spec.email = ["tee@neighborland.com"]
spec.email = ["parhameter@gmail.com"]
spec.summary = "Rails Slug Generator"
spec.description = "A Rails slug generator inspired by friendly_id"
spec.homepage = "https://github.com/neighborland/sluggi"
spec.license = "MIT"
spec.metadata["rubygems_mfa_required"] = "true"

spec.files = Dir["lib/**/*.rb", "README.md", "LICENSE.txt"]
spec.require_paths = ["lib"]
Expand All @@ -19,5 +20,4 @@ Gem::Specification.new do |spec|

spec.add_dependency "activerecord", "~> 6.0"
spec.add_dependency "railties", "~> 6.0"
spec.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit 4a8501d

Please sign in to comment.