card 1.108.0 → 1.108.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f065584dd5d9ec2de2f500efa89435c0270d1ed25178cb88dfa77432573068b
4
- data.tar.gz: 10507be87eed39bbddb2db5414d6746f72f2637a912a8762834340718c3539f2
3
+ metadata.gz: ae50e986081ed9e3618c1b92ccfbedfc19a9076529cb17360700506fd8acb054
4
+ data.tar.gz: c383ab4419aee1792ff33d7e667858a40f3063d6132d03f5bd9530725b56ac78
5
5
  SHA512:
6
- metadata.gz: d25bdb2406dd6d40700ecd945954b3fe9eb2e1a311e92677c446ba622b6f64e6c01c7547ce9ea91df52676fa1ac978b868a0f5840f6aa9bdb46360fe01eeadd0
7
- data.tar.gz: 78333d7e0400f187119d593e68d05ed9481e3e194dfdeb7b1c2e431a71af07e58124027536c2a236e27b6b7dcf84ae36066b7e737e53828ff0e9565236674fa2
6
+ metadata.gz: 1241479974329e34712f63ef0b3e00942a7a775a87c7e397bca3540114e1ef4a1757be95ee3dd7e8511963db768990e02b14dae74b8c31f1aea8b52ebffb948f
7
+ data.tar.gz: ea15daab38b40f7a41a272459f4c197724f22d9d7d37582ca30c70b01ad73b3140ade6fde2d990b6877fbc8beab9158e351622a2d8f7dd02029d5f8c32875a10
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.18.0
1
+ 0.18.1
@@ -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 Active Record's schema dumper when creating the test database.
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 Active Record models
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 Active Record to
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.0
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-10-31 00:00:00.000000000 Z
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.0
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.0
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.7
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