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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '039a2704065400307efc4ba87239421078f1b63f97055c025ec226c6d26d907a'
4
- data.tar.gz: 1af1676a7258d3c34e63d4fd2a6f7ab5ddb0158f78403c8d9ea65f2ccc54eda2
3
+ metadata.gz: f8e6a3f778a2a2591be99996b7b1192acc1f5d7b54a9d684d54377c79e7d3047
4
+ data.tar.gz: 885df1bd5642c029fa3caff53662471b5e178f1ec31eede668ac71c934e2bde8
5
5
  SHA512:
6
- metadata.gz: e7d97f32003bbdcd29e05a59857a1fc5e33c980b78a9aa6b4c0fa7398e44ce508ca629ad27ba8066759b538e4044a47904dfedfd9e74749a11dedc8de5fb0e4a
7
- data.tar.gz: 4832f03b7c735afc1d735ff3ad1cfbd9717912a63e06defddbe3d0a7f4a1954b49e4e811b6597fcc61b573556e6cec636e572f5014beae7355aa578c6d2c2d7b
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 a Rails-friendly gem for WhatsApp Web automation.
4
- It is intentionally simple: run the bundled Bun service, scan a QR code, and send messages.
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
 
@@ -1,4 +1,4 @@
1
1
  module WhatsAppNotifier
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
 
4
4
  end
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.0
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: Plug-and-play WhatsApp notifier gem with provider abstraction, bulk messaging
41
- safeguards, and mailer-like API.
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: Rails-friendly WhatsApp notifications with pluggable providers
126
+ summary: Production-ready WhatsApp messaging for Rails
126
127
  test_files: []