# -*- encoding: utf-8 -*- # stub: rubypants-unicode 0.2.5 ruby lib Gem::Specification.new do |s| s.name = "rubypants-unicode".freeze s.version = "0.2.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Gruber".freeze, "Chad Miller".freeze, "Christian Neukirchen".freeze, "Jeremy McNevin".freeze, "Chris Chapman".freeze, "Jared White".freeze] s.date = "2014-10-11" s.description = "It just occurred to me that if we are encoding our HTML pages in UTF-8 to\nhandle multiple languages and using web fonts with multilanguage support,\nshouldn't we be able to directly insert the simple apostrophe, ellipsis, and\nem-dash?\n\nRubyPants-Unicode is a Ruby port of the smart-quotes library SmartyPants that outputs\nunicode characters (UTF-8) instead of HTML entities.\n\nThe original \"SmartyPants\" is a free web publishing plug-in for\nMovable Type, Blosxom, and BBEdit that easily translates plain ASCII\npunctuation characters into \"smart\" typographic punctuation HTML\nentities.\n".freeze s.email = "chris.chapman@aggiemail.usu.edu".freeze s.extra_rdoc_files = ["README.md".freeze] s.files = ["README.md".freeze, "Rakefile".freeze, "lib/rubypants-unicode.rb".freeze, "lib/rubypants-unicode/rubypants-unicode.rb".freeze, "lib/rubypants-unicode/version.rb".freeze, "test/test_rubypants.rb".freeze] s.homepage = "https://github.com/cdchapman/rubypants-unicode".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--main".freeze, "README.md".freeze, "--line-numbers".freeze, "--inline-source".freeze, "--all".freeze, "--exclude".freeze, "test".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "RubyPants-Unicode is a Ruby port of the smart-quotes library SmartyPants.".freeze s.test_files = ["test/test_rubypants.rb".freeze] end