rabbit-slide-kou-rubykaigi-2025 2025.4.16.1 → 2025.4.16.2
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.
- checksums.yaml +4 -4
- data/README.rd +2 -8
- data/config.yaml +2 -2
- data/pdf/rubykaigi-2025-goodbye-fat-gem-2025.pdf +0 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3df15c117f22b98e4380ad2c18780bbf94646a564433070b4203dcec3d3c4f98
|
4
|
+
data.tar.gz: 2cc407f437a14856eb9686c604283d356c5d8df26ccc8dd205a411cc4daec094
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 812022ba58f576e8d4ea9bb331b5284dbdff511b4bb8de8e5eb107189591a8b4de2403dc4ca83da3299241c0617dc02785806c3d89920896c44de8a4d191d4c5
|
7
|
+
data.tar.gz: d5d204a7544a7bdd6452f437fe3f99f1907b3064458936b92adb0cba4bd857200d049b2c3fb2a369df6529f1ae6bb5ded5a304490e02d27c7d8ba9bf2d159228
|
data/README.rd
CHANGED
@@ -6,8 +6,8 @@ As of 2025, we're still using fat gem...
|
|
6
6
|
|
7
7
|
I discussed how to improve this situation with ruby-installer author, Nokogiri maintainer and RubyGems community in 2022:
|
8
8
|
|
9
|
-
* https://gist.github.com/postmodern/4c0cbccc0c7eda4585db0fc5267cdd57
|
10
|
-
* https://github.com/rubygems/rubygems/issues/1296
|
9
|
+
* ((<"[RFC] Allow specifying and installing external dependencies"|URL:https://gist.github.com/postmodern/4c0cbccc0c7eda4585db0fc5267cdd57>))
|
10
|
+
* ((<"Standardize +requirements+ field from the specification rubygems/rubygems#1296"|URL:https://github.com/rubygems/rubygems/issues/1296>))
|
11
11
|
|
12
12
|
I propose a solution based on these discussions.
|
13
13
|
|
@@ -29,12 +29,6 @@ Author: ClearCode Inc.
|
|
29
29
|
|
30
30
|
It is used in page header and some pages in the slide.
|
31
31
|
|
32
|
-
==== ADBC related images
|
33
|
-
|
34
|
-
Apache-2.0
|
35
|
-
|
36
|
-
Author: The Apache Software Foundation
|
37
|
-
|
38
32
|
== For author
|
39
33
|
|
40
34
|
=== Show
|
data/config.yaml
CHANGED
@@ -6,13 +6,13 @@ tags:
|
|
6
6
|
- ruby
|
7
7
|
- rubykaigi2025
|
8
8
|
presentation_date: 2025-04-16
|
9
|
-
version: 2025.4.16.
|
9
|
+
version: 2025.4.16.2
|
10
10
|
licenses:
|
11
11
|
- CC-BY-SA-4.0
|
12
12
|
slideshare_id:
|
13
13
|
speaker_deck_id:
|
14
14
|
vimeo_id:
|
15
|
-
youtube_id:
|
15
|
+
youtube_id: ZAONpE2JYw0
|
16
16
|
width: 1920
|
17
17
|
height: 1080
|
18
18
|
source_code_uri: "https://gitlab.com/ktou/rabbit-slide-kou-rubykaigi-2025"
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-kou-rubykaigi-2025
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2025.4.16.
|
4
|
+
version: 2025.4.16.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sutou Kouhei
|
@@ -44,8 +44,8 @@ description: |-
|
|
44
44
|
|
45
45
|
I discussed how to improve this situation with ruby-installer author, Nokogiri maintainer and RubyGems community in 2022:
|
46
46
|
|
47
|
-
* https://gist.github.com/postmodern/4c0cbccc0c7eda4585db0fc5267cdd57
|
48
|
-
* https://github.com/rubygems/rubygems/issues/1296
|
47
|
+
* ((<"[RFC] Allow specifying and installing external dependencies"|URL:https://gist.github.com/postmodern/4c0cbccc0c7eda4585db0fc5267cdd57>))
|
48
|
+
* ((<"Standardize +requirements+ field from the specification rubygems/rubygems#1296"|URL:https://github.com/rubygems/rubygems/issues/1296>))
|
49
49
|
|
50
50
|
I propose a solution based on these discussions.
|
51
51
|
email:
|
@@ -69,6 +69,7 @@ licenses:
|
|
69
69
|
- CC-BY-SA-4.0
|
70
70
|
metadata:
|
71
71
|
source_code_uri: https://gitlab.com/ktou/rabbit-slide-kou-rubykaigi-2025
|
72
|
+
markup_language: rd
|
72
73
|
rdoc_options: []
|
73
74
|
require_paths:
|
74
75
|
- lib
|