dbofficer 0.0.1

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/dbofficer.rb +5 -0
  3. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0557372eb07dca2218e98d068a52e1b53148a74f
4
+ data.tar.gz: f6acd54ec895918c20361285f5fc1853d06bb619
5
+ SHA512:
6
+ metadata.gz: bb1609e65b7635f5a7b1043171022a65f4c4818f53a6166925e55134b42b06a5e32300b334979bbb0489fac5375893b99bc9960246c4e4848eaf7bf76a6d698f
7
+ data.tar.gz: a2365e9bee52d57b295be4a99d098f568089bc18af788b39e9c07b39830f1783e36adee0ea324c466134e0684ad9607dea48987d15171527572f297a2b1b7520
data/lib/dbofficer.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Dbofficer
2
+ def self.hello
3
+ puts "Hello world! we are comming soon."
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dbofficer
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ananta Lamichhane
8
+ - Ojash Dahal
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2016-03-16 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: We are comming very soon.
15
+ email:
16
+ - anantalamichhane@lftechnology.com
17
+ - ojashdahal@lftechnology.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/dbofficer.rb
23
+ homepage: http://rubygems.org/gems/dbofficer
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.4.6
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: We are comming very soon.
47
+ test_files: []