slim-rails 3.6.1 → 3.6.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f07f90d704948462f0c983707da040d963a239a175c6383f6cc185f9b8e9fd78
4
- data.tar.gz: 947b3445d95fac6988476f6607632f67bcdca82b6539f51ac6ef699e7e001e83
3
+ metadata.gz: 23256a5c386378763c0d2b7a8b521c0678266b8e5e4c1f6a7d979d6aa1a324eb
4
+ data.tar.gz: af9ad07273823090a9f658d546dcd4377e1d1e4a5d1b3dc3cfc8295d32b560aa
5
5
  SHA512:
6
- metadata.gz: 8d1903537530c1c0a5acd952903e3f0fd1e1abab7946754d2c10d53733e5366d8067ada10764a45f97dafac136dadfd6acd6b2a8f7da55863bf35432c4a1c478
7
- data.tar.gz: 1ef0858b1ad0421913a89bcdf79aa3e6e77475ae3c2e6835c98f91a96abdf491e6fcdbc5412df265703368752e62381788231e1585d7f994b78127263b63d4de
6
+ metadata.gz: be908a61dc57ec4577bb12a5032cb12ff225537cd0fb1981e62454c1eb7537f16cf04518ba5d928352f94dc0d71e53649f411aca5e87bb50949a634849112cd3
7
+ data.tar.gz: aff344cd89822d7410df81f8704a06558cafddb60519ae3f054a0315be52ab272f4d870d2f2e66324cbfce12c9c56847a07880e0a0e4133a98b8e8f5e3539260
data/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 3.6.1 (February 14, 2023)
2
+
3
+ - Fix to avoid depending on the failed Slim 5.0.0 release ([#188])
4
+
5
+ [#188]: https://github.com/slim-template/slim-rails/pull/188
6
+
7
+ ## 3.6.0 (February 14, 2023)
8
+
9
+ - Add support for Slim 5 ([#185])
10
+
11
+ Thanks https://github.com/michaelbaudino ([#185])
12
+
13
+ [#185]: https://github.com/slim-template/slim-rails/pull/185
14
+
1
15
  ## 3.5.0 (May 2022)
2
16
 
3
17
  * Restored legacy templates for Rails < 7
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # slim-rails [![Gem Version](https://img.shields.io/gem/v/slim-rails.svg)](http://rubygems.org/gems/slim-rails) [![Build Status](https://github.com/slim-template/slim-rails/actions/workflows/main.yml/badge.svg)](https://github.com/slim-template/slim-rails/actions/workflows/main.yml) [![Code Climate](https://codeclimate.com/github/slim-template/slim-rails/badges/gpa.svg)](https://codeclimate.com/github/slim-template/slim-rails)
2
2
 
3
- slim-rails provides Slim generators for Rails 3+. It was based on
4
- [haml-rails](http://github.com/indirect/haml-rails) and it does basically the
5
- same:
3
+ slim-rails provides Slim generators for Rails:
6
4
 
7
5
  * Any time you generate a controller or scaffold, you'll get Slim templates
8
6
  (instead of ERB)
@@ -18,8 +16,14 @@ gem "slim-rails"
18
16
 
19
17
  And that's it.
20
18
 
21
- If you have existing `.erb` templates, check out [our guide](https://github.com/slim-template/slim/wiki/Template-Converters-ERB-to-SLIM) on how to achieve this.
19
+ Every time you generate a controller or scaffold, you'll get Slim templates.
22
20
 
23
- From the version 0.2.0, there is no need to include gem "slim" in your Gemfile.
21
+ If you have existing `.erb` templates, check out our guide [How to convert your `.erb` templates to `.slim`](https://github.com/slim-template/slim/wiki/Template-Converters-ERB-to-SLIM) on how to achieve this.
24
22
 
25
- Every time you generate a controller or scaffold, you'll get Slim templates.
23
+ This gem is [tested with Ruby on Rails 5.2+](/.github/workflows/main.yml).
24
+
25
+ ## History
26
+
27
+ `slim-rails` was based on [haml-rails](https://github.com/haml/haml-rails) and it does basically the same thing.
28
+
29
+ From the version 0.2.0, there is no need to include gem "slim" in your Gemfile.
@@ -1,5 +1,5 @@
1
1
  module Slim
2
2
  module Rails
3
- VERSION = "3.6.1"
3
+ VERSION = "3.6.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slim-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.1
4
+ version: 3.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonardo Almeida
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-02-14 00:00:00.000000000 Z
12
+ date: 2023-03-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -85,14 +85,14 @@ dependencies:
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: 0.21.0
88
+ version: 0.24.0
89
89
  type: :development
90
90
  prerelease: false
91
91
  version_requirements: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: 0.21.0
95
+ version: 0.24.0
96
96
  - !ruby/object:Gem::Dependency
97
97
  name: rocco
98
98
  requirement: !ruby/object:Gem::Requirement
@@ -229,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
229
229
  - !ruby/object:Gem::Version
230
230
  version: '0'
231
231
  requirements: []
232
- rubygems_version: 3.3.20
232
+ rubygems_version: 3.4.7
233
233
  signing_key:
234
234
  specification_version: 4
235
235
  summary: Slim templates generator for Rails