opengl 0.10.0.pre1-x86-mingw32 → 0.10.0-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.
@@ -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
 
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -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: x86-mingw32
6
6
  authors:
7
7
  - Eric Hodel
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2016-01-21 00:00:00.000000000 Z
17
+ date: 2017-06-24 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: bundler
@@ -50,42 +50,42 @@ dependencies:
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 5.3.0
53
+ version: '5.3'
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 5.3.0
60
+ version: '5.3'
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: rake-compiler
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: 0.9.1
67
+ version: '1.0'
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: 0.9.1
74
+ version: '1.0'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: rake-compiler-dock
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: 0.5.0
81
+ version: 0.6.0
82
82
  type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: 0.5.0
88
+ version: 0.6.0
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: glu
91
91
  requirement: !ruby/object:Gem::Requirement
@@ -138,7 +138,7 @@ files:
138
138
  - ".gitignore"
139
139
  - ".travis.yml"
140
140
  - Gemfile
141
- - History.rdoc
141
+ - History.md
142
142
  - MIT-LICENSE
143
143
  - Manifest.txt
144
144
  - README.rdoc
@@ -257,11 +257,11 @@ files:
257
257
  - ext/opengl/opengl.c
258
258
  - lib/gl.rb
259
259
  - lib/opengl.rb
260
- - lib/opengl/1.9/opengl.so
261
260
  - lib/opengl/2.0/opengl.so
262
261
  - lib/opengl/2.1/opengl.so
263
262
  - lib/opengl/2.2/opengl.so
264
263
  - lib/opengl/2.3/opengl.so
264
+ - lib/opengl/2.4/opengl.so
265
265
  - lib/opengl/bindings_version.rb
266
266
  - lib/opengl/implementation.rb
267
267
  - lib/opengl/test_case.rb
@@ -299,15 +299,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
299
299
  requirements:
300
300
  - - ">="
301
301
  - !ruby/object:Gem::Version
302
- version: 1.9.2
302
+ version: '2.0'
303
+ - - "<"
304
+ - !ruby/object:Gem::Version
305
+ version: '2.5'
303
306
  required_rubygems_version: !ruby/object:Gem::Requirement
304
307
  requirements:
305
- - - ">"
308
+ - - ">="
306
309
  - !ruby/object:Gem::Version
307
- version: 1.3.1
310
+ version: '0'
308
311
  requirements: []
309
312
  rubyforge_project:
310
- rubygems_version: 2.5.1
313
+ rubygems_version: 2.6.12
311
314
  signing_key:
312
315
  specification_version: 4
313
316
  summary: An OpenGL wrapper for Ruby
Binary file