edouard-dummy_gem 0.1.7-x64-mingw-ucrt → 0.1.9-x64-mingw-ucrt

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: 2d4a261defb48a08c2c94d88f766a4cf15e2726e6a9fd9b088e7ab37c07db813
4
- data.tar.gz: 6807f47549171e9496476d4d1563fb0b9cea32a156d136982adf83991cb74c67
3
+ metadata.gz: b909eef1f7c2bf84d449921c5e28102dff5e4ac568f8a4ac22d450aac3eb1751
4
+ data.tar.gz: dda42b161333bb569bc3935ac1a8bd742de2b982e5d399960a175091b7737336
5
5
  SHA512:
6
- metadata.gz: b95dc4a203cd9a1f437b7bd9846f49ddfe71d4f69cf97e82aa8830d10f6928e40dc3ffbf3de252d448c3f6c4a1536da15bd189ab48f77364d53c2b08947438ab
7
- data.tar.gz: 6fd0196d5bcc3c07fe5d9ab83271ada8ec017720d5f114605bf2f353faac70c2c651424843cc56aa5eb644e3e406c7fda087e948ce813a52162d8732c9599a8c
6
+ metadata.gz: 173e70437281ca7b0022d97c9afe38849187499f10809b2eaf02522195045146ce48ba99b585028c0ce2480b1e12434b8015fab99db448f598e28f3275461675
7
+ data.tar.gz: '049cb23fc8aaf6eaa32fe8370eb58e89d6c4e55c64d8d60d63b9c5be7f210cb1938345c99041af68087b54faec6fe1249ba02f5b20a5dce07bf1712d88d5ef39'
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DummyGem
4
- VERSION = "0.1.7"
4
+ VERSION = "0.1.9"
5
5
  end
data/lib/hello_world.so CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edouard-dummy_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.9
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Edouard CHIN
@@ -23,6 +23,8 @@ files:
23
23
  - ext/hello_world/extconf.rb
24
24
  - ext/hello_world/hello_world.c
25
25
  - ext/hello_world/hello_world.h
26
+ - lib/3.3/hello_world.so
27
+ - lib/3.4/hello_world.so
26
28
  - lib/dummy_gem.rb
27
29
  - lib/dummy_gem/version.rb
28
30
  - lib/hello_world.so
@@ -39,7 +41,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
39
41
  requirements:
40
42
  - - ">="
41
43
  - !ruby/object:Gem::Version
42
- version: '3.4'
44
+ version: '3.3'
43
45
  - - "<"
44
46
  - !ruby/object:Gem::Version
45
47
  version: 3.5.dev