Skip to content

Commit

Permalink
fixup! Adopt standard syntax (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Belleville committed Mar 22, 2022
1 parent afd97bb commit f6fd152
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions friendly_id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Gem::Specification.new do |s|
s.add_development_dependency "ffaker"
s.add_development_dependency "simplecov"

s.description = <<~EOM
FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for
Active Record. It lets you create pretty URLs and work with human-friendly
strings as if they were numeric ids.
s.description = <<-EOM
FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for
Active Record. It lets you create pretty URLs and work with human-friendly
strings as if they were numeric ids.
EOM

s.cert_chain = [File.expand_path("certs/parndt.pem", __dir__)]
Expand Down

0 comments on commit f6fd152

Please sign in to comment.