effective_messaging 0.10.0 → 0.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff5773a733b37822d06ddfb3665e1fa98f17050e31bae37f0a8eb9a5dad08421
4
- data.tar.gz: ab21c0e35da078b4fa9774d68daf628901f0f8bfd5a8813a8b35373c2eecfbf8
3
+ metadata.gz: 19db404aed321956644e50e5997409d23e21b4dd086f41057cf6c254a96bffc6
4
+ data.tar.gz: 5a5379c2ce0f24e310f768c9959a1853e2a351714a0d9b8068530a306ad7ac46
5
5
  SHA512:
6
- metadata.gz: 7a333c9f9f0b06628d3db45c5dab6238ddd53ef89fc3bc8f6bd680b290614e745d8022d995e25563b4c3268a349d98ec0b0966eae250b434146d0908e37bbdf2
7
- data.tar.gz: 04da0ceeb655b600b463809647c512598db314ca05928b539d72d88911b15bc1786b9fb031b1e654d004006935b874dfc2fc8746bf14bf867273e542eeee642e
6
+ metadata.gz: 925c83d215d7201a2cf4389ab6e7d853873346266e5c2d66d409907c953200f6831b280287489ebc7c49f52653dcc33b5d997b1e58975f89231fc2e253966a6f
7
+ data.tar.gz: b6eb40d50b5c1d1e0406f43c71985d3a11dce7a7dc3762399b536f65b8dd8a50dcf201ce9e92f47283e5d23d5850ae87ceab27facba1b6fc6e14b72cab537f53
@@ -2,8 +2,7 @@
2
2
  .card
3
3
  .card-header
4
4
  %strong= chat_message.name
5
- commented
6
- = time_ago_in_words(chat_message.created_at)
7
- ago
5
+ commented on
6
+ = chat_message.created_at.strftime('%F %T')
8
7
  .card-body
9
8
  = simple_format(chat_message.body)
@@ -15,7 +15,8 @@
15
15
 
16
16
  opened
17
17
  = time_ago_in_words(chat.created_at)
18
- ago
18
+ ago on
19
+ = chat.created_at.strftime('%F')
19
20
 
20
21
  = succeed('.') do
21
22
  = pluralize(chat.chat_messages_count, etd(chat.chat_messages))
@@ -1,3 +1,3 @@
1
1
  module EffectiveMessaging
2
- VERSION = '0.10.0'.freeze
2
+ VERSION = '0.10.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-27 00:00:00.000000000 Z
11
+ date: 2025-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails