slim_erb_backport 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab145f6ea2c97c6414d96593289608762d8fa7c6956fa3a3e92b049a55f6125e
4
- data.tar.gz: 2bc97dd07a3d7f6f270847113ad275839cad06b8b0181560b00c7374f5700ce5
3
+ metadata.gz: c6c7ae2f9a1b533f150d7d4571f2fb1fc7306351c56fa5888092443a5d4d0b54
4
+ data.tar.gz: 63e38bd8964cde799d065e3c563a0d2a06890e3784a01ff4ad0c3acc7403ba3b
5
5
  SHA512:
6
- metadata.gz: e56ca8631e96aadc3d28a8889947977e5a668a21bfc1186ba8422eb7bd222dd39e3ba7718fa3f8ff7b054bd567931f1b30ad2c5dee4017c5dce35b3e3e0d6a79
7
- data.tar.gz: 5948ba2495667fb47776c6c84bd202ba2fbdd982cf9052868cbcb355dce336788673ea8bbafb1d5a084ee2432bce7be5d0a0cda7595f329b849125d6cc43d392
6
+ metadata.gz: 310a917bcb80229a0012141d56b8a87074caf602a28654cb7ca4dba5319d9e4011aec5ad8d07d1376d4fb77b9b0f69153312c62f86ba93d91e235cd1f5756eb7
7
+ data.tar.gz: 51a422e2cc624c79fa68acb2a2ff62e779a7f8cd87fea81756659e3129b2dab13c87e7e9f0b6b92b525f7422823b5af7a2e715e57c1a9e604b9d434c7b899f1c
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # SlimERBBackport
2
2
 
3
- For Slim 4+ version backbort support for ERB syntax in SLIM files.
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 authour of SLIM that he originally added support of ERB inside slim views.
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).
@@ -1,3 +1,3 @@
1
1
  module SlimErbBackport
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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: '0'
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: '0'
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
- rubyforge_project:
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.