hola_hxcan_1 0.0.0

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_hxcan_1.rb +7 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e4852c98413f2aed43a0779e78c2127e25489137
4
+ data.tar.gz: 11937cb5ef249afeb55b033c1916d7689846f9d8
5
+ SHA512:
6
+ metadata.gz: 83a7f234491371ac13ac2c4e48febfc0e352a0925910a1ff81e03daf3a8ecd3efaad17868e02b239a4f789cc3d6329f2bc78be484ea16cdaebcc500dcd6c4991
7
+ data.tar.gz: b260bd47f471fc3671c44b0eb106e055388fe705873878c1006836b6c159486d1a75e1a14b7fd1ce9cbd03b7cdd276ba17bc4c1619e1629ae7d376d067d708da
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ class HolaHxcan1
4
+ def self.hi
5
+ puts "Hello world!"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hola_hxcan_1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Hxcan Cai
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-07-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: caihuosheng@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/hola_hxcan_1.rb
20
+ homepage: http://rubygems.org/gems/hola_hxcan_1
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: []