rubytcoin 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/rubytcoin.rb +5 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2a6e7c6b2ab933106cfd4d626ca68c2865884ac58ebc967ac430975c10e7bc60
4
+ data.tar.gz: ab3cbe378a8d6c52f35023cc30be6bc917989e4e3df85a0aedd5b25dc5aa6540
5
+ SHA512:
6
+ metadata.gz: 39e4732978c983f1693bc21200036b3145932824e2e990e7f70b2f87b14b3e897d38997d42f33ac452704554b696f1bb1af9ec024dfb8055a26e9f2ffd84ffb9
7
+ data.tar.gz: 1211b36d4a077d39777e80490b8c8f06613ea8744e221fd51ed2a7b948cce3e3edd621d8535cdeb29663a617258b906ba55c69614703f7c63bd0fa0100d5c7d0
data/lib/rubytcoin.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Hola
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubytcoin
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Matej Lukášik
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-04-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Output of using the Ruby programming language while going through Programming
14
+ Bitcoin by Jimmy Song.
15
+ email: matej@occupationbliss.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/rubytcoin.rb
21
+ homepage: https://rubygems.org/gems/rubytcoin
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
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.5.7
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Ruby wrapper for the Bitcoin API
44
+ test_files: []