hola_san235 0.0.2

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
+ SHA1:
3
+ metadata.gz: 3ee01e0eb5d52de5f0187727621b2c4f2e82ba36
4
+ data.tar.gz: a4f2e245edaf15d9631aeb5eb1383349c7c51c70
5
+ SHA512:
6
+ metadata.gz: db1ce86bd33dc325d4b453f2a5285f22fab4e214a5c7008275ebdde9f1123dbb3d505e84e180975b53070f1d525efa0bb61290e21c3ba8b727101d9f261ebb3a
7
+ data.tar.gz: 64ec2865943a24bb15658303dc822ab261372ef10074cb20813fed6695bb223eca4c2f0bddcb90f292fb448806b9d2f1eff2e65345e96926891cc5671e326f29
File without changes
@@ -0,0 +1,5 @@
1
+ class Hola
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hola_san235
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Sangat Vaidya
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-09-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem for learning to publish gems on RubyGems
14
+ email: sangatsvaidya@yahoo.co.in
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - hola_challenge.txt
20
+ - lib/hola_san235.rb
21
+ homepage: https://rubygems.org/gems/hola_san235
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
+ rubyforge_project:
41
+ rubygems_version: 2.5.2.1
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Hola!
45
+ test_files: []