opengl 0.9.1-x86-mingw32 → 0.9.2-x86-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: 83cd2b2db86b4ba4792106794c5c06fc7e18d11c
4
- data.tar.gz: fa6e23b31a69258c88a3cf013f439e5ebcec9cbd
3
+ metadata.gz: cb9bf76f1e6dfcaecebb0c09d769f151930a33bc
4
+ data.tar.gz: de050855290933bd717e9015dc0269e65b152046
5
5
  SHA512:
6
- metadata.gz: 9d6f603c27cffdd802263bc0631db13f932eb9de1b12db963aaa816484b63163a3a1d50d95bec7a06880f3b3c7ae200598fc462704ce8419e157357e9a9892d3
7
- data.tar.gz: 35ed2c7b3962d1ccfa633c9e5c72861240646d747cf8633abe7a22ef2915a108d4dee81f97576ce684d451d313764237064cf798b778b91b5f264c3dcd605d4f
6
+ metadata.gz: f8640b4131ff25a01137cae936a54b3536b129feedcf3cff3eb9c56183648a9ad34fbf9f452c33314cc0171865c30acb3187024543ce55868b364160179f5a4f
7
+ data.tar.gz: a0cfab91a7ea835144bd1010f8e444a04182c0ff3603af1818addb84cab0be2cf4be19e413b5c858cfcda1775bc5417d127f35355bd7341f1f632cbc4c4d95b9
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
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: x86-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
@@ -258,6 +258,7 @@ files:
258
258
  - lib/opengl/1.9/opengl.so
259
259
  - lib/opengl/2.0/opengl.so
260
260
  - lib/opengl/2.1/opengl.so
261
+ - lib/opengl/2.2/opengl.so
261
262
  - lib/opengl/test_case.rb
262
263
  - test/dummy.xorg.conf
263
264
  - test/test_gl.rb
@@ -299,7 +300,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
299
300
  version: '0'
300
301
  requirements: []
301
302
  rubyforge_project:
302
- rubygems_version: 2.4.2
303
+ rubygems_version: 2.4.5
303
304
  signing_key:
304
305
  specification_version: 4
305
306
  summary: An OpenGL wrapper for Ruby
metadata.gz.sig CHANGED
Binary file