am_hello_son 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/am_hello_son.rb +5 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 813ec0b7eb2717a44eb2242b2f17406a4d407dcfcc6b8b206a86f9539ef8f35e
4
+ data.tar.gz: 27abbec4f4856911a21a7775267cfd2588115f48114658fb2931b6ad5dae27e4
5
+ SHA512:
6
+ metadata.gz: 1642197cbec0062edb657810084f27eae181f569639cf36fd6cdc0ca9e323a59714eae624e9181870ec67d9cca769a36d3614a889cfce4eb3d627b6da3f7dd95
7
+ data.tar.gz: 2245a77808ff816bf7a520bcf9714cb148211280b1fefe4570dfb27dbfa1e6b40837a5c1afa3854cf108bdb9b4857a20969c7471ae3910ecae858fb6fd5abac3
@@ -0,0 +1,5 @@
1
+ class AmHelloSon
2
+ def self.hi
3
+ puts 'Hallow Son!!!'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: am_hello_son
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Andrew Maughan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-05-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: andrew@maughan.org.uk
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/am_hello_son.rb
20
+ homepage: https://rubygems.org/gems/hola
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.7.3
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Hallow Son!
44
+ test_files: []