card 1.108.0 → 1.108.1
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/VERSION +1 -1
- data/config/environments/test.rb +2 -2
- data/db/schema.rb +1 -1
- data/mod/core/lib/tasks/card/seed.rake +1 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae50e986081ed9e3618c1b92ccfbedfc19a9076529cb17360700506fd8acb054
|
|
4
|
+
data.tar.gz: c383ab4419aee1792ff33d7e667858a40f3063d6132d03f5bd9530725b56ac78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1241479974329e34712f63ef0b3e00942a7a775a87c7e397bca3540114e1ef4a1757be95ee3dd7e8511963db768990e02b14dae74b8c31f1aea8b52ebffb948f
|
|
7
|
+
data.tar.gz: ea15daab38b40f7a41a272459f4c197724f22d9d7d37582ca30c70b01ad73b3140ade6fde2d990b6877fbc8beab9158e351622a2d8f7dd02029d5f8c32875a10
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.18.
|
|
1
|
+
0.18.1
|
data/config/environments/test.rb
CHANGED
|
@@ -46,13 +46,13 @@ Cardio.application.class.configure do
|
|
|
46
46
|
# config.action_mailer.delivery_method = :smtp
|
|
47
47
|
# config.action_mailer.smtp_settings = { address: "localhost", port: 1025 }
|
|
48
48
|
|
|
49
|
-
# Use SQL instead of
|
|
49
|
+
# Use SQL instead of ActiveRecord's schema dumper when creating the test database.
|
|
50
50
|
# This is necessary if your schema can't be completely dumped by the schema dumper,
|
|
51
51
|
# like if you have constraints or database-specific column types
|
|
52
52
|
# config.active_record.schema_format = :sql
|
|
53
53
|
|
|
54
54
|
# FIXME: - add back the next one when we go back to 3.2
|
|
55
|
-
# Raise exception on mass assignment protection for
|
|
55
|
+
# Raise exception on mass assignment protection for ActiveRecord models
|
|
56
56
|
# config.active_record.mass_assignment_sanitizer = :strict
|
|
57
57
|
|
|
58
58
|
# Print deprecation notices to the stderr
|
data/db/schema.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated from the current state of the database. Instead
|
|
2
|
-
# of editing this file, please use the migrations feature of
|
|
2
|
+
# of editing this file, please use the migrations feature of ActiveRecord to
|
|
3
3
|
# incrementally modify your database, and then regenerate this schema definition.
|
|
4
4
|
#
|
|
5
5
|
# This file is the source Rails uses to define your schema when running `bin/rails
|
|
@@ -17,6 +17,7 @@ namespace :card do
|
|
|
17
17
|
|
|
18
18
|
# desc "finalize seed data with migrations, installations, asset coding, and cleaning"
|
|
19
19
|
task polish: :environment do
|
|
20
|
+
ENV["DECKO_DUMP_SCHEMA"] = "true"
|
|
20
21
|
ENV["STAMP_MIGRATIONS"] = "true"
|
|
21
22
|
|
|
22
23
|
invoke_card_tasks %w[update assets:code]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: card
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.108.
|
|
4
|
+
version: 1.108.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ethan McCutchen
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2024-
|
|
13
|
+
date: 2024-11-22 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: cardname
|
|
@@ -18,14 +18,14 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.18.
|
|
21
|
+
version: 0.18.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.18.
|
|
28
|
+
version: 0.18.1
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: rake
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -831,7 +831,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
831
831
|
- !ruby/object:Gem::Version
|
|
832
832
|
version: '0'
|
|
833
833
|
requirements: []
|
|
834
|
-
rubygems_version: 3.5.
|
|
834
|
+
rubygems_version: 3.5.10
|
|
835
835
|
signing_key:
|
|
836
836
|
specification_version: 4
|
|
837
837
|
summary: a simple engine for emergent data structures
|