ashton 0.0.2alpha → 0.0.3alpha

Sign up to get free protection for your applications and to get access to all the features.
data/lib/ashton.rb CHANGED
@@ -3,9 +3,9 @@ require 'gosu'
3
3
 
4
4
  begin
5
5
  RUBY_VERSION =~ /(\d+.\d+)/
6
- require "ashton/#{$1}/ashton.#{RbConfig::CONFIG['DLEXT']}"
6
+ require_relative "ashton/#{$1}/ashton.#{RbConfig::CONFIG['DLEXT']}"
7
7
  rescue LoadError
8
- require "ashton/ashton.#{RbConfig::CONFIG['DLEXT']}"
8
+ require_relative "ashton/ashton.#{RbConfig::CONFIG['DLEXT']}"
9
9
  end
10
10
 
11
11
  module Ashton
Binary file
@@ -1,3 +1,3 @@
1
1
  module Ashton
2
- VERSION = "0.0.2alpha"
2
+ VERSION = "0.0.3alpha"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ashton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2alpha
4
+ version: 0.0.3alpha
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-19 00:00:00.000000000 Z
12
+ date: 2013-02-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: opengl
@@ -289,6 +289,7 @@ files:
289
289
  - ext/ashton/pixel_cache.h
290
290
  - ext/ashton/shader.h
291
291
  - ext/ashton/texture.h
292
+ - ext/ashton/vendor/gl/include/GL/GL.H
292
293
  - ext/ashton/window.h
293
294
  - ext/ashton/extconf.rb
294
295
  homepage: https://github.com/spooner/ashton