minigl 2.3.4 → 2.3.5
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.md +2 -2
- metadata +11 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc2641ae0e63c722a4ed3a8652c47d85b45b518ea3dc9c708c67012b37f99f5d
|
|
4
|
+
data.tar.gz: 124d39b866a2bc1d00bb38acfec0e0acbaba9033482cafc1bfdc29f19f47ea60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bddbbef6185945b823c49681c4c663198c176294059c6749c4ffd416841a3ed2c3765a7750d5b57aced798c87c54c065aba8e9549ae33c0c4b49d021a58d824
|
|
7
|
+
data.tar.gz: 66289bb1502ba721672ef45e597fc4100415167fb2285c22ae647862eb775680b162560e3d0ab815597924d2990ce45e85d1de85fd38d36a16f8891532bc5bf2
|
data/README.md
CHANGED
|
@@ -29,9 +29,9 @@ After installing the Gosu dependencies, you can just `gem install minigl`.
|
|
|
29
29
|
* The [wiki](https://github.com/victords/minigl/wiki) is a work in progress with tutorials and examples.
|
|
30
30
|
* Test package and examples aren't complete!
|
|
31
31
|
|
|
32
|
-
## Version 2.3.
|
|
32
|
+
## Version 2.3.5
|
|
33
33
|
|
|
34
|
-
*
|
|
34
|
+
* Updated Ruby and Gosu dependencies to support Ruby 3.0 and Gosu 1.1.
|
|
35
35
|
|
|
36
36
|
## Contributing
|
|
37
37
|
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minigl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor David Santos
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gosu
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0.11'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '2.0'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '0.11'
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '2.0'
|
|
27
33
|
description: A minimal 2D Game Library built on top of the Gosu gem.
|
|
28
34
|
email: victordavidsantos@gmail.com
|
|
29
35
|
executables: []
|
|
@@ -84,7 +90,7 @@ require_paths:
|
|
|
84
90
|
- lib
|
|
85
91
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
92
|
requirements:
|
|
87
|
-
- - "
|
|
93
|
+
- - ">="
|
|
88
94
|
- !ruby/object:Gem::Version
|
|
89
95
|
version: '2.0'
|
|
90
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|