Skip to content

Commit cb1b84b

Browse files
committed
adds description to gemspec
1 parent 051b26c commit cb1b84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails_autolink.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.email = '[email protected]'
66
s.homepage = 'https://github.com/tenderlove/rails_autolink'
77
s.summary = 'Automatic generation of html links in texts'
8-
s.summary = 'This is an extraction of the `auto_link` method from rails. The `auto_link` method was removed from Rails in version Rails 3.1. This gem is meant to bridge the gap for people migrating.'
8+
s.description = 'This is an extraction of the `auto_link` method from rails. The `auto_link` method was removed from Rails in version Rails 3.1. This gem is meant to bridge the gap for people migrating.'
99

1010
s.add_dependency 'rails', '> 3.1'
1111

0 commit comments

Comments
 (0)