rabbit-slide-hasumikin-RubyConfAfrica2024 2024.07.27.0 → 2024.07.27.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1169bee92953bd8ce02372640bff529eb5a6969b7973d2ad2cfdcbaddb711d79
|
4
|
+
data.tar.gz: 8048649efd6e349308b90b756cc3e2ccd2ac58bc361c79bee8c10387f1dd7423
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 943408d48ad512a194e3c382199e446f45d79c0c08f2444d0b48c5d100c78f90000d90e23a589b202b269810d6d31f12fd4a57995cdd6f5e229f0cc6f0492502
|
7
|
+
data.tar.gz: a3908503a3451d2b98e5bd051bd0fa16119fbbff55927ae90e5e0dc29e002b556d463230b2c89bdf9af2ae3f87284cc50d619d7a68c79e0c24916a31d4d6b5ea
|
data/README.rd
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
= A Beginner's Complete Guide to Microcontroller Programming with Ruby
|
2
2
|
|
3
|
-
Presentation slide for
|
3
|
+
Presentation slide for Africa 2024
|
4
4
|
|
5
5
|
== For author
|
6
6
|
|
@@ -16,9 +16,9 @@ Presentation slide for Euruko 2023
|
|
16
16
|
|
17
17
|
=== Install
|
18
18
|
|
19
|
-
gem install rabbit-slide-hasumikin-
|
19
|
+
gem install rabbit-slide-hasumikin-Africa2024
|
20
20
|
|
21
21
|
=== Show
|
22
22
|
|
23
|
-
rabbit rabbit-slide-hasumikin-
|
23
|
+
rabbit rabbit-slide-hasumikin-Africa2024.gem
|
24
24
|
|
data/config.yaml
CHANGED
data/pdf/RubyConfAfrica2024-ABeginnersCompleteGuideToMicrocontrollerProgrammingWithRuby.rab.pdf
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-hasumikin-RubyConfAfrica2024
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2024.07.27.
|
4
|
+
version: 2024.07.27.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- HASUMI Hitoshi
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2024-
|
10
|
+
date: 2024-10-09 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rabbit
|
@@ -24,7 +23,7 @@ dependencies:
|
|
24
23
|
- - ">="
|
25
24
|
- !ruby/object:Gem::Version
|
26
25
|
version: 2.0.2
|
27
|
-
description: Presentation slide for
|
26
|
+
description: Presentation slide for Africa 2024
|
28
27
|
email:
|
29
28
|
- hasumikin@gmail.com
|
30
29
|
executables: []
|
@@ -74,7 +73,6 @@ homepage: https://slide.rabbit-shocker.org/authors/hasumikin/RubyConfAfrica2024/
|
|
74
73
|
licenses:
|
75
74
|
- MIT License
|
76
75
|
metadata: {}
|
77
|
-
post_install_message:
|
78
76
|
rdoc_options: []
|
79
77
|
require_paths:
|
80
78
|
- lib
|
@@ -89,8 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
87
|
- !ruby/object:Gem::Version
|
90
88
|
version: '0'
|
91
89
|
requirements: []
|
92
|
-
rubygems_version: 3.
|
93
|
-
signing_key:
|
90
|
+
rubygems_version: 3.6.0.dev
|
94
91
|
specification_version: 4
|
95
92
|
summary: A Beginner's Complete Guide to Microcontroller Programming with Ruby
|
96
93
|
test_files: []
|