Sha256: 711a250c78514337456e95083b1f6ade97bd5048af4f037e076a3703c98d9c12
Contents?: true
Size: 609 Bytes
Versions: 1
Compression:
Stored size: 609 Bytes
Contents
Gem::Specification.new do |s| s.name = 'rails_autolink' s.version = '1.1.2' s.authors = ['Aaron Patterson', 'Juanjo Bazan', 'Akira Matsuda'] s.email = 'aaron@tenderlovemaking.com' s.homepage = 'https://github.com/tenderlove/rails_autolink' s.summary = 'Automatic generation of html links in texts' 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.' s.add_dependency 'rails', '> 3.1' s.files = Dir["#{File.dirname(__FILE__)}/**/*"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_autolink-1.1.2 | ./rails_autolink.gemspec |