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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +8 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82a9e767fedf2c930f49a01495f90a552a7331d9
4
- data.tar.gz: 717d8c3d2f8f4a7dfd5b07f5b2b946c5929ec566
3
+ metadata.gz: d599276b3420b182a276c780f9e6cdfd5dc5e2e9
4
+ data.tar.gz: 51f3df5e126307e92337895814cceb78f3f519ce
5
5
  SHA512:
6
- metadata.gz: 75766886780e5fd990c7efbdcaa8254fc225c257acf3fed16de891aa1eac4d92a56c97cda7bcde9b2c25668b2c8b6629c39f7717a7089055d9c256e7af7c876f
7
- data.tar.gz: e4aef935f042f6b8845bd6a58755738290e3dd766920424d6256d8836758eed2dbf92a9104ff33b46446392445b34cef53e622562c8b0dcee3f804438a2f6159
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
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, it's handy to have a few tools
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 various html elements.
52
+ summary: A gem for converting plain text to html elements.
49
53
  test_files: []