opengl 0.9.1 → 0.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2acfeb42c62a130c0577b6201f5c12346739f4db
4
- data.tar.gz: 048a6c22488b4838162f43bbfd48c4a3e0f20490
3
+ metadata.gz: 8d12700701366b3219049950a678823e88cabbd5
4
+ data.tar.gz: 54528cdf54992b5a718150482f959f25e02e7f05
5
5
  SHA512:
6
- metadata.gz: 3a8987d328fbf85c2fa2419f326a6612bf77e2a4d7358b73e806c96957478cbbf131255ce748dcd2dd1417e33815d79c7a70b0759e8a2970cf6a3433ff107fc5
7
- data.tar.gz: 772d7cbf53c5cdcd74263a42b82111d1c1b16fc1da53ff4a48064e83116992a26fa7543e5e9edaf6327dcf10c2ed713e38ff650189730ba372870e49a47c9dc2
6
+ metadata.gz: b962ca524d63416133f954c9bc2b39a56c533a45740b558b6917e91fdcb266b7571746b8a7e4fd889213d2df0270acb38d4151f0663965bf2d9e6cd6d0f90da9
7
+ data.tar.gz: 285fcf3d050a1e3f0374f8ba891199f9f447737451ce5e76f687b799264d682dbfc9c036f8b78788408c211a38afbdaf78901d9ad170b2f33aee29a94fe82f21
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -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.
@@ -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_) \
@@ -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
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: ruby
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
@@ -297,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
297
  version: '0'
298
298
  requirements: []
299
299
  rubyforge_project:
300
- rubygems_version: 2.4.2
300
+ rubygems_version: 2.4.5
301
301
  signing_key:
302
302
  specification_version: 4
303
303
  summary: An OpenGL wrapper for Ruby
metadata.gz.sig CHANGED
Binary file