rubypants-unicode 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +6 -1
- metadata +14 -5
data/README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# RubyPants Unicode — SmartyPants ported to Ruby
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
It just occurred to me that if we are encoding our HTML pages in UTF-8 to
|
|
4
|
+
handle multiple languages and using web fonts with multilanguage support,
|
|
5
|
+
shouldn't we be able to directly insert the simple apostrophe, ellipsis, and
|
|
6
|
+
em-dash?
|
|
7
|
+
|
|
8
|
+
Switched to direct unicode output (UTF-8) instead of HTML entities by Chris Chapman
|
|
4
9
|
Copyright © 2012 Chris Chapman
|
|
5
10
|
|
|
6
11
|
Ported by Christian Neukirchen <mailto:chneukirchen@gmail.com>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubypants-unicode
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,10 +10,19 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-08-13 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
|
-
description: ! '
|
|
16
|
-
|
|
15
|
+
description: ! 'It just occurred to me that if we are encoding our HTML pages in UTF-8
|
|
16
|
+
to
|
|
17
|
+
|
|
18
|
+
handle multiple languages and using web fonts with multilanguage support,
|
|
19
|
+
|
|
20
|
+
shouldn''t we be able to directly insert the simple apostrophe, ellipsis, and
|
|
21
|
+
|
|
22
|
+
em-dash?
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
RubyPants-Unicode is a Ruby port of the smart-quotes library SmartyPants that outputs
|
|
17
26
|
|
|
18
27
|
unicode characters (UTF-8) instead of HTML entities.
|
|
19
28
|
|
|
@@ -65,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
65
74
|
version: '0'
|
|
66
75
|
requirements: []
|
|
67
76
|
rubyforge_project:
|
|
68
|
-
rubygems_version: 1.8.
|
|
77
|
+
rubygems_version: 1.8.17
|
|
69
78
|
signing_key:
|
|
70
79
|
specification_version: 3
|
|
71
80
|
summary: RubyPants-Unicode is a Ruby port of the smart-quotes library SmartyPants.
|