vinay 1.0.0

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.
Files changed (5) hide show
  1. data/Changelog +0 -0
  2. data/LICENSE +0 -0
  3. data/README +0 -0
  4. data/lib/vinay.rb +8 -0
  5. metadata +56 -0
data/Changelog ADDED
File without changes
data/LICENSE ADDED
File without changes
data/README ADDED
File without changes
data/lib/vinay.rb ADDED
@@ -0,0 +1,8 @@
1
+ class Vinay
2
+ def initialize(name=nil)
3
+ @name=name
4
+ end
5
+ def pr
6
+ puts @name
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vinay
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Vinayak
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-11-11 00:00:00 +05:30
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: To test the creation of gem
17
+ email: eazeenet@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - README
26
+ - Changelog
27
+ - LICENSE
28
+ - lib/vinay.rb
29
+ has_rdoc: false
30
+ homepage: http://eazeenet.in
31
+ post_install_message:
32
+ rdoc_options: []
33
+
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: "0"
41
+ version:
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: "0"
47
+ version:
48
+ requirements: []
49
+
50
+ rubyforge_project:
51
+ rubygems_version: 1.3.1
52
+ signing_key:
53
+ specification_version: 2
54
+ summary: This is my first ruby gem
55
+ test_files: []
56
+