appilix_notifications 0.1.0

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +75 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ecd11d1e6132cec8349f2c25b8591e1ccec77398b2f06887a8d43efe4a9b2739
4
+ data.tar.gz: a5ef42effd83291505bd3942932a1408997b6510755881b57ff68b074e58a7c6
5
+ SHA512:
6
+ metadata.gz: d7c18ee6d91200d0ec0e3f50921a80a91e34ee07919e63253bbfb061c55e4a5f37718c9944965b293992356fcadcc88bd733b1419a0ad65b85c079cc4f10db8b
7
+ data.tar.gz: 83bab8a4dd6b2799f5be4d6dc969ac49b61c1b72ca823603c9f28d837b2c06798e1eb875fa2233f3123b8d3107180288f7c3ca52aacf74c8d755a85a05887237
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: appilix_notifications
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - RoaaAlqaisi
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 2025-01-23 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: json
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '2.0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '2.0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: net-http
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.1.1
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: 0.1.1
40
+ description: appilixNotifications is a Ruby gem that simplifies sending push notifications
41
+ to users of your application via the appilix API. It includes functionality to fetch
42
+ registered users and send notifications with customizable titles, bodies, and optional
43
+ user-specific or link-specific parameters.
44
+ email:
45
+ - rowaalqaisi@gmail.com
46
+ executables: []
47
+ extensions: []
48
+ extra_rdoc_files: []
49
+ files: []
50
+ homepage: https://github.com/RoaaAlqaisi/appilix_notifications
51
+ licenses:
52
+ - NGPL
53
+ metadata:
54
+ allowed_push_host: https://rubygems.org
55
+ homepage_uri: https://github.com/RoaaAlqaisi/appilix_notifications
56
+ source_code_uri: https://github.com/RoaaAlqaisi/appilix_notifications
57
+ changelog_uri: https://github.com/RoaaAlqaisi/appilix_notifications/CHANGELOG.md
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: 3.0.0
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubygems_version: 3.6.3
73
+ specification_version: 4
74
+ summary: A Ruby gem to send notifications using the appilix API.
75
+ test_files: []