rp 0.1.4 → 0.1.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 (3) hide show
  1. data/README.md +6 -5
  2. data/lib/rp/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -27,13 +27,13 @@ html!
27
27
  p.first "first p"
28
28
  p.second-p#special-p
29
29
  "special p"
30
- -- a = "username"
30
+ - a = "username"
31
31
  p
32
- -- b = "<b>---------------x--------------</b>"
33
- == b
34
- -- a.split("").each do |x|
32
+ - b = "<b>---------------x--------------</b>"
33
+ = b
34
+ - a.split("").each do |x|
35
35
  font x
36
- -- end
36
+ - end
37
37
  p
38
38
  "helloworld"
39
39
  div.comments.hahaha
@@ -77,6 +77,7 @@ html! do
77
77
  end
78
78
  end
79
79
  end
80
+
80
81
  ```
81
82
 
82
83
  **OUTPUT html**
@@ -1,3 +1,3 @@
1
1
  module Rp
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: