Sha256: 52dfe5b7f2c53b5ffb94e3905250c3f1fe910e2561dda1e28172cd4d52c5521e
Contents?: true
Size: 827 Bytes
Versions: 4
Compression:
Stored size: 827 Bytes
Contents
require File.expand_path "#{File.dirname(__FILE__)}/lib/rails_autolink/version" Gem::Specification.new do |s| s.name = 'rails_autolink' s.version = RailsAutolink::VERSION s.date = Time.now.strftime('%Y-%m-%d') 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.required_ruby_version = '>= 1.9.3' s.license = 'MIT' s.files = Dir.glob("{test,lib/**/*}") + `git ls-files -z`.split("\0") end
Version data entries
4 entries across 4 versions & 2 rubygems