ankur625 0.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.
- checksums.yaml +7 -0
- data/lib/ankur625.rb +10 -0
- metadata +44 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: a5d09785bf7e6f2460979ac096fe46a161108fa7
|
|
4
|
+
data.tar.gz: 1a55d69b97aa9f317fb457d602293ce21eb48a47
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: afd0f9a77ba9d55ac1fc2298ce9089a6626759e5ae8bc79796abf71cf655e0e87ca4ac781617fbb43c6705f6611d5ccc56f4fd0a5212d2afb56c5cf6334fc554
|
|
7
|
+
data.tar.gz: e9f065d24d809e5421c2a2f67e1b6696d38532c5312910bb5748de3bcf05bc1a59a7c6374c1b2f47bb8dcba22463484368ee5ee52f05d66844d3b7de5566225b
|
data/lib/ankur625.rb
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
class Ankur625
|
|
2
|
+
|
|
3
|
+
def self.hi
|
|
4
|
+
puts "Hello World!"
|
|
5
|
+
puts "My name is Pradnyankur Nikam, I am from Pune, Maharashtra, India."
|
|
6
|
+
puts "I am a freelancer, PHP and Ruby developer. I love computer programming, MMA and PC games."
|
|
7
|
+
puts "Thanks for downloading the rubygem developed by me. I'll develop and publish more useful rubygems soon..."
|
|
8
|
+
end
|
|
9
|
+
|
|
10
|
+
end # End: Ankur625
|
metadata
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: ankur625
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Pradnyankur Nikam
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-01-11 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: A simple hello world gem by Pradnyankur Nikam.
|
|
14
|
+
email: support@startgmaesite.com
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- lib/ankur625.rb
|
|
20
|
+
homepage: https://69plugins.com
|
|
21
|
+
licenses:
|
|
22
|
+
- MIT
|
|
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.2.2
|
|
41
|
+
signing_key:
|
|
42
|
+
specification_version: 4
|
|
43
|
+
summary: Hola Ankur625!
|
|
44
|
+
test_files: []
|