glfw3 0.4.0 → 0.4.1
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 +6 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99d4209694e92e6b8cf08fa4fb758211d87c75a8
|
|
4
|
+
data.tar.gz: d40e1eb956571d82aa2764be22d6045a195975f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b52de2914004be10deadc1f0cfde24d78ae33bbaad4ce3a9f74a6b2bc6501a764725a12d95e3fa166b7a5e107cfa0904953cba284ab5672fdb25c913d4dc8c16
|
|
7
|
+
data.tar.gz: 1ff9ee51570cd8bb38203793ba15b5d9d39365b0eaa5324c7c229ffaf53d7aaf4682d7b3799e0464cc403f596ba246d01f0f3e67b96b84f039733cd59516268c
|
data/README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
ruby-glfw3
|
|
2
2
|
==========
|
|
3
3
|
|
|
4
|
+
$ gem install glfw3
|
|
5
|
+
|
|
6
|
+
Intro
|
|
7
|
+
-----
|
|
8
|
+
|
|
4
9
|
[GLFW 3] bindings gem for Ruby 2.x.
|
|
5
10
|
|
|
6
11
|
To install the gem, you'll need GLFW 3 built and installed where pkg-config can
|
|
@@ -58,7 +63,7 @@ After that, write a quick script to toy with it. For example:
|
|
|
58
63
|
License
|
|
59
64
|
-------
|
|
60
65
|
|
|
61
|
-
ruby-
|
|
66
|
+
ruby-glfw3 is licensed under a simplified BSD license because it seems the most
|
|
62
67
|
reasonable. If there's a problem with that, let me know.
|
|
63
68
|
|
|
64
69
|
Copyright (c) 2013, Noel Raymond Cower <ncower@gmail.com>.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: glfw3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Noel Raymond Cower
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: GLFW 3 bindings for Ruby 2.x
|
|
14
14
|
email: ncower@gmail.com
|