hdh 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/hdh.rb +5 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4a69088bfba6dde926e5a431578bce1d2aaf0d1e629783f0f2eee7f7ae623a60
4
+ data.tar.gz: 155c2b0b1568fa16c1d0b4c9f207ffbb4eef9c0ba7f860f29a27552676346b6a
5
+ SHA512:
6
+ metadata.gz: ac967c1bb4147ea146ea92e3e6445034a365c274f6f2b4715f51634f0d82f09d30c592b448b44737f57fb7b92daf598690b07f4b3634d8fd081062976081d852
7
+ data.tar.gz: e20934dafa4ec02da5b4c68f62454a32243fd2d77131ae8ecabcca4b25786e1715f333afb21ece7230cb1fe345358f867cfa515136ce8a6c4c4581ca627e35a1
data/lib/hdh.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Hdh
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hdh
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Artur Malabarba
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-05-05 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: " HTML is Data is HTML\n"
14
+ email: artur@endlessparentheses.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/hdh.rb
20
+ homepage: http://rubygems.org/gems/hdh
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
+ rubygems_version: 3.0.1
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Render plain data into HTML
43
+ test_files: []