raylib-bindings-tileson 0.6.1-x86_64-linux → 0.7.0-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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +4 -0
  3. data/README.md +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2a144cf07c56d3a96217f14abce8e739b310f727de7643a31f06cecf51876fd
4
- data.tar.gz: 96da5271338427286ed4416b83ff1c4f240e3c402063e1d0149f67bad556be45
3
+ metadata.gz: ee374b6ebb3a68c3330b1b09ef684252a01b64316bc0ed12184ac710d45d9158
4
+ data.tar.gz: 801a48a11edd7cabae31ccf23027dc4df724abd4061c8bda4d7d9aa3624f41df
5
5
  SHA512:
6
- metadata.gz: 119626c308eadbeb803adc45fed3ea34b77a4c22103c9c24be5415ff9f17136069509c36356a269d2f87792e43571caf91d7d9ff885fa2c2b481050fff428b6a
7
- data.tar.gz: f5a535436bebe4d684e37be43cb02e8a9e17a9e2dedb7deb3573d50b3f82b747b3271c7a08c5f95a0b65dbf256404cff9193c12d4c2af4d301213820af8193e4
6
+ metadata.gz: 409eca5dc1791a7484ae17bee8195d1675aac5660e1b53487a30d1e8b94d5eabcf8413fa3d72e028e3af5f2afae33cbf172630029a463883088b5334837632e6
7
+ data.tar.gz: cc29cd0a26161ef2af844122155fbe237b77c11c2884977c22563eb569fc558bf985b960ebf888045b645843583c90f0e1d33e06547f86810edc1aac161a0268
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ 2024-02-03 vaiorabbit <http://twitter.com/vaiorabbit>
2
+
3
+ * Use raylib-bindings v0.7.0
4
+
1
5
  2024-01-07 vaiorabbit <http://twitter.com/vaiorabbit>
2
6
 
3
7
  * Updated README
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  # raylib-tileson wrapper for Ruby #
4
4
 
5
5
  * Created : 2023-12-23
6
- * Last modified : 2024-01-07
6
+ * Last modified : 2024-02-03
7
7
 
8
8
  <img src="https://raw.githubusercontent.com/vaiorabbit/raylib-bindings-tileson/main/doc/screenshot_00.png" width="600">
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raylib-bindings-tileson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.7.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-07 00:00:00.000000000 Z
11
+ date: 2024-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.6.1
33
+ version: 0.7.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.6.1
40
+ version: 0.7.0
41
41
  description: 'Ruby bindings for raylib-tileson ( https://github.com/RobLoach/raylib-tileson
42
42
  )
43
43
 
@@ -56,7 +56,7 @@ files:
56
56
  - lib/tileson.x86_64.so
57
57
  homepage: https://github.com/vaiorabbit/raylib-bindings-tileson
58
58
  licenses:
59
- - BSD 2-Clause License
59
+ - BSD-2-Clause
60
60
  metadata: {}
61
61
  post_install_message:
62
62
  rdoc_options: []
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.5.3
76
+ rubygems_version: 3.5.5
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: Ruby bindings for raylib-tileson