rays 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/rays.gemspec +1 -1
- data/support.rb +0 -4
- data/task/gem.rake +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
# -*- mode: ruby; coding: utf-8 -*-
|
2
2
|
|
3
3
|
|
4
|
-
|
5
|
-
%w[../rucy/lib ../rays/lib].each do |path|
|
4
|
+
%w[. ./lib ../rucy/lib].each do |path|
|
6
5
|
$: << File.expand_path(File.join File.dirname(__FILE__), *path.split('/'))
|
7
6
|
end
|
8
7
|
|
@@ -12,7 +11,8 @@ require 'support'
|
|
12
11
|
require 'rays/module'
|
13
12
|
|
14
13
|
|
15
|
-
|
14
|
+
MODULE = Rays
|
15
|
+
NAME = MODULE.name.downcase
|
16
16
|
|
17
17
|
SRCDIR = 'src'
|
18
18
|
INCDIR = 'include'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/rays.gemspec
CHANGED
data/support.rb
CHANGED
data/task/gem.rake
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: rays
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- snori
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-08-
|
13
|
+
date: 2011-08-29 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rucy
|
@@ -119,7 +119,7 @@ files:
|
|
119
119
|
- test/test_painter.rb
|
120
120
|
- test/test_rays.rb
|
121
121
|
- test/test_texture.rb
|
122
|
-
homepage: http://
|
122
|
+
homepage: http://github.com/xord/rays
|
123
123
|
licenses: []
|
124
124
|
|
125
125
|
post_install_message:
|