basis-processing 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/basis-processing.rb +4 -0
  2. metadata +4 -3
@@ -0,0 +1,4 @@
1
+ require 'transform.rb'
2
+ require 'ranges.rb'
3
+ require 'matrix_operations.rb'
4
+ require 'screen.rb'
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: basis-processing
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
9
- version: "0.1"
8
+ - 2
9
+ version: "0.2"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Avishek Sen Gupta
@@ -31,6 +31,7 @@ files:
31
31
  - coordinate_system.rb
32
32
  - matrix_operations.rb
33
33
  - screen.rb
34
+ - basis-processing.rb
34
35
  homepage: http://avishek.net/blog
35
36
  licenses: []
36
37