slim_erb_backport 0.1.0 → 0.1.1
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 +4 -2
- data/lib/slim_erb_backport/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6c7ae2f9a1b533f150d7d4571f2fb1fc7306351c56fa5888092443a5d4d0b54
|
4
|
+
data.tar.gz: 63e38bd8964cde799d065e3c563a0d2a06890e3784a01ff4ad0c3acc7403ba3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 310a917bcb80229a0012141d56b8a87074caf602a28654cb7ca4dba5319d9e4011aec5ad8d07d1376d4fb77b9b0f69153312c62f86ba93d91e235cd1f5756eb7
|
7
|
+
data.tar.gz: 51a422e2cc624c79fa68acb2a2ff62e779a7f8cd87fea81756659e3129b2dab13c87e7e9f0b6b92b525f7422823b5af7a2e715e57c1a9e604b9d434c7b899f1c
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
# SlimERBBackport
|
2
2
|
|
3
|
-
|
3
|
+
If you are using Slim 4+ version and embedding ERB inside probably you have noticed that it doen'ts work.
|
4
|
+
|
5
|
+
This gem backports support for newer versions of Slim support for ERB.
|
4
6
|
|
5
7
|
## Usage
|
6
8
|
|
@@ -35,7 +37,7 @@ $ bundle
|
|
35
37
|
|
36
38
|
You are welcome to contribute.
|
37
39
|
|
38
|
-
Big thank you to
|
40
|
+
Big thank you to author of SLIM that he originally added support of ERB inside slim views.
|
39
41
|
|
40
42
|
## License
|
41
43
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slim_erb_backport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Kasyanchuk
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 4.0.1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 4.0.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: sqlite3
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -99,8 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
- !ruby/object:Gem::Version
|
100
100
|
version: '0'
|
101
101
|
requirements: []
|
102
|
-
|
103
|
-
rubygems_version: 2.7.7
|
102
|
+
rubygems_version: 3.0.1
|
104
103
|
signing_key:
|
105
104
|
specification_version: 4
|
106
105
|
summary: Backport support for Slim 4+ version for ERB support in Slim views.
|