roglew 0.2.1 → 0.2.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.
Files changed (3) hide show
  1. data/README.md +3 -1
  2. data/lib/roglew.rb +3 -1
  3. metadata +4 -4
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
1
  roglew
2
2
  ======
3
3
 
4
- Raw Glue - the Ruby OpenGL and Extensions Wrapper
4
+ Raw Glue - the Ruby OpenGL and Extensions Wrapper
5
+
6
+ <a href='http://www.pledgie.com/campaigns/18830'><img alt='Click here to lend your support to: roglew and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/18830.png?skin_name=chrome' border='0' /></a>
data/lib/roglew.rb CHANGED
@@ -10,7 +10,7 @@
10
10
  '.each { |f| require f }
11
11
 
12
12
  module Roglew
13
- VERSION = '0.2.1'
13
+ VERSION = '0.2.2'
14
14
 
15
15
  PLATFORM = case
16
16
  when Platform.local.windows? then 'windows'
@@ -31,5 +31,7 @@ end
31
31
  platform/#{Roglew::PLATFORM}/gl
32
32
  gl
33
33
  platform/#{Roglew::PLATFORM}
34
+ texture_context
35
+ texture2d
34
36
  render_context
35
37
  '.each { |f| require "roglew/#{f}" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roglew
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-12-01 00:00:00.000000000 Z
13
+ date: 2012-12-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: facets
@@ -608,8 +608,8 @@ files:
608
608
  homepage: https://github.com/SilverPhoenix99/roglew
609
609
  licenses: []
610
610
  post_install_message: ! "+---------------------------------------------------+\n Thanks
611
- for choosing Roglew.\n\n =================================================\n 0.2.1
612
- Changes:\n - Added support for X11 and GLX extensions.\n =================================================\n\n
611
+ for choosing Roglew.\n\n =================================================\n 0.2.2
612
+ Changes:\n - Added missing references to texture2d.rb.\n =================================================\n\n
613
613
  \ If you like what you see, support us on Pledgie:\n http://www.pledgie.com/campaigns/18830\n\n
614
614
  \ If you find any bugs, please report them on\n https://github.com/SilverPhoenix99/roglew/issues\n\n+---------------------------------------------------+\n"
615
615
  rdoc_options: []