whatsapp_notifier 0.2.0 → 0.2.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 +4 -4
- data/README.md +2 -2
- data/lib/whatsapp_notifier/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8e6a3f778a2a2591be99996b7b1192acc1f5d7b54a9d684d54377c79e7d3047
|
|
4
|
+
data.tar.gz: 885df1bd5642c029fa3caff53662471b5e178f1ec31eede668ac71c934e2bde8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a39265acc4b6f17db6ef8fecc375e3a7be7b5209e6eccfe6f48ec727715fd05090668f542a3e0bb92b34731a5c2343e620d0385e856a5207513b052f210f968
|
|
7
|
+
data.tar.gz: 8201ead3cdef35c7db39a5856bda1bcaf5ae6df6bdfb9253b2549d1006536cb31b0eb7f4a70f8388414859cde4d58feb2c4e1797d0fbcfbfbdbe867b3720b8b0
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# WhatsAppNotifier
|
|
2
2
|
|
|
3
|
-
`whatsapp_notifier` is
|
|
4
|
-
|
|
3
|
+
`whatsapp_notifier` is production-ready WhatsApp messaging for Rails.
|
|
4
|
+
Set it up in minutes with one install generator and one service command.
|
|
5
5
|
|
|
6
6
|
No official WhatsApp API setup, app review, or Meta webhook configuration is required.
|
|
7
7
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: whatsapp_notifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kshitiz Sinha
|
|
@@ -37,8 +37,9 @@ dependencies:
|
|
|
37
37
|
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '1.0'
|
|
40
|
-
description:
|
|
41
|
-
|
|
40
|
+
description: Add WhatsApp messaging to Rails in minutes with one install generator
|
|
41
|
+
and one service command. Supports QR auth, multi-user sessions, mailer-style notifications,
|
|
42
|
+
and safer bulk delivery with retries and rate limiting.
|
|
42
43
|
email:
|
|
43
44
|
- kshtzkr@gmail.com
|
|
44
45
|
executables:
|
|
@@ -122,5 +123,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
123
|
requirements: []
|
|
123
124
|
rubygems_version: 4.0.3
|
|
124
125
|
specification_version: 4
|
|
125
|
-
summary:
|
|
126
|
+
summary: Production-ready WhatsApp messaging for Rails
|
|
126
127
|
test_files: []
|