opengl 0.10.0.pre1 → 0.10.0

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.
@@ -43,7 +43,7 @@
43
43
 
44
44
  #if defined(GLFUNC_MAGIC_START)
45
45
  #define DECL_GL_FUNC_PTR(_returntype_,_name_,_args_) \
46
- GLFUNC_MAGIC_START _returntype_ (APIENTRY * _name_)_args_ GLFUNC_MAGIC_END
46
+ GLFUNC_MAGIC_START _returntype_ (GLFUNC_MAGIC_APIENTRY * _name_)_args_ GLFUNC_MAGIC_END
47
47
  #else
48
48
  #define DECL_GL_FUNC_PTR(_returntype_,_name_,_args_) \
49
49
  _returntype_ (APIENTRY * fptr_##_name_)_args_ = NULL
@@ -4318,8 +4318,8 @@ void gl_init_enums(VALUE module)
4318
4318
  rb_define_const(module, "GL_TEXT_FRAGMENT_SHADER_ATI", INT2NUM(GL_TEXT_FRAGMENT_SHADER_ATI));
4319
4319
  rb_define_const(module, "GL_TIMEOUT_EXPIRED", INT2NUM(GL_TIMEOUT_EXPIRED));
4320
4320
  rb_define_const(module, "GL_TIMEOUT_EXPIRED_APPLE", INT2NUM(GL_TIMEOUT_EXPIRED_APPLE));
4321
- rb_define_const(module, "GL_TIMEOUT_IGNORED", INT2NUM(GL_TIMEOUT_IGNORED));
4322
- rb_define_const(module, "GL_TIMEOUT_IGNORED_APPLE", INT2NUM(GL_TIMEOUT_IGNORED_APPLE));
4321
+ rb_define_const(module, "GL_TIMEOUT_IGNORED", ULL2NUM(GL_TIMEOUT_IGNORED));
4322
+ rb_define_const(module, "GL_TIMEOUT_IGNORED_APPLE", ULL2NUM(GL_TIMEOUT_IGNORED_APPLE));
4323
4323
  rb_define_const(module, "GL_TIMESTAMP", INT2NUM(GL_TIMESTAMP));
4324
4324
  rb_define_const(module, "GL_TIME_ELAPSED", INT2NUM(GL_TIME_ELAPSED));
4325
4325
  rb_define_const(module, "GL_TIME_ELAPSED_EXT", INT2NUM(GL_TIME_ELAPSED_EXT));
@@ -40,7 +40,7 @@ struct glimpl {
40
40
  VALUE inside_begin_end;
41
41
 
42
42
  void *dl;
43
- void * (* fptr_GetProcAddress)(const char *name);
43
+ void * (APIENTRY * fptr_GetProcAddress)(const char *name);
44
44
  };
45
45
 
46
46
 
@@ -1,4 +1,4 @@
1
1
  module Gl
2
- BINDINGS_VERSION = '0.10.0.pre1'
2
+ BINDINGS_VERSION = '0.10.0'
3
3
  RUBY_OPENGL_VERSION = BINDINGS_VERSION
4
4
  end
@@ -24,10 +24,9 @@ Gem::Specification.new do |spec|
24
24
  spec.required_ruby_version = Gem::Requirement.new(">= 1.9.2")
25
25
  spec.add_development_dependency "bundler", "~> 1.5"
26
26
  spec.add_development_dependency "rake"
27
- spec.add_development_dependency 'minitest', '~> 5.3.0'
28
- spec.add_development_dependency 'rake-compiler', '~> 0.9.1'
29
- spec.add_development_dependency 'rake-compiler-dock', '~> 0.5.0'
27
+ spec.add_development_dependency 'minitest', '~> 5.3'
28
+ spec.add_development_dependency 'rake-compiler', '~> 1.0'
29
+ spec.add_development_dependency 'rake-compiler-dock', '~> 0.6.0'
30
30
  spec.add_development_dependency 'glu', '~> 8.1'
31
31
  spec.add_development_dependency 'glut', '~> 8.1'
32
32
  end
33
-
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.10.0.pre1
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel
@@ -13,29 +13,8 @@ authors:
13
13
  - James Adam
14
14
  autorequire:
15
15
  bindir: bin
16
- cert_chain:
17
- - |
18
- -----BEGIN CERTIFICATE-----
19
- MIIDPDCCAiSgAwIBAgIBAjANBgkqhkiG9w0BAQUFADBEMQ0wCwYDVQQDDARsYXJz
20
- MR8wHQYKCZImiZPyLGQBGRYPZ3JlaXotcmVpbnNkb3JmMRIwEAYKCZImiZPyLGQB
21
- GRYCZGUwHhcNMTUwMzEzMjAzMjExWhcNMTYwMzEyMjAzMjExWjBEMQ0wCwYDVQQD
22
- DARsYXJzMR8wHQYKCZImiZPyLGQBGRYPZ3JlaXotcmVpbnNkb3JmMRIwEAYKCZIm
23
- iZPyLGQBGRYCZGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZb4Uv
24
- RFJfRu/VEWiy3psh2jinETjiuBrL0NeRFGf8H7iU9+gx/DI/FFhfHGLrDeIskrJx
25
- YIWDMmEjVO10UUdj7wu4ZhmU++0Cd7Kq9/TyP/shIP3IjqHjVLCnJ3P6f1cl5rxZ
26
- gqo+d3BAoDrmPk0rtaf6QopwUw9RBiF8V4HqvpiY+ruJotP5UQDP4/lVOKvA8PI9
27
- P0GmVbFBrbc7Zt5h78N3UyOK0u+nvOC23BvyHXzCtcFsXCoEkt+Wwh0RFqVZdnjM
28
- LMO2vULHKKHDdX54K/sbVCj9pN9h1aotNzrEyo55zxn0G9PHg/G3P8nMvAXPkUTe
29
- brhXrfCwWRvOXA4TAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0G
30
- A1UdDgQWBBRAHK81igrXodaDj8a8/BIKsaZrETANBgkqhkiG9w0BAQUFAAOCAQEA
31
- MSeqyuvnysrcVerV+iQHfW1k53W8sl0pA8f8t/VFp7fUfKXJ9K7AGby4y9xOsqII
32
- AeHuFrYoCxgoJL2k088/IKdu5bsuJ4FWzDpIV70uSOZsPKhlBiLqDLvccFnB/XBe
33
- 3qSVN9x1I/lkVT4j55MqKjvvkn5GCfKz6JLPHgwEihiV0qmgsX2uZnxU4JbAbI5R
34
- 4NX+7Dq+AuZUp5MtQslByeESOalT3SBfXSQ8QkZPwMVstsRm2h+0kVRu/AQHiGwJ
35
- 6jkDey5mE3jQb893U6ihl55uLkVQwxZZTq/flNWjTIcbbvKKafEGdGv5uOlB+KRL
36
- PRtgPFlA2jDgUr1EPAIH1Q==
37
- -----END CERTIFICATE-----
38
- date: 2016-01-21 00:00:00.000000000 Z
16
+ cert_chain: []
17
+ date: 2017-06-24 00:00:00.000000000 Z
39
18
  dependencies:
40
19
  - !ruby/object:Gem::Dependency
41
20
  name: bundler
@@ -71,42 +50,42 @@ dependencies:
71
50
  requirements:
72
51
  - - "~>"
73
52
  - !ruby/object:Gem::Version
74
- version: 5.3.0
53
+ version: '5.3'
75
54
  type: :development
76
55
  prerelease: false
77
56
  version_requirements: !ruby/object:Gem::Requirement
78
57
  requirements:
79
58
  - - "~>"
80
59
  - !ruby/object:Gem::Version
81
- version: 5.3.0
60
+ version: '5.3'
82
61
  - !ruby/object:Gem::Dependency
83
62
  name: rake-compiler
84
63
  requirement: !ruby/object:Gem::Requirement
85
64
  requirements:
86
65
  - - "~>"
87
66
  - !ruby/object:Gem::Version
88
- version: 0.9.1
67
+ version: '1.0'
89
68
  type: :development
90
69
  prerelease: false
91
70
  version_requirements: !ruby/object:Gem::Requirement
92
71
  requirements:
93
72
  - - "~>"
94
73
  - !ruby/object:Gem::Version
95
- version: 0.9.1
74
+ version: '1.0'
96
75
  - !ruby/object:Gem::Dependency
97
76
  name: rake-compiler-dock
98
77
  requirement: !ruby/object:Gem::Requirement
99
78
  requirements:
100
79
  - - "~>"
101
80
  - !ruby/object:Gem::Version
102
- version: 0.5.0
81
+ version: 0.6.0
103
82
  type: :development
104
83
  prerelease: false
105
84
  version_requirements: !ruby/object:Gem::Requirement
106
85
  requirements:
107
86
  - - "~>"
108
87
  - !ruby/object:Gem::Version
109
- version: 0.5.0
88
+ version: 0.6.0
110
89
  - !ruby/object:Gem::Dependency
111
90
  name: glu
112
91
  requirement: !ruby/object:Gem::Requirement
@@ -160,7 +139,7 @@ files:
160
139
  - ".gitignore"
161
140
  - ".travis.yml"
162
141
  - Gemfile
163
- - History.rdoc
142
+ - History.md
164
143
  - MIT-LICENSE
165
144
  - Manifest.txt
166
145
  - README.rdoc
@@ -319,12 +298,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
319
298
  version: 1.9.2
320
299
  required_rubygems_version: !ruby/object:Gem::Requirement
321
300
  requirements:
322
- - - ">"
301
+ - - ">="
323
302
  - !ruby/object:Gem::Version
324
- version: 1.3.1
303
+ version: '0'
325
304
  requirements: []
326
305
  rubyforge_project:
327
- rubygems_version: 2.4.8
306
+ rubygems_version: 2.6.12
328
307
  signing_key:
329
308
  specification_version: 4
330
309
  summary: An OpenGL wrapper for Ruby
@@ -345,4 +324,3 @@ test_files:
345
324
  - test/test_gl_ext_nv.rb
346
325
  - test/test_glimpl.rb
347
326
  - test/test_opengl_buffer.rb
348
- has_rdoc:
Binary file
data.tar.gz.sig DELETED
@@ -1,2 +0,0 @@
1
- W�KN3tl���mQVO��b�E��0(��[S�z��z���Nl
2
- ����p���F�z�vc��R :���M~�14x�E�
metadata.gz.sig DELETED
Binary file