decko 0.9.4 → 0.9.5
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/decko/config/environments/test.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4018b7131885e48e51f584ef71b01136360e459aa14f8e68902d93b7d4ca2d9
|
|
4
|
+
data.tar.gz: 25fe31c5e4d15e9e859f3ba7bd24fcc05e05f36d799f09044cd4393ec56ee2ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfe7ffdf0f311d98016428ebb9fc6bba09917793eae1551df5661776d808a335d752388619ae8625231da39bbdb8b044498c6059274fed1a0ca0877fe766b2da
|
|
7
|
+
data.tar.gz: 76a42b154b15c65575b63cab3ea021dab962aad73ff856663156110aed001f826227c9e0249f1ea0c62f16957e715f6366d273d0f15fe24c7b2abc35356491c5
|
|
@@ -10,7 +10,7 @@ Decko.application.class.configure do
|
|
|
10
10
|
# test suite. You never need to work with it otherwise. Remember that
|
|
11
11
|
# your test database is "scratch space" for the test suite and is wiped
|
|
12
12
|
# and recreated between test runs. Don't rely on the data there!
|
|
13
|
-
config.cache_classes =
|
|
13
|
+
config.cache_classes = false
|
|
14
14
|
|
|
15
15
|
config.assets.enabled = true if Object.const_defined?(:JasmineRails)
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decko
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ethan McCutchen
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2020-
|
|
14
|
+
date: 2020-03-16 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: card
|
|
@@ -19,14 +19,14 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - '='
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 1.99.
|
|
22
|
+
version: 1.99.5
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
27
|
- - '='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 1.99.
|
|
29
|
+
version: 1.99.5
|
|
30
30
|
description: a wiki approach to stuctured data, dynamic interaction, and web design
|
|
31
31
|
email:
|
|
32
32
|
- info@decko.org
|