glfw 1.0.1 → 1.0.2
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/ext/glfw/ming32/WINDOWS USERS PLACE libglf3.a HERE.txt b/data/ext/glfw/ming32/WINDOWS USERS PLACE libglf3.a → HERE.txt +0 -0
- data/ext/glfw/ming64/WINDOWS USERS PLACE libglf3.a HERE.txt b/data/ext/glfw/ming64/WINDOWS USERS PLACE libglf3.a → HERE.txt +0 -0
- data/glfw.gemspec +0 -1
- data/lib/glfw/version.rb +1 -1
- metadata +3 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8314d6446d7b8573e2ed4dcf9fa41665bbe83b56a7ca93f7f508fcf72715d882
|
|
4
|
+
data.tar.gz: 05bba5bcdf092f34b5168be073350e930cc3c6829ef802dcd3c476983024ab09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 492be43247dc97eebbe2543b47c79a9f58537a71107658e723f30e122515c3346e8b215220a3a801f38b686bca55bef20e6313210bf0510330db18a237f72c36
|
|
7
|
+
data.tar.gz: a4d27a84c0c30b5ef69336c279571721eeea7700366f061a002a7f19483a12a98469aa282b4e44d2ca66cc7fce0f0f68ceb05d1b01f9dc1299ef9e21250e9900
|
|
File without changes
|
|
File without changes
|
data/glfw.gemspec
CHANGED
data/lib/glfw/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glfw
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Freed
|
|
@@ -52,20 +52,6 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
- !ruby/object:Gem::Dependency
|
|
56
|
-
name: minitest
|
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
|
58
|
-
requirements:
|
|
59
|
-
- - "~>"
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
61
|
-
version: '5.0'
|
|
62
|
-
type: :development
|
|
63
|
-
prerelease: false
|
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
-
requirements:
|
|
66
|
-
- - "~>"
|
|
67
|
-
- !ruby/object:Gem::Version
|
|
68
|
-
version: '5.0'
|
|
69
55
|
description: This is a Ruby C-extension that for the excellent GLFW library. Unlike
|
|
70
56
|
other bindings, this gem goes beyond just providing a 1:1 wrapper of the functions,
|
|
71
57
|
and has been organized to be used in a more object-oriented, Ruby way. Being statically
|
|
@@ -102,6 +88,8 @@ files:
|
|
|
102
88
|
- ext/glfw/glfw3native.h
|
|
103
89
|
- ext/glfw/image.c
|
|
104
90
|
- ext/glfw/image.h
|
|
91
|
+
- ext/glfw/ming32/WINDOWS USERS PLACE libglf3.a HERE.txt
|
|
92
|
+
- ext/glfw/ming64/WINDOWS USERS PLACE libglf3.a HERE.txt
|
|
105
93
|
- ext/glfw/monitor.c
|
|
106
94
|
- ext/glfw/monitor.h
|
|
107
95
|
- ext/glfw/video_mode.c
|