rails_fancies 1.0.3 → 1.0.4
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 +5 -5
- data/lib/rails_fancies/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d59466581d223e5fa67d59ac0febf1f5e23589c541db614455fb0a2d24eb9e97
|
|
4
|
+
data.tar.gz: 4d141d99a3d0592fa7d270488381c4cbf465e8ec915bee08256a238cc2f3c545
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0e2f403575ea2ed69a6400fe0e341fe44edcc6d3eac6a4bd0b64c6fe8f89437dd4e02b83652ca0f156ed52ee31093316896439bb5a8301ca70b84b36d57a386
|
|
7
|
+
data.tar.gz: 279741edce0ce1eeac60e91120fbd3a0c16b32960e1926d128e112591043730c995df82ab5218f3ce8f2e0ff414eb9a9529e2601dadb779cf2ea7d467db04e02
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_fancies
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Obromios
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -112,30 +112,30 @@ dependencies:
|
|
|
112
112
|
name: loofah
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
|
-
- - "
|
|
115
|
+
- - ">="
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 2.2.
|
|
117
|
+
version: 2.2.2
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
|
-
- - "
|
|
122
|
+
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 2.2.
|
|
124
|
+
version: 2.2.2
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: rails-html-sanitizer
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
128
128
|
requirements:
|
|
129
|
-
- - "
|
|
129
|
+
- - ">="
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 1.0.
|
|
131
|
+
version: 1.0.4
|
|
132
132
|
type: :runtime
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
|
-
- - "
|
|
136
|
+
- - ">="
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 1.0.
|
|
138
|
+
version: 1.0.4
|
|
139
139
|
description: Most rails helpers tend to be tightly focused on placing a single element
|
|
140
140
|
on a page, like a link or an image tag. Rails Fancies is for helpers that are more
|
|
141
141
|
complex and can form the basis of complete a web page. The inaugural helper is a
|
|
@@ -179,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
179
179
|
version: '0'
|
|
180
180
|
requirements: []
|
|
181
181
|
rubyforge_project:
|
|
182
|
-
rubygems_version: 2.6
|
|
182
|
+
rubygems_version: 2.7.6
|
|
183
183
|
signing_key:
|
|
184
184
|
specification_version: 4
|
|
185
185
|
summary: Rails Fancies is an open source project to develop some fanciful Ruby on
|