contentful_converter 0.0.1.14 → 0.0.1.15
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
- data/README.md +1 -3
- data/lib/contentful_converter/nodes/text.rb +2 -0
- data/lib/contentful_converter/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7f8152b19db08a3594c2e7366c463347c09bdb806b331e5fac5be913e4b612d
|
|
4
|
+
data.tar.gz: 61e49c0f09a8dc0dc575e541971a7f6c34568dcd3e2f43f4fed527e60c2bd249
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5fa7529bc96ee6dc6c3ed9542c30e811e146e43d06f4b064bc67be677ef7b392d8a2c0c39f36871ec4311654a88b73c5fe9e8b3d7570c038237865a749b14aa
|
|
7
|
+
data.tar.gz: b3b83b8e8f494d683675f2285a31a468a2f341a5fd2a5ed771b5b5fddff527d9e96ac4ffc8931c1baaec3a4c3095bb5a568f5b5840d19c65587375e1ad7e6c11
|
data/README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
## Contentful HTML to Rich Text converter
|
|
1
|
+
## Contentful HTML to Rich Text converter (BETA)
|
|
2
2
|
|
|
3
3
|
[](https://travis-ci.org/AlexAvlonitis/contentful_converter)
|
|
4
4
|
|
|
5
5
|
Converts plain html string to contentful specific rich_text hash structure.
|
|
6
6
|
|
|
7
|
-
*WIP, does not cover all html elements, contributions are welcome*
|
|
8
|
-
|
|
9
7
|
### Install
|
|
10
8
|
```ruby
|
|
11
9
|
# Rails
|