glfw3 0.4.1 → 0.4.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/glfw3/glfw3.c +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99d4209694e92e6b8cf08fa4fb758211d87c75a8
4
- data.tar.gz: d40e1eb956571d82aa2764be22d6045a195975f5
3
+ metadata.gz: 04b115183cc1105a01afe479ae7484675afdecb9
4
+ data.tar.gz: e84131bf7f2bbcd94704f13301b152313a7a3f51
5
5
  SHA512:
6
- metadata.gz: b52de2914004be10deadc1f0cfde24d78ae33bbaad4ce3a9f74a6b2bc6501a764725a12d95e3fa166b7a5e107cfa0904953cba284ab5672fdb25c913d4dc8c16
7
- data.tar.gz: 1ff9ee51570cd8bb38203793ba15b5d9d39365b0eaa5324c7c229ffaf53d7aaf4682d7b3799e0464cc403f596ba246d01f0f3e67b96b84f039733cd59516268c
6
+ metadata.gz: 58fd7abf15e3f9a3faf99a9596d5e3e3c4a469d62fe1512214d9382bac596f4166cc5dba2afc54b790603dfd9a6c415890db3426a073f62475839dc26ebcb03d
7
+ data.tar.gz: 3aa6ef8343bfb8cc1de0a9f31796522baf44f61a0ff68073e2fdd06c9d9cb9ca4d611b441984d2f6d856f642482c872f453cf010248d0dd754d4fbec03d238eb
data/ext/glfw3/glfw3.c CHANGED
@@ -107,7 +107,7 @@ static VALUE rb_glfw_init(VALUE self)
107
107
  static VALUE rb_glfw_terminate(VALUE self)
108
108
  {
109
109
  glfwTerminate();
110
- return Qundef;
110
+ return self;
111
111
  }
112
112
 
113
113
 
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.1
4
+ version: 0.4.2
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-07-05 00:00:00.000000000 Z
11
+ date: 2013-07-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: GLFW 3 bindings for Ruby 2.x
14
14
  email: ncower@gmail.com
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  version: '0'
54
54
  requirements: []
55
55
  rubyforge_project:
56
- rubygems_version: 2.0.3
56
+ rubygems_version: 2.0.5
57
57
  signing_key:
58
58
  specification_version: 4
59
59
  summary: GLFW3