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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rtpush +5 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75b60d3870317e9767c5c6d5166c19db97d339ad
4
- data.tar.gz: c75445ce6576e5ba84f302bf38e67c5e88bcf85f
3
+ metadata.gz: a2c5a0421b2bc1bd19489676c34eda5a8516c2e6
4
+ data.tar.gz: d3fd5a8aedfff2f21e0ec7b5825d2d7a07ca6e60
5
5
  SHA512:
6
- metadata.gz: 2b78987658b519012a369428512f4bdc56509173f1f0082cb994e52e2b19b5bd6ab8a3e7288b3e6fac60d4068bffa8fdcc06d223e375ff4a65a707e612676344
7
- data.tar.gz: edcf78a472317d3beea585c036e3198a197c3a03232af2ebbffcbb1ffe71d00be361b0891f4c9b0bd1004a2b12d619e6e94482c81ac06d6317d852c184dc6483
6
+ metadata.gz: b53b45ff979f3481dac60e2f740ef4023428915bfadbd678fe2429f14d6f25e39695d1a47863c75551540982714e7be4908a77c8420c67df6d92e5be0fb87732
7
+ data.tar.gz: 84fa337d2f3ee01324544251f964adc5ee36652a31f4c4ed8bd0993e839b0a55b931f679fae12644d6fa9c65686f8c4e96abdd76fbd4112773788161ba570255
data/bin/rtpush ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'rtpush'
4
+
5
+ RTPush.initialize(ARGV[0].split(','), ARGV[1])
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.2
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