rtpush 0.0.2 → 0.0.3
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/bin/rtpush +5 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2c5a0421b2bc1bd19489676c34eda5a8516c2e6
|
4
|
+
data.tar.gz: d3fd5a8aedfff2f21e0ec7b5825d2d7a07ca6e60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b53b45ff979f3481dac60e2f740ef4023428915bfadbd678fe2429f14d6f25e39695d1a47863c75551540982714e7be4908a77c8420c67df6d92e5be0fb87732
|
7
|
+
data.tar.gz: 84fa337d2f3ee01324544251f964adc5ee36652a31f4c4ed8bd0993e839b0a55b931f679fae12644d6fa9c65686f8c4e96abdd76fbd4112773788161ba570255
|
data/bin/rtpush
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rtpush
|
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
|
- Mhd Sami AlMouhtaseb
|
@@ -186,11 +186,13 @@ dependencies:
|
|
186
186
|
version: '0'
|
187
187
|
description: terminal push notification service for ruby.
|
188
188
|
email: mssatnami@gmail.com
|
189
|
-
executables:
|
189
|
+
executables:
|
190
|
+
- rtpush
|
190
191
|
extensions: []
|
191
192
|
extra_rdoc_files: []
|
192
193
|
files:
|
193
194
|
- README.md
|
195
|
+
- bin/rtpush
|
194
196
|
- lib/initializers/dotenv.rb
|
195
197
|
- lib/initializers/fcm.rb
|
196
198
|
- lib/initializers/instapush.rb
|