tungsten 0.1.47 → 0.1.48
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/app/views/shared/tungsten/_flash-messages.html.slim +3 -3
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.1.47.js → code-0.1.48.js} +1 -1
- data/public/{code-0.1.47.js.gz → code-0.1.48.js.gz} +0 -0
- data/public/{code-0.1.47.map.json → code-0.1.48.map.json} +0 -0
- data/public/{tungsten-0.1.47.css → tungsten-0.1.48.css} +0 -0
- data/public/{tungsten-0.1.47.css.gz → tungsten-0.1.48.css.gz} +0 -0
- data/public/{tungsten-0.1.47.js → tungsten-0.1.48.js} +1 -1
- data/public/{tungsten-0.1.47.js.gz → tungsten-0.1.48.js.gz} +0 -0
- data/public/{tungsten-0.1.47.map.json → tungsten-0.1.48.map.json} +0 -0
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88d3f28164ee1866104bdcae295fa2bcc76337dd
|
|
4
|
+
data.tar.gz: db9431cff402512b629f44484588f723380edfe3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d95f9e76d5ef85fe00de69c0763e1aae1b18097b4d993455aa0d53360782c378ba8168809889978835607be29abc845264d10674d68a2ce1573e290175dfefc7
|
|
7
|
+
data.tar.gz: 00edc10eeb8a2cb2a64287843e811c920110d18b6c8a6a897f572281ade37a6ed8ac11fb277215268aed4e36d512f725633f721dbe7dc8ff29aa51c3cede4670
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
- if flash[:notice]
|
|
2
|
-
.flash-message data-type="message"= sanitize(flash[:notice])
|
|
2
|
+
.flash-message data-type="message"= sanitize(flash[:notice], attributes: %w[href target])
|
|
3
3
|
- if flash[:success]
|
|
4
|
-
.flash-message data-type="success"= sanitize(flash[:success])
|
|
4
|
+
.flash-message data-type="success"= sanitize(flash[:success], attributes: %w[href target])
|
|
5
5
|
- if flash[:error]
|
|
6
|
-
.flash-message data-type="error"= sanitize(flash[:error])
|
|
6
|
+
.flash-message data-type="error"= sanitize(flash[:error], attributes: %w[href target])
|
data/lib/tungsten/version.rb
CHANGED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tungsten
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.48
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Mathis
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-11-
|
|
12
|
+
date: 2017-11-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -288,14 +288,14 @@ files:
|
|
|
288
288
|
- lib/tungsten.rb
|
|
289
289
|
- lib/tungsten/helper.rb
|
|
290
290
|
- lib/tungsten/version.rb
|
|
291
|
-
- public/code-0.1.
|
|
292
|
-
- public/code-0.1.
|
|
293
|
-
- public/code-0.1.
|
|
294
|
-
- public/tungsten-0.1.
|
|
295
|
-
- public/tungsten-0.1.
|
|
296
|
-
- public/tungsten-0.1.
|
|
297
|
-
- public/tungsten-0.1.
|
|
298
|
-
- public/tungsten-0.1.
|
|
291
|
+
- public/code-0.1.48.js
|
|
292
|
+
- public/code-0.1.48.js.gz
|
|
293
|
+
- public/code-0.1.48.map.json
|
|
294
|
+
- public/tungsten-0.1.48.css
|
|
295
|
+
- public/tungsten-0.1.48.css.gz
|
|
296
|
+
- public/tungsten-0.1.48.js
|
|
297
|
+
- public/tungsten-0.1.48.js.gz
|
|
298
|
+
- public/tungsten-0.1.48.map.json
|
|
299
299
|
homepage:
|
|
300
300
|
licenses:
|
|
301
301
|
- MIT
|