opengl-bindings 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
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.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-31 00:00:00.000000000 Z
11
+ date: 2014-01-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Ruby bindings for OpenGL 1.0-4.4, OpenGL ES 2.0/3.0 and all extensions using Fiddle (For MRI >= 2.0.0).
@@ -18,6 +18,9 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
+ - ChangeLog
22
+ - LICENSE.txt
23
+ - README.md
21
24
  - lib/glfw.rb
22
25
  - lib/glu.rb
23
26
  - lib/glut.rb
@@ -37,14 +40,11 @@ files:
37
40
  - lib/opengl_ext_enum.rb
38
41
  - lib/opengl_platform.rb
39
42
  - lib/opengl_windows.rb
40
- - README.md
41
- - LICENSE.txt
42
- - ChangeLog
43
- - sample/simple.rb
43
+ - sample/README.md
44
+ - sample/glfw_build_dylib.sh
44
45
  - sample/report_env.rb
45
46
  - sample/report_env_es.rb
46
- - sample/glfw_build_dylib.sh
47
- - sample/README.md
47
+ - sample/simple.rb
48
48
  homepage: https://github.com/vaiorabbit/ruby-opengl
49
49
  licenses:
50
50
  - zlib/libpng
@@ -55,17 +55,17 @@ require_paths:
55
55
  - lib
56
56
  required_ruby_version: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - '>='
58
+ - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: 2.0.0
61
61
  required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
- - - '>='
63
+ - - ">="
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []
67
67
  rubyforge_project:
68
- rubygems_version: 2.1.11
68
+ rubygems_version: 2.2.0
69
69
  signing_key:
70
70
  specification_version: 4
71
71
  summary: Bindings for OpenGL 1.0-4.4, ES 2.0/3.0 and extensions (For MRI >= 2.0.0)