opengl 0.9.1-x64-mingw32 → 0.9.2-x64-mingw32

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 011d0d7488a1488ea4f53ed57280dde7909e3ed8
4
- data.tar.gz: e6565953cf00eaf7db8b812e5c11570bd1a4ff9f
3
+ metadata.gz: 73784d8bf27d4b07b192bd43315501dfc81b41bc
4
+ data.tar.gz: 1cd3693befd5fc8b041247da5473b4f35b94d49d
5
5
  SHA512:
6
- metadata.gz: 76cc05f746272c15b482eee4519e75705f52c10b4e35d420c1c00a751c54626182573cee4ac49221c982c0c0f35edaca71ef65713f559311289ba7d35acfd8c6
7
- data.tar.gz: 4e6f9d856bb2ce1feacde32da12a7a474e597b2537e60b33eb67ac0277de8f3ecbd948f3b322935302a9fa0e8eef8a0688f0af9cd5dcedfc2287bc5b24237bf7
6
+ metadata.gz: 9891f3ff1d9959b5cc399104d2c5834df85a670c02c9907ea08c4e86c52417b0b49d9d9d213b35ddd41cf05eda6ad5fa12b7e80f41b0e359a9dc7fafc80e2b98
7
+ data.tar.gz: 4f169418b5cf7bb789c29414dfcedafbab3bcdca59a2b08d1c6b62ac819f34ec5b53ca9bca25d0cf765f30c87ec973616451d337def74cb03a5c489638da7b08
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/History.rdoc CHANGED
@@ -1,3 +1,8 @@
1
+ === 0.9.2 / 2015-01-05
2
+
3
+ * Fix compatibility with Ruby-2.2.0.
4
+ * Add ruby-2.2 to binary windows gems.
5
+
1
6
  === 0.9.1 / 2014-10-06
2
7
 
3
8
  * Add ruby-2.1 to binary windows gems.
data/ext/opengl/conv.h CHANGED
@@ -29,8 +29,11 @@
29
29
 
30
30
  #if HAVE_STRUCT_RFLOAT_FLOAT_VALUE
31
31
  #define FLOAT_VAL_ACCESS(val) RFLOAT(val)->float_value
32
- #else
32
+ #elif defined(RFLOAT)
33
33
  #define FLOAT_VAL_ACCESS(val) RFLOAT(val)->value
34
+ #else
35
+ /* struct RFloat isn't available in ruby 2.2 */
36
+ #define FLOAT_VAL_ACCESS(val) RFLOAT_VALUE(val)
34
37
  #endif
35
38
 
36
39
  #define FASTCONV(_name_,_type_,_convfix_,_convfallback_) \
data/lib/opengl.rb CHANGED
@@ -21,7 +21,7 @@
21
21
  # and to Bill Kelly for a version before that one.
22
22
 
23
23
  module OpenGL
24
- VERSION = '0.9.1'
24
+ VERSION = '0.9.2'
25
25
  end
26
26
 
27
27
  begin
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opengl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Eric Hodel
@@ -35,7 +35,7 @@ cert_chain:
35
35
  GrqF74zpLl7/KFdHC8VmzwZS18hvDjxeLVuVI2gIGnBInqnlqv05g/l4/1pISh5j
36
36
  dS4=
37
37
  -----END CERTIFICATE-----
38
- date: 2014-10-06 00:00:00.000000000 Z
38
+ date: 2015-01-05 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: rdoc
@@ -257,6 +257,7 @@ files:
257
257
  - lib/opengl.rb
258
258
  - lib/opengl/2.0/opengl.so
259
259
  - lib/opengl/2.1/opengl.so
260
+ - lib/opengl/2.2/opengl.so
260
261
  - lib/opengl/test_case.rb
261
262
  - test/dummy.xorg.conf
262
263
  - test/test_gl.rb
@@ -298,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
298
299
  version: '0'
299
300
  requirements: []
300
301
  rubyforge_project:
301
- rubygems_version: 2.4.2
302
+ rubygems_version: 2.4.5
302
303
  signing_key:
303
304
  specification_version: 4
304
305
  summary: An OpenGL wrapper for Ruby
metadata.gz.sig CHANGED
Binary file