ombu_labs-notifications 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/services/slack_notifier.rb +3 -3
- data/lib/ombu_labs/notifications/version.rb +1 -1
- 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: 2479e1357316aecc945a5e5aa6d03de510c01ce09a3cd8d2765a7b70b8df4b7a
|
4
|
+
data.tar.gz: f624a9bc9c8994d820e2e41f6817fa8cbbb85c672c60bca5f672ccbf39661d83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 200585fe41d3d2a405b45b55aed3d23e2edb1d650d4e324140470b47b6a356bd85d13d7a8a26f4ca5708be4996c1edbd686c4ea683809e18a1aab76b544bac86
|
7
|
+
data.tar.gz: 1f6c10ccb6264a95529e15ef6dc9939dfdf9fbaad6fbe1e8fd176ef5510f5233f195a7d43e30df2b0b67aa9a10399480d71b45edbfc14add35ca8e7881c04564
|
@@ -15,9 +15,9 @@ class SlackNotifier
|
|
15
15
|
```
|
16
16
|
Email: #{contact.email}
|
17
17
|
How they found us: #{contact.found_us}
|
18
|
-
Request Type: #{contact
|
19
|
-
In House Developers: #{contact
|
20
|
-
They plan to start at: #{contact
|
18
|
+
Request Type: #{contact["request_type"]&.titleize}\n
|
19
|
+
In House Developers: #{contact["in_house_developers"]}\n
|
20
|
+
They plan to start at: #{contact["starting_at"]}\n
|
21
21
|
Cheers,\nYour OmbuLabs Robot!
|
22
22
|
|
23
23
|
TEXT
|
metadata
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ombu_labs-notifications
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fiona
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '6.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '6.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.
|
98
|
+
rubygems_version: 3.4.6
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: A gem to send notifications via email, Slack
|