arivuppu 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/arivuppu.rb +5 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 31b38bbb10c544c6b7443e3dfed579ef2f2761285e8e74e2945aebaf76d8a287
4
+ data.tar.gz: 2982695f0080ec83266fd482362f787486ebfdb61484b8cb3eff64766bcfd12f
5
+ SHA512:
6
+ metadata.gz: '08c6868f2e9f7dec1d4a4880ff8b4de7b69df92d2e15ddb13f0e76129d7d66941b1201c59e65cd93c4aae6b846bf08599ba2cf68dc9e4e39266eb2fa38a3e924'
7
+ data.tar.gz: 80d371707cefa48bedcd814a85aa8b1154b0791c93c4c5e794a99995b29a08a0fe96e8a1d9be0b0f52cb627e1fc88e8b4db713aa9b53090401a5ed4ee3f8365e
data/lib/arivuppu.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Arivuppu
2
+ def self.vanakkam
3
+ puts "வாழ்க வளமுடன்"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: arivuppu
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Karthi S, Sivan+andam R, Vigneshwaran S
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-11-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Manage notification API's for your rails application made easier. Notify
14
+ through SMS, Whatsapp, Email, Web and Mobile push notification.
15
+ email: vigneshsika@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/arivuppu.rb
21
+ homepage: https://rubygems.org/gems/arivuppu
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
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
+ rubygems_version: 3.5.23
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Notifications made simpler!
44
+ test_files: []