text-to-html 0.0.4 → 0.0.5
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.
- checksums.yaml +4 -4
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d599276b3420b182a276c780f9e6cdfd5dc5e2e9
|
4
|
+
data.tar.gz: 51f3df5e126307e92337895814cceb78f3f519ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3fd7df0d2c38daa526489bd81058679b542c43b6a18a12fb34b3cbf8dc508d7546161fd3d906cda7f7b923a148dd38169ef23e080de0a6e12a2a099be956dda
|
7
|
+
data.tar.gz: 53bfe6107ebaff19cd8a27b31f5a971e539f5393f722c3b0c7c64928cc63cb5fe742d1f9b2b5d970930aa7972e63f4ff21b3474ed36245dc329296afff2b5134
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: text-to-html
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dennis Sauve
|
@@ -10,8 +10,12 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2018-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: With more and more code growing obsolete
|
14
|
-
that could convert plaintext to html elements
|
13
|
+
description: " With more and more web code growing obsolete and in need of updating,
|
14
|
+
it's handy to have a few tools that could convert plaintext to html elements.\n
|
15
|
+
\ \n This gem will provide tools to convert plaintext to:\n - ordered/unordered
|
16
|
+
lists\n - paragraphs\n - tables\n - anchor tags\n -
|
17
|
+
more to come\n \n As part of my own current work, this gem is being developed
|
18
|
+
as my professional needs arise.\n"
|
15
19
|
email: dengsauve@yahoo.com
|
16
20
|
executables: []
|
17
21
|
extensions: []
|
@@ -45,5 +49,5 @@ rubyforge_project:
|
|
45
49
|
rubygems_version: 2.5.2
|
46
50
|
signing_key:
|
47
51
|
specification_version: 4
|
48
|
-
summary: A gem for converting plain text to
|
52
|
+
summary: A gem for converting plain text to html elements.
|
49
53
|
test_files: []
|