rl_hiya_sinha_neha 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rl_hiya_sinha_neha.rb +5 -0
  2. metadata +50 -0
@@ -0,0 +1,5 @@
1
+ class Hiya
2
+ def hiya
3
+ puts "Hiya All!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rl_hiya_sinha_neha
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Neha Sinha
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-02-27 00:00:00.000000000Z
13
+ dependencies: []
14
+ description: ! "This is a test gem to try publishing gems.\n Inorder
15
+ to use this gem, first create an instance of Hiya. Then call the method hiya() on
16
+ the newly\n created instance.\n For Example\n
17
+ \ h = Hiya.new\n h.hiya => will display 'Hiya
18
+ All!'"
19
+ email:
20
+ - neha154@gmail.com
21
+ executables: []
22
+ extensions: []
23
+ extra_rdoc_files: []
24
+ files:
25
+ - lib/rl_hiya_sinha_neha.rb
26
+ homepage:
27
+ licenses: []
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubyforge_project:
46
+ rubygems_version: 1.8.17
47
+ signing_key:
48
+ specification_version: 3
49
+ summary: Displays Hiya All!
50
+ test_files: []