rails_fancies 1.1.5 → 1.1.6
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/lib/rails_fancies/version.rb +1 -1
- metadata +14 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4dccad3439dcf538ada975336b784a2c81928fab3f955a2e290c24f2660a9ad1
|
|
4
|
+
data.tar.gz: ad29745b97ab289c779cd2463064d2ddf734613cc0229112997990e319356a6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c3cf7fec1b985af21adc7874b93eadc4d1e136b92fa9ea93cf0a0eaa1031c228494034d7f8f1ada673c439245f53c7c9fc27e0588bdc63b7733a9a01988ab39
|
|
7
|
+
data.tar.gz: f83d4561f4aaebe50943d2dc230e194b3a89423f56363ddda49573fc92ba061814c45816158c911515932537bc93aeb3882f4d646aa23be6d30251b682df7f8c
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_fancies
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Obromios
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-03-28 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: better_errors
|
|
@@ -183,14 +184,20 @@ dependencies:
|
|
|
183
184
|
requirements:
|
|
184
185
|
- - "~>"
|
|
185
186
|
- !ruby/object:Gem::Version
|
|
186
|
-
version:
|
|
187
|
+
version: 8.0.4
|
|
188
|
+
- - ">="
|
|
189
|
+
- !ruby/object:Gem::Version
|
|
190
|
+
version: 8.0.4.1
|
|
187
191
|
type: :runtime
|
|
188
192
|
prerelease: false
|
|
189
193
|
version_requirements: !ruby/object:Gem::Requirement
|
|
190
194
|
requirements:
|
|
191
195
|
- - "~>"
|
|
192
196
|
- !ruby/object:Gem::Version
|
|
193
|
-
version:
|
|
197
|
+
version: 8.0.4
|
|
198
|
+
- - ">="
|
|
199
|
+
- !ruby/object:Gem::Version
|
|
200
|
+
version: 8.0.4.1
|
|
194
201
|
description: Most rails helpers tend to be tightly focused on placing a single element
|
|
195
202
|
on a page, like a link or an image tag. Rails Fancies is for helpers that are more
|
|
196
203
|
complex and can form the basis of complete a web page. The inaugural helpers are
|
|
@@ -220,6 +227,7 @@ licenses:
|
|
|
220
227
|
metadata:
|
|
221
228
|
source_code_uri: https://github.com/obromios/rails_fancies
|
|
222
229
|
changelog_uri: https://github.com/obromios/rails_fancies/blob/master/CHANGELOG.md
|
|
230
|
+
post_install_message:
|
|
223
231
|
rdoc_options: []
|
|
224
232
|
require_paths:
|
|
225
233
|
- lib
|
|
@@ -234,7 +242,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
234
242
|
- !ruby/object:Gem::Version
|
|
235
243
|
version: '0'
|
|
236
244
|
requirements: []
|
|
237
|
-
rubygems_version: 3.
|
|
245
|
+
rubygems_version: 3.0.3.1
|
|
246
|
+
signing_key:
|
|
238
247
|
specification_version: 4
|
|
239
248
|
summary: Rails Fancies is an open source project to develop some fanciful Ruby on
|
|
240
249
|
Rails helpers.
|