joys 0.1.3 → 0.1.4
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/CHANGELOG.md +5 -0
- data/README.md +2 -2
- data/joys-0.1.3.gem +0 -0
- data/lib/joys/tags.rb +0 -1
- data/lib/joys/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 535418d45aa5e9bac8290bb8f0ff998b500d2fe8aabc54c127a6a7a6fce44143
|
4
|
+
data.tar.gz: f895ab76649b74ba973584dec9dfefc60d4a7be45223dad17d788302c656b806
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8845d616b1dafd29c0de60d3d643e1ccfa76813c9cf09a3e57afceb8af1c70081178ad90230b6a7bed4cc2f94e09bb8cec7323b390263c77416c581d96586759
|
7
|
+
data.tar.gz: '048e124b7ba2a6f4453964b478c686d3b3d031aaa7badb34bb87a458b3e6cb28176af4385fb8f295a4a258e9d293c6e6bbf3bc149c5c112480b5e8253b90214e'
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -974,7 +974,7 @@ div?("# Welcome to Joys")
|
|
974
974
|
p?("This is **bold** and *italic* text")
|
975
975
|
# => <p>This is <strong>bold</strong> and <em>italic</em> text</p>
|
976
976
|
|
977
|
-
article
|
977
|
+
article do
|
978
978
|
h2?("## Getting Started")
|
979
979
|
p?("Learn how to use the `tag?` methods")
|
980
980
|
end
|
@@ -1057,7 +1057,7 @@ div!("<h1>Raw HTML</h1>")
|
|
1057
1057
|
# => <div><h1>Raw HTML</h1></div>
|
1058
1058
|
|
1059
1059
|
# Markup processing (recommended)
|
1060
|
-
div?("
|
1060
|
+
div?("# This becomes H1")
|
1061
1061
|
# => <div><h1>This becomes H1</h1></div>
|
1062
1062
|
```
|
1063
1063
|
|
data/joys-0.1.3.gem
ADDED
Binary file
|
data/lib/joys/tags.rb
CHANGED
data/lib/joys/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: joys
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Garcia
|
@@ -27,6 +27,7 @@ files:
|
|
27
27
|
- joys-0.1.0.gem
|
28
28
|
- joys-0.1.1.gem
|
29
29
|
- joys-0.1.2.gem
|
30
|
+
- joys-0.1.3.gem
|
30
31
|
- lib/.DS_Store
|
31
32
|
- lib/joys.rb
|
32
33
|
- lib/joys/cli.rb
|
@@ -47,7 +48,7 @@ metadata:
|
|
47
48
|
allowed_push_host: https://rubygems.org
|
48
49
|
homepage_uri: https://github.com/activestylus/joys.git
|
49
50
|
source_code_uri: https://github.com/activestylus/joys.git
|
50
|
-
changelog_uri: https://github.com/activestylus/joys/CHANGELOG.md
|
51
|
+
changelog_uri: https://github.com/activestylus/joys/blob/main/CHANGELOG.md
|
51
52
|
rdoc_options: []
|
52
53
|
require_paths:
|
53
54
|
- lib
|