aga-message 0.0.2 ā 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +18 -3
- data/lib/message/resources/common.rb +2 -1
- data/lib/message/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49f8fde25341d7fbffe92ee7f06b5eabc70256fb18e9601e5c444a911e795699
|
4
|
+
data.tar.gz: a1e6341b16eed0ad31c6c1b7d9c3af46e86f6300e51466de2fc49d7e59f4ca99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fda9503b2ccce7aee249e5f1d9cb7bf9c3e7d3b82d1b48e742a653d5ece192945e6ab2832f292b2e97a2485b97c66c73f23f4d995c8cfcb473d5743f2aaaf6f
|
7
|
+
data.tar.gz: 68fedb33829f05670fbe8f5f77d03aeb5b830ee829b2620125e2f742537e91a80737d487fa2eba64140da0ca16374004b1fad615853fb165a8e92d8246ec38a5
|
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# Aga-message
|
2
2
|
|
3
|
-
Aga-
|
3
|
+
Aga-message is a Ruby gem that provides a convenient way to format messages to be sent to customers. It offers a set of utilities and methods to compose and customize messages before sending them to clients through various communication channels.
|
4
|
+
|
4
5
|
|
5
6
|
## Features
|
6
7
|
|
@@ -59,6 +60,22 @@ Message.configuration
|
|
59
60
|
}
|
60
61
|
]
|
61
62
|
|
63
|
+
response = Message::Helpers::Dissipator.new(result: result, service: :new, count: 2).run
|
64
|
+
|
65
|
+
# Output: response
|
66
|
+
|
67
|
+
{
|
68
|
+
:result => [
|
69
|
+
"š¤<b>MOVEMENT 3/06</b> š¤\n\nCrypto: <b>Bitcoin (BTC)</b>\nš: <b>Exchanges: </b>\nExchange 1 - BTC/USDT\nExchange 2 - BTC/USDT\n ========================== \n
|
70
|
+
|
71
|
+
š¤<b>MOVEMENT 4/06</b> š¤\n\nCrypto: <b>Ethereum (ETH)</b>\nš: <b>Exchanges: </b>\nExchange 1 - ETH/USDT\nExchange 2 - ETH/USDT\n ========================== \n
|
72
|
+
|
73
|
+
š¤<b>MOVEMENT 5/06</b> š¤\n\nCrypto: <b>Xrp (XRP)</b>\nš: <b>Exchanges: </b>\nExchange 1 - XRP/USDT\nExchange 2 - XRP/USDT"
|
74
|
+
],
|
75
|
+
:count => 5
|
76
|
+
}
|
77
|
+
|
78
|
+
This output is to be considered without spaces
|
62
79
|
|
63
80
|
```
|
64
81
|
|
@@ -98,5 +115,3 @@ By obtaining a copy of this software and associated documentation files (the "So
|
|
98
115
|
5. Governing Law
|
99
116
|
|
100
117
|
5.1 This license shall be governed by and construed in accordance with the laws of Italy, without regard to its conflict of laws principles.
|
101
|
-
|
102
|
-
By using the Software, you acknowledge that you have read and understood this license agreement and agree to be bound by its terms and conditions.
|
data/lib/message/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aga-message
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefano Baldazzi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: zeitwerk
|
@@ -221,5 +221,5 @@ requirements: []
|
|
221
221
|
rubygems_version: 3.3.24
|
222
222
|
signing_key:
|
223
223
|
specification_version: 4
|
224
|
-
summary: aga-message0.0.
|
224
|
+
summary: aga-message0.0.3
|
225
225
|
test_files: []
|