sterile 1.0.0
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/.autotest +5 -0
- data/.gitignore +8 -0
- data/.rvmrc +1 -0
- data/Gemfile +9 -0
- data/Gemfile.lock +14 -0
- data/README.markdown +0 -0
- data/Rakefile +7 -0
- data/lib/sterile/codepoints.rb +46522 -0
- data/lib/sterile/html_entities.rb +259 -0
- data/lib/sterile/smart_format_rules.rb +40 -0
- data/lib/sterile/version.rb +5 -0
- data/lib/sterile.rb +339 -0
- data/sterilize.gemspec +24 -0
- metadata +69 -0
data/.autotest
ADDED
data/.gitignore
ADDED
data/.rvmrc
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
rvm 1.9.2@sterile --create
|
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
data/README.markdown
ADDED
File without changes
|