opengl-bindings 1.6.9 → 1.6.10

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.
@@ -40,7 +40,7 @@ end
40
40
 
41
41
  =begin
42
42
  Ruby-OpenGL : Yet another OpenGL wrapper for Ruby (and wrapper code generator)
43
- Copyright (c) 2013-2019 vaiorabbit <http://twitter.com/vaiorabbit>
43
+ Copyright (c) 2013-2020 vaiorabbit <http://twitter.com/vaiorabbit>
44
44
 
45
45
  This software is provided 'as-is', without any express or implied
46
46
  warranty. In no event will the authors be held liable for any damages
@@ -45,7 +45,7 @@ end
45
45
 
46
46
  =begin
47
47
  Ruby-OpenGL : Yet another OpenGL wrapper for Ruby (and wrapper code generator)
48
- Copyright (c) 2013-2019 vaiorabbit <http://twitter.com/vaiorabbit>
48
+ Copyright (c) 2013-2020 vaiorabbit <http://twitter.com/vaiorabbit>
49
49
 
50
50
  This software is provided 'as-is', without any express or implied
51
51
  warranty. In no event will the authors be held liable for any damages
@@ -20,7 +20,7 @@ end
20
20
 
21
21
  =begin
22
22
  Ruby-OpenGL : Yet another OpenGL wrapper for Ruby (and wrapper code generator)
23
- Copyright (c) 2013-2019 vaiorabbit <http://twitter.com/vaiorabbit>
23
+ Copyright (c) 2013-2020 vaiorabbit <http://twitter.com/vaiorabbit>
24
24
 
25
25
  This software is provided 'as-is', without any express or implied
26
26
  warranty. In no event will the authors be held liable for any damages
@@ -48,7 +48,7 @@ end
48
48
 
49
49
  =begin
50
50
  Ruby-OpenGL : Yet another OpenGL wrapper for Ruby (and wrapper code generator)
51
- Copyright (c) 2013-2019 vaiorabbit <http://twitter.com/vaiorabbit>
51
+ Copyright (c) 2013-2020 vaiorabbit <http://twitter.com/vaiorabbit>
52
52
 
53
53
  This software is provided 'as-is', without any express or implied
54
54
  warranty. In no event will the authors be held liable for any damages
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opengl-bindings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.9
4
+ version: 1.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-28 00:00:00.000000000 Z
11
+ date: 2020-04-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'Ruby bindings for OpenGL - 4.6, OpenGL ES - 3.2 and all extensions using
14
14
  Fiddle (For MRI >= 2.0.0). GLFW/GLUT/GLU bindings are also available.
@@ -24,6 +24,7 @@ files:
24
24
  - LICENSE.txt
25
25
  - README.md
26
26
  - lib/glfw.rb
27
+ - lib/glfw32.rb
27
28
  - lib/glu.rb
28
29
  - lib/glut.rb
29
30
  - lib/opengl.rb
@@ -69,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
70
  - !ruby/object:Gem::Version
70
71
  version: '0'
71
72
  requirements: []
72
- rubygems_version: 3.0.3
73
+ rubygems_version: 3.1.2
73
74
  signing_key:
74
75
  specification_version: 4
75
76
  summary: Bindings for OpenGL -4.6, ES - 3.2 and extensions (For MRI >= 2.0.0)