Sha256: a6cc6f5af878d728f0def9981f321c55cfaac6efb71ed1365215e29a44aac35c
Contents?: true
Size: 971 Bytes
Versions: 1
Compression:
Stored size: 971 Bytes
Contents
# encoding: UTF-8 Gem::Specification.new do |s| s.name = 'zendesk-rinku' s.version = '1.7.2.1' s.summary = "Mostly autolinking" s.description = <<-EOF A fast and very smart autolinking library that acts as a drop-in replacement for Rails `auto_link` This is just a fork of vmg's lib with a small patch we need. EOF s.email = 'shajith@zendesk.com' s.homepage = 'http://github.com/shajith/rinku' s.authors = ["Vicent Marti", "Shajith Chacko"] # = MANIFEST = s.files = %w[ COPYING README.markdown Rakefile ext/rinku/rinku.c ext/rinku/rinku.h ext/rinku/autolink.c ext/rinku/autolink.h ext/rinku/buffer.c ext/rinku/buffer.h ext/rinku/extconf.rb lib/rinku.rb lib/rails_rinku.rb rinku.gemspec test/autolink_test.rb ] # = MANIFEST = s.test_files = ["test/autolink_test.rb"] s.extra_rdoc_files = ["COPYING"] s.extensions = ["ext/rinku/extconf.rb"] s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zendesk-rinku-1.7.2.1 | rinku.gemspec |