edouard-dummy_gem 0.1.7-x86_64-linux → 0.1.9-x86_64-linux

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: fbc7fc64faab88bda8f5ebb876b1868dc6565d9d8f36ab62df94663394793f2b
4
- data.tar.gz: 922007f612f67d7785fe326f36c9bacf4a99d4985d1f6061b678d3638ed7f388
3
+ metadata.gz: b49933965673786be5634fbe810b47257d31ea163f1f906f2b928ea39b5776fa
4
+ data.tar.gz: 2c86befdb654fcbf2d8c3d6638b165045eb5c420eb5edb31a03c60df1777da70
5
5
  SHA512:
6
- metadata.gz: ab0acfb290d3dbdcc38431060c6693f7b73d426564dfb2f480dd9648de74acb38dc9c96634c4557ef0bbacf3f48ab1216e4f997e11936d7d30b1da7c8a37c629
7
- data.tar.gz: d3828f8c167e6b3c54b982c5a6e7684defbb4c6e2c2fb2af72e340b101e54bca964472964f73ae20dcd356378abd9b9d42d1c938f59fc23c370da894d457ab89
6
+ metadata.gz: c904a32e7e726ebdaf782993547de155de2d72d91aba53bf11cd48204fc30a9ba2bb433e685a2c7a0e0a4e350e5a66650beafb04884e05500ff3735cce9f1fd9
7
+ data.tar.gz: 1bb04639d9bc76f765a454b9bf5b2a68935e363b3a4208a927a3fb8cca8acffa26f4ac0ff372241a8782da682e7ffe98cd440643baf9c83747f7a2063dbba56f
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
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: x86_64-linux
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