Sha256: 0f1b3f4e1f65244811f335c62df95ac118816fcf12fab7f759d132b98df8a50b
Contents?: true
Size: 1.87 KB
Versions: 0
Compression: gzip
Compressed size: 905 Bytes
Stored size: 905 Bytes
Contents
--- !ruby/object:Gem::Specification name: rubypants-unicode version: !ruby/object:Gem::Version version: 0.2.4 platform: ruby authors: - John Gruber - Chad Miller - Christian Neukirchen - Jeremy McNevin - Chris Chapman autorequire: bindir: bin cert_chain: [] date: 2014-10-11 00:00:00.000000000 Z dependencies: [] description: | It just occurred to me that if we are encoding our HTML pages in UTF-8 to handle multiple languages and using web fonts with multilanguage support, shouldn't we be able to directly insert the simple apostrophe, ellipsis, and em-dash? RubyPants-Unicode is a Ruby port of the smart-quotes library SmartyPants that outputs unicode characters (UTF-8) instead of HTML entities. The original "SmartyPants" is a free web publishing plug-in for Movable Type, Blosxom, and BBEdit that easily translates plain ASCII punctuation characters into "smart" typographic punctuation HTML entities. email: chris.chapman@aggiemail.usu.edu executables: [] extensions: [] extra_rdoc_files: - README.md files: - README.md - Rakefile - lib/rubypants-unicode.rb - lib/rubypants-unicode/rubypants-unicode.rb - lib/rubypants-unicode/version.rb - test/test_rubypants.rb homepage: https://github.com/cdchapman/rubypants-unicode licenses: - MIT metadata: {} post_install_message: rdoc_options: - "--main" - README.md - "--line-numbers" - "--inline-source" - "--all" - "--exclude" - test require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: RubyPants-Unicode is a Ruby port of the smart-quotes library SmartyPants. test_files: - test/test_rubypants.rb