nat101 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/nat101.rb +5 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 817febf48614f0eaaaa515f1d8e4b523c478fb634d20e2a78a938d848ba0bfe5
4
+ data.tar.gz: 9740ea458cefe3ea8d714df0c9b1dc739dd90ea7fd4364346e5f7b5c72d7dbad
5
+ SHA512:
6
+ metadata.gz: 3c32d6fea99a0af6326cb4f4eab84dc8e8b531d01fa318ea78c259f17f871790cc7a7cfc41b0fa82d217215390c2927383d5a9dedb9025329db8a667efafc11c
7
+ data.tar.gz: d390639443e29374d2a3debac52f81f201c15ae35c37219a85b5e1352fa2cf21bcf2a2cbc86c869298ead2bd4656dffaa7686c30e6021b5a47e07714fe873fbf
data/lib/nat101.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Nat101
2
+ def self.hola
3
+ puts "hola"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nat101
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Ricardo Santiago
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-03-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Much longer explanation of the example!
14
+ email: ry.yrupailla@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/nat101.rb
20
+ homepage: https://rubygems.org/gems/nat101
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ source_code_uri: https://github.com/example/example
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Says hello!
44
+ test_files: []