hola_hal13 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/hola_hal13.rb +6 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e0a33f451828347da20fe19d2f6f246a8f5b75d7
4
+ data.tar.gz: 4b7ca08a4afdeabb705cd1c8e986a3169e7b20dd
5
+ SHA512:
6
+ metadata.gz: f7a62f09233cb80e316e91d77dd581e59eda31d876575192123d41660afc5140c0c6a3bcb1305c5b003481307a82760165ec83119e02c773e7f9c473248073cf
7
+ data.tar.gz: e9e9a97ea71d9adddaed1b0b6817f6e3685dc1c740fdcbf5d0bda6f6c313028e4d841d4e83cb8f1ef46a1a16de1d9361add42241866a1d6453b963a34bc900ea
data/lib/hola_hal13.rb ADDED
@@ -0,0 +1,6 @@
1
+
2
+ class HolaHal13
3
+ def self.hi
4
+ puts "Hello World!"
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hola_hal13
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Mitsuo Yamada
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-07-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: a15z8my@aiit.ac.jp
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/hola_hal13.rb
20
+ homepage: https://rubygems.org/gem/hola_hal13
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.4.5.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Hola!
44
+ test_files: []