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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a7ceea9027fa695b7df82eb7d2d6dbfd7654706
4
- data.tar.gz: 4d94f8d134b9705143ad9fff33bf4294fc911fc0
3
+ metadata.gz: 99d4209694e92e6b8cf08fa4fb758211d87c75a8
4
+ data.tar.gz: d40e1eb956571d82aa2764be22d6045a195975f5
5
5
  SHA512:
6
- metadata.gz: a7e668667e75ab3de1ae81701d6cad46534f9b2b8f9aa5eede9143e3c2b7708fdb555869c5e85d524656ff383cb06652cfbc995db90fbf6719fedec7030e61f5
7
- data.tar.gz: f2a3d704047e9caf74a34a64554ef651fc547fdd040eeb4843d649551976e3e359ab7448e886f37cdbe0a1c7294c3c1f5b3ca2b8fe05fe5eff6d57b2cfcc6ec8
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-glw3 is licensed under a simplified BSD license because it seems the most
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.0
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-06-21 00:00:00.000000000 Z
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