Hola_hashimoto 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: af9debc3f7af5dd94fa9e4898f7f21b4d521769e
4
+ data.tar.gz: daa46edc0d04950b0a3be4230276e18398b5b7b2
5
+ SHA512:
6
+ metadata.gz: d9a7a9599b81946d2d4a6e0806a76ea57663701f91398c06dab106b0089ed729c9cdaec5f43ed72b133ef46da349c9111aa4997e280d87dcee91dea3a6c9e09f
7
+ data.tar.gz: e685bcf1a4e0b27cfbb2f7879b5d24b4009c10ac816153f3c5355377b82ce27495a46b9ec70a9c8408b6b3836211d2f927a8a9d9c712e2cea84a348d2e522885
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'hola_hashimoto'
4
+ puts Hola_hashimoto.hi
@@ -0,0 +1,6 @@
1
+
2
+ class Hola_hashimoto
3
+ def self.hi
4
+ puts "Hello world!"
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: Hola_hashimoto
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Chihiro Hashimoto @ aiit
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-10-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: sample gem
14
+ email: a14z6ch@aiit.ac.jp
15
+ executables:
16
+ - hola_hashimoto
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/hola_hashimoto
21
+ - lib/hola_hashimoto.rb
22
+ homepage: http://rubygems.org/gems/hola_hashimoto
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.4.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Hello wold
46
+ test_files: []