wco_models 3.1.0.166 → 3.1.0.168

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: 8cccae822c2a979265b1d9cd46ac96dbf4bdfd453277eead17e30adc6c0e647b
4
- data.tar.gz: b6a40fa99dc9940ce4be719fcb79dcf20aaa991eba6f7e40993f2a84ed296586
3
+ metadata.gz: 39a1b5be41ae4ca454da67541e42674f6159bd51688022cc6646fee183d172b0
4
+ data.tar.gz: 1a9662e0814a685f277910c80fb48839f4fdb11f188fcfae0aa484d08f100920
5
5
  SHA512:
6
- metadata.gz: 703af5c6c55f3442d3a9195b08e8db619778ff8330333ee60c75772c304aaea575cf66bc54fd0a4a098dc7c3a05d92008c263a563a0141d5474031d5cb9f2876
7
- data.tar.gz: 311d50550ff7c4e336ac24c068be4b60eb04a729b38c7f71c3669d7a2dac0f4e4fb0508ea56ca23e6ffad64b84a71a7d8da177dd35e8c938edfa37bc46b2418e
6
+ metadata.gz: 432bff7bf6f0ad15331348e2580262c1b745452b3a68f6b1dbcfea1a86a3e5b35d609fe9ef2b7ce38a01cdadb6d11dbcbb1559599c0abc1b69b9127b7a5b53f5
7
+ data.tar.gz: cf3d4c3d3f3443b4ca2295c8344561c1127c4d3ad8cd52bb106a8159f946dd05dca8121b08ffc7dcdaafb2c9f908cd70af940af79cf4cc99f8c996141d181d36
@@ -0,0 +1,8 @@
1
+
2
+ .Card {
3
+ border: 1px solid gray;
4
+ border-radius: 5px;
5
+
6
+ padding: 0.5em;
7
+ margin: 0 0.5em 0.5em 0;
8
+ }
@@ -64,14 +64,6 @@ table.bordered {
64
64
 
65
65
  /* C */
66
66
 
67
- .Card {
68
- border: 1px solid gray;
69
- border-radius: 5px;
70
-
71
- padding: 0.5em;
72
- margin: 0 0.5em 0.5em 0;
73
- }
74
-
75
67
  .code,
76
68
  .mono,
77
69
  .monospace {
@@ -77,7 +77,8 @@ class WcoEmail::ApplicationMailer < ActionMailer::Base
77
77
  mail( from: @ctx.from_email,
78
78
  to: @ctx.to_email,
79
79
  cc: @ctx.cc,
80
- bcc: "poxlovibb1@gmail.com",
80
+ ## 2024-07-30 I'm no longer sending these to google.
81
+ # bcc: "poxlovibb1@gmail.com",
81
82
  subject: rendered_subject,
82
83
  body: rendered_str,
83
84
  content_type: "text/html" )
@@ -221,11 +221,12 @@ class WcoEmail::MessageStub
221
221
  if config['skip_notification']
222
222
  ;
223
223
  else
224
- conv = WcoEmail::Conversation.find( conv.id )
225
- if conv.tags.include? Wco::Tag.inbox
226
- out = WcoEmail::ApplicationMailer.forwarder_notify( @message.id.to_s )
227
- Rails.env.production? ? out.deliver_later : out.deliver_now
228
- end
224
+ ## 2024-07-30 I'm no longer sending these to google.
225
+ # conv = WcoEmail::Conversation.find( conv.id )
226
+ # if conv.tags.include? Wco::Tag.inbox
227
+ # out = WcoEmail::ApplicationMailer.forwarder_notify( @message.id.to_s )
228
+ # Rails.env.production? ? out.deliver_later : out.deliver_now
229
+ # end
229
230
  end
230
231
 
231
232
  puts 'ok'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wco_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.166
4
+ version: 3.1.0.168
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ahoy_matey
@@ -414,6 +414,7 @@ files:
414
414
  - app/assets/stylesheets/vendor/select2-4.0.0.min.css
415
415
  - app/assets/stylesheets/vendor/summernote-0.8.18.css
416
416
  - app/assets/stylesheets/vendor/summernote-0.8.18.min.css
417
+ - app/assets/stylesheets/wco/Card.scss
417
418
  - app/assets/stylesheets/wco/alerts_notices.scss
418
419
  - app/assets/stylesheets/wco/application.scss
419
420
  - app/assets/stylesheets/wco/chip.scss
@@ -453,7 +454,6 @@ files:
453
454
  - app/helpers/wco/application_helper.rb
454
455
  - app/jobs/wco_hosting/certbot_job.rb
455
456
  - app/mailers/wco_email/application_mailer.rb
456
- - app/mailers/wco_email/application_mailer.rb-trash
457
457
  - app/models/ability.rb
458
458
  - app/models/ahoy/event.rb
459
459
  - app/models/ahoy/visit.rb
@@ -1,18 +0,0 @@
1
- ## From: https://www.fileformat.info/info/unicode/char/a.htm
2
- ## From: https://stackoverflow.com/questions/7019034/utf-8-encoding-in-ruby-using-a-variable
3
- ## From: https://stackoverflow.com/questions/52654509/random-generate-a-valid-unicode-character-in-ruby
4
- ## latin
5
- # n1 = 0x192
6
- # n2 = 0x687
7
- ##
8
- ## weird punctuation
9
- # n1 = 0x133
10
- # n2 = 0x255
11
-
12
- # random_utf8 = Enumerator.new do |yielder|
13
- # loop do
14
- # yielder << ( rand(n2-n1)+n1 ).chr('UTF-8')
15
- # rescue RangeError
16
- # end
17
- # end
18
- # rendered_subject = "#{rendered_subject} #{ random_utf8.next }#{ random_utf8.next }"