hello_rusty_world 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 600a72700f6c87a2aa07a9509bf2479ff52b2d92946e7f07d0c02ec415c06d9d
4
- data.tar.gz: 35c07986c389b2f281f5a3c16dedbc6c6f1110e56c53a172777a003bb6d6830b
3
+ metadata.gz: 91216ec916750554769d25f5da10c19e963e4829bb1eb486b726abad0103f518
4
+ data.tar.gz: efc2aeaea282013f03b90b3ab5a2abfcc0847c1cd8d40cf68ee95983fe832b37
5
5
  SHA512:
6
- metadata.gz: 3aefdecde1481819a399facf617dabf345caae1128aa005e9c5d37d0e25bdff5c6056fc04f2dc2a8f80d024ed02ab2ff0488f8d0d8d31c90506d3a652533a14c
7
- data.tar.gz: eca6e4dd16d20826ed8c21268c18088b122f254210aa81a116090dc7825b3ab68a0e98dc6dd9863d35735228359336897c79365337bfe41d51545f99893abdd1
6
+ metadata.gz: a00df152fd10eb539008643a8c1ce4cd7dcb77db5376c16a78556de4b97aae6f87ded0a93c6bc6d8ab34072ca7f3d1513129dc2ec58676740de35b4625577a06
7
+ data.tar.gz: f85c13d107ab094109a9720cf2021acb8fd72bac2960861890ebc5c72ae91128c408d6169912200e1773662203251095c26899e524deea9c3411cd8565d66b6b
@@ -0,0 +1,29 @@
1
+ FROM ruby:3.4
2
+
3
+ ARG USERNAME=developer
4
+ ARG USER_UID=1000
5
+ ARG USER_GID=1000
6
+
7
+ RUN apt-get update && apt-get install -y \
8
+ build-essential \
9
+ pkg-config \
10
+ curl \
11
+ git \
12
+ clang \
13
+ cmake \
14
+ musl-tools \
15
+ gcc-aarch64-linux-gnu \
16
+ g++-aarch64-linux-gnu \
17
+ && rm -rf /var/lib/apt/lists/*
18
+
19
+ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
20
+
21
+ ENV PATH="/root/.cargo/bin:${PATH}"
22
+
23
+ RUN rustup target add \
24
+ x86_64-unknown-linux-gnu \
25
+ aarch64-unknown-linux-gnu \
26
+ x86_64-unknown-linux-musl \
27
+ aarch64-unknown-linux-musl
28
+
29
+ WORKDIR /workspace
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "hello-rusty-world-dev",
3
+ "dockerComposeFile": "../compose.yml",
4
+ "service": "dev",
5
+ "workspaceFolder": "/workspace",
6
+
7
+ "customizations": {
8
+ "vscode": {
9
+ "extensions": [
10
+ "rust-lang.rust-analyzer",
11
+ "Shopify.ruby-lsp",
12
+ "GitHub.copilot"
13
+ ]
14
+ }
15
+ },
16
+
17
+ "remoteUser": "developer"
18
+ }
data/CODE_OF_CONDUCT.md CHANGED
@@ -7,4 +7,8 @@
7
7
  * When interpreting the words and actions of others, participants should always assume good intentions.
8
8
  * Behaviour which can be reasonably considered harassment will not be tolerated.
9
9
 
10
- If you have any concerns about behaviour within this project, please contact us at ["kenneth.c.demanawa@gmail.com"](mailto:"kenneth.c.demanawa@gmail.com").
10
+ If you have concerns about behaviour within this project, please open an issue at:
11
+
12
+ https://github.com/kanutocd/cdc-core/issues/new
13
+
14
+ Please note that GitHub issues are public. Do not include sensitive personal information in your report.
data/Cargo.lock ADDED
@@ -0,0 +1,305 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "bindgen"
16
+ version = "0.72.1"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
19
+ dependencies = [
20
+ "bitflags",
21
+ "cexpr",
22
+ "clang-sys",
23
+ "itertools",
24
+ "proc-macro2",
25
+ "quote",
26
+ "regex",
27
+ "rustc-hash",
28
+ "shlex",
29
+ "syn",
30
+ ]
31
+
32
+ [[package]]
33
+ name = "bitflags"
34
+ version = "2.12.1"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "84d7ced0ae9557296835c32bf1b1e02b44c746701f898460fb000d7eaa84f00a"
37
+
38
+ [[package]]
39
+ name = "cexpr"
40
+ version = "0.6.0"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
43
+ dependencies = [
44
+ "nom",
45
+ ]
46
+
47
+ [[package]]
48
+ name = "cfg-if"
49
+ version = "1.0.4"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
52
+
53
+ [[package]]
54
+ name = "clang-sys"
55
+ version = "1.8.1"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
58
+ dependencies = [
59
+ "glob",
60
+ "libc",
61
+ "libloading",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "either"
66
+ version = "1.16.0"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
69
+
70
+ [[package]]
71
+ name = "glob"
72
+ version = "0.3.3"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
75
+
76
+ [[package]]
77
+ name = "hello_rusty_world"
78
+ version = "0.1.0"
79
+ dependencies = [
80
+ "magnus",
81
+ "rb-sys",
82
+ "rb-sys-env",
83
+ "rb-sys-test-helpers",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "itertools"
88
+ version = "0.13.0"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
91
+ dependencies = [
92
+ "either",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "lazy_static"
97
+ version = "1.5.0"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
100
+
101
+ [[package]]
102
+ name = "libc"
103
+ version = "0.2.186"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
106
+
107
+ [[package]]
108
+ name = "libloading"
109
+ version = "0.8.9"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
112
+ dependencies = [
113
+ "cfg-if",
114
+ "windows-link",
115
+ ]
116
+
117
+ [[package]]
118
+ name = "magnus"
119
+ version = "0.8.2"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
122
+ dependencies = [
123
+ "magnus-macros",
124
+ "rb-sys",
125
+ "rb-sys-env",
126
+ "seq-macro",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "magnus-macros"
131
+ version = "0.8.0"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
134
+ dependencies = [
135
+ "proc-macro2",
136
+ "quote",
137
+ "syn",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "memchr"
142
+ version = "2.8.1"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
145
+
146
+ [[package]]
147
+ name = "minimal-lexical"
148
+ version = "0.2.1"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
151
+
152
+ [[package]]
153
+ name = "nom"
154
+ version = "7.1.3"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
157
+ dependencies = [
158
+ "memchr",
159
+ "minimal-lexical",
160
+ ]
161
+
162
+ [[package]]
163
+ name = "proc-macro2"
164
+ version = "1.0.106"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
167
+ dependencies = [
168
+ "unicode-ident",
169
+ ]
170
+
171
+ [[package]]
172
+ name = "quote"
173
+ version = "1.0.45"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
176
+ dependencies = [
177
+ "proc-macro2",
178
+ ]
179
+
180
+ [[package]]
181
+ name = "rb-sys"
182
+ version = "0.9.128"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "45ca28513560e56cfb79a62b1fce363c73af170a182024ce880c77ee9429920a"
185
+ dependencies = [
186
+ "rb-sys-build",
187
+ ]
188
+
189
+ [[package]]
190
+ name = "rb-sys-build"
191
+ version = "0.9.128"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "ce04b2c55eff3a21aaa623fcc655d94373238e72cac6b3e1a3641ff31649f99a"
194
+ dependencies = [
195
+ "bindgen",
196
+ "lazy_static",
197
+ "proc-macro2",
198
+ "quote",
199
+ "regex",
200
+ "shell-words",
201
+ "syn",
202
+ ]
203
+
204
+ [[package]]
205
+ name = "rb-sys-env"
206
+ version = "0.2.3"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
209
+
210
+ [[package]]
211
+ name = "rb-sys-test-helpers"
212
+ version = "0.2.2"
213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
214
+ checksum = "d6ccb543252549fc28f5d290322e041cd682bd199a8e1caaa813fb6e63dd221e"
215
+ dependencies = [
216
+ "rb-sys",
217
+ "rb-sys-env",
218
+ "rb-sys-test-helpers-macros",
219
+ ]
220
+
221
+ [[package]]
222
+ name = "rb-sys-test-helpers-macros"
223
+ version = "0.2.2"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "1508caed999cb659ab1b3308e7b2985186b3b550ef5492dc18da71b560c55615"
226
+ dependencies = [
227
+ "quote",
228
+ "syn",
229
+ ]
230
+
231
+ [[package]]
232
+ name = "regex"
233
+ version = "1.12.3"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
236
+ dependencies = [
237
+ "aho-corasick",
238
+ "memchr",
239
+ "regex-automata",
240
+ "regex-syntax",
241
+ ]
242
+
243
+ [[package]]
244
+ name = "regex-automata"
245
+ version = "0.4.14"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
248
+ dependencies = [
249
+ "aho-corasick",
250
+ "memchr",
251
+ "regex-syntax",
252
+ ]
253
+
254
+ [[package]]
255
+ name = "regex-syntax"
256
+ version = "0.8.10"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
259
+
260
+ [[package]]
261
+ name = "rustc-hash"
262
+ version = "2.1.2"
263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
264
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
265
+
266
+ [[package]]
267
+ name = "seq-macro"
268
+ version = "0.3.6"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
271
+
272
+ [[package]]
273
+ name = "shell-words"
274
+ version = "1.1.1"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
277
+
278
+ [[package]]
279
+ name = "shlex"
280
+ version = "1.3.0"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
283
+
284
+ [[package]]
285
+ name = "syn"
286
+ version = "2.0.117"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
289
+ dependencies = [
290
+ "proc-macro2",
291
+ "quote",
292
+ "unicode-ident",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "unicode-ident"
297
+ version = "1.0.24"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
300
+
301
+ [[package]]
302
+ name = "windows-link"
303
+ version = "0.2.1"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2026 Ken C. Demanawa
3
+ Copyright (c) 2026 Kennet C. Demanawa
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -15,18 +15,18 @@ The Ruby surface lives in `lib/hello_rusty_world`. The Rust extension lives in
15
15
 
16
16
  ## Installation
17
17
 
18
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
18
+ TODO: Replace `hello_rusty_world` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
19
19
 
20
20
  Install the gem and add to the application's Gemfile by executing:
21
21
 
22
22
  ```bash
23
- bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
23
+ bundle add hello_rusty_world
24
24
  ```
25
25
 
26
26
  If bundler is not being used to manage dependencies, install the gem by executing:
27
27
 
28
28
  ```bash
29
- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
29
+ gem install hello_rusty_world
30
30
  ```
31
31
 
32
32
  ## Usage
@@ -99,7 +99,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
99
99
 
100
100
  ## Contributing
101
101
 
102
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello_rusty_world. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/hello_rusty_world/blob/main/CODE_OF_CONDUCT.md).
102
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kanutocd/hello_rusty_world. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/kanutocd/hello_rusty_world/blob/main/CODE_OF_CONDUCT.md).
103
103
 
104
104
  ## License
105
105
 
@@ -107,4 +107,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
107
107
 
108
108
  ## Code of Conduct
109
109
 
110
- Everyone interacting in the HelloRustyWorld project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/hello_rusty_world/blob/main/CODE_OF_CONDUCT.md).
110
+ Everyone interacting in the HelloRustyWorld project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/kanutocd/hello_rusty_world/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile CHANGED
@@ -1,13 +1,20 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "bundler/gem_tasks"
4
- require "rspec/core/rake_task"
5
4
 
6
- RSpec::Core::RakeTask.new(:spec)
7
-
8
- require "rubocop/rake_task"
5
+ begin
6
+ require "rspec/core/rake_task"
7
+ RSpec::Core::RakeTask.new(:spec)
8
+ rescue LoadError => e
9
+ task(:spec) { raise e }
10
+ end
9
11
 
10
- RuboCop::RakeTask.new
12
+ begin
13
+ require "rubocop/rake_task"
14
+ RuboCop::RakeTask.new
15
+ rescue LoadError => e
16
+ task(:rubocop) { raise e }
17
+ end
11
18
 
12
19
  require "rb_sys/extensiontask"
13
20
  require "rake/clean"
data/compose.yml ADDED
@@ -0,0 +1,12 @@
1
+ services:
2
+ dev:
3
+ build:
4
+ context: .
5
+ dockerfile: docker/dev/Dockerfile
6
+
7
+ volumes:
8
+ - .:/workspace
9
+
10
+ working_dir: /workspace
11
+
12
+ tty: true
@@ -0,0 +1,40 @@
1
+ FROM ruby:3.4
2
+
3
+ ARG USERNAME=developer
4
+ ARG USER_UID=1000
5
+ ARG USER_GID=1000
6
+
7
+ RUN apt-get update && apt-get install -y \
8
+ build-essential \
9
+ pkg-config \
10
+ curl \
11
+ git \
12
+ clang \
13
+ cmake \
14
+ musl-tools \
15
+ gcc-aarch64-linux-gnu \
16
+ g++-aarch64-linux-gnu \
17
+ && rm -rf /var/lib/apt/lists/*
18
+
19
+ # Rust
20
+ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
21
+
22
+ ENV PATH="/root/.cargo/bin:${PATH}"
23
+
24
+ RUN rustup target add \
25
+ x86_64-unknown-linux-gnu \
26
+ aarch64-unknown-linux-gnu \
27
+ x86_64-unknown-linux-musl \
28
+ aarch64-unknown-linux-musl
29
+
30
+ RUN groupadd --gid ${USER_GID} ${USERNAME}
31
+ RUN useradd --uid ${USER_UID} \
32
+ --gid ${USER_GID} \
33
+ --create-home \
34
+ ${USERNAME}
35
+
36
+ WORKDIR /workspace
37
+
38
+ USER ${USERNAME}
39
+
40
+ CMD ["bash"]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HelloRustyWorld
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hello_rusty_world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken C. Demanawa
@@ -23,7 +23,7 @@ dependencies:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
25
  version: 0.9.91
26
- description: Write a longer description or delete this line.
26
+ description: A Hello World Ruby Gem with Rust extension
27
27
  email:
28
28
  - kenneth.c.demanawa@gmail.com
29
29
  executables: []
@@ -31,12 +31,17 @@ extensions:
31
31
  - ext/hello_rusty_world/extconf.rb
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - ".devcontainer/Dockerfile"
35
+ - ".devcontainer/devcontainer.json"
34
36
  - CHANGELOG.md
35
37
  - CODE_OF_CONDUCT.md
38
+ - Cargo.lock
36
39
  - Cargo.toml
37
40
  - LICENSE.txt
38
41
  - README.md
39
42
  - Rakefile
43
+ - compose.yml
44
+ - docker/dev/Dockerfile
40
45
  - ext/hello_rusty_world/Cargo.toml
41
46
  - ext/hello_rusty_world/build.rs
42
47
  - ext/hello_rusty_world/extconf.rb
@@ -67,5 +72,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
72
  requirements: []
68
73
  rubygems_version: 4.0.10
69
74
  specification_version: 4
70
- summary: Write a short summary, because RubyGems requires one.
75
+ summary: A Hello World Ruby Gem with Rust extension
71
76
  test_files: []