simplehelloworld 0.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/simplehelloworld.rb +7 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0c1005abcc45af90d94ba964e3d9c618dd70dd17
4
+ data.tar.gz: 6e45ab2108399f30bdbc3aa444ae8c93c00432c0
5
+ SHA512:
6
+ metadata.gz: 0153717c24437ca22b4da75e58ac6c7846ae0357e51f625d8892da37940a673575443365a0364022d8d113b445905a924f803101c69b7dbfe8fe7e604b927669
7
+ data.tar.gz: 1cfb2892d299521057711b701a88996865c01cabe47a0005644ca444bbd1fd35effd882f9f1de9eba4b545eaf41b18b467a499882fb511413eca52d3149a90d7
@@ -0,0 +1,7 @@
1
+ class SimpleHelloWorld
2
+ def self.hi
3
+ puts "Enter your name: "
4
+ input=gets
5
+ puts"Welcome #{input}"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: simplehelloworld
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Adarsha
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-08-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: adarsha.shetty.89@live.in
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/simplehelloworld.rb
20
+ homepage: http://rubygems.org/gems/simplehelloworld
21
+ licenses:
22
+ - None
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.4.8
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Simple helloworld program
44
+ test_files: []
45
+ has_rdoc: