rtpush 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/rtpush.rb +9 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2c15bf3d99afeda4f5ba4010061796a85599852d
4
+ data.tar.gz: 44e6a85f0f7bf53586f3961220b336707626c4ea
5
+ SHA512:
6
+ metadata.gz: a9561019dd151a5f628aea9817a4567435567633a3a63bd3ac9bed69a3c8868ed9d151490896946d629b9db325d5840c5fc456c98ecddca4b55c56f9755aa1fc
7
+ data.tar.gz: 0c7aea244e4128ecc2b89501217b10e432eb8ca320a391275492602b1c4b42010457d8b0a255aabdefa695041acea81e7e8106f40fc18016f6bddad461c6e4f8
data/lib/rtpush.rb ADDED
@@ -0,0 +1,9 @@
1
+ class RTPush
2
+ def self.push
3
+ puts "Push notifications to everywhere!"
4
+ end
5
+
6
+ def self.notify
7
+ puts "Send notifications to everywhere!"
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rtpush
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Mhd Sami AlMouhtaseb
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-01-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: terminal push notification service for ruby.
14
+ email: mssatnami@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/rtpush.rb
20
+ homepage: https://github.com/satnami/rtpush
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ - spec
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.5.1
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Ruby terminal push notification service.
45
+ test_files: []