hello_world_avishek 11.1.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1686447f739765449af0bb9b2c23313c4399f996fe424b6d1f8ee9d07325cbbf
4
+ data.tar.gz: 430cf2d18775f2baff1dcd226b271a2e7f892986bdd57971d63e227263e10e1d
5
+ SHA512:
6
+ metadata.gz: 150654b9c8a90e83ca44b356766c097de1955f5e08db51351b8402a127b7b8c24eedc13921ea86b4e75ff4499b062830681c8072760adb2040403daaf4b3a7f6
7
+ data.tar.gz: c1e1febe0fff17735a4ca54a0af1fa9c84d3a0c9bc521791a4b430f05b77a933332c039833add3cfb9b12cf6b0610f82ceccaa1649e0979f565b79eec87f40b7
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+ require 'hello_world_avishek'
3
+ HelloWorld.greet
@@ -0,0 +1,9 @@
1
+ class HelloWorld
2
+ def self.greet
3
+ puts 'Hello, world! from GEM'
4
+ end
5
+ end
6
+
7
+
8
+
9
+
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hello_world_avishek
3
+ version: !ruby/object:Gem::Version
4
+ version: 11.1.1
5
+ platform: ruby
6
+ authors:
7
+ - avishek
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-08-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This gem prints Hello World!
14
+ email: your.email@example.com
15
+ executables:
16
+ - hello_world_avishek
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/hello_world_avishek
21
+ - lib/hello_world_avishek.rb
22
+ homepage: https://github.com/avishek-nayal-sony/depe1
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.1.2
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: A simple hello world gem
45
+ test_files: []