rmath3d_plain 1.0.2 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmath3d_plain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - vaiorabbit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-18 00:00:00.000000000 Z
11
+ date: 2015-04-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
- Provides vector3/4, matrix3x3/4x4 and quaternion in plain Ruby form.
14
+ Provides vector2/3/4, matrix2x2/3x3/4x4 and quaternion in plain Ruby form.
15
15
  email:
16
16
  - vaiorabbit@gmail.com
17
17
  executables: []
@@ -26,9 +26,11 @@ files:
26
26
  - sample/opengl2/load_matrix.rb
27
27
  - sample/simple/transform.rb
28
28
  - test/test.rb
29
+ - test/test_RMtx2.rb
29
30
  - test/test_RMtx3.rb
30
31
  - test/test_RMtx4.rb
31
32
  - test/test_RQuat.rb
33
+ - test/test_RVec2.rb
32
34
  - test/test_RVec3.rb
33
35
  - test/test_RVec4.rb
34
36
  homepage: https://github.com/vaiorabbit/rmath3d
@@ -51,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
53
  version: '0'
52
54
  requirements: []
53
55
  rubyforge_project:
54
- rubygems_version: 2.2.2
56
+ rubygems_version: 2.4.6
55
57
  signing_key:
56
58
  specification_version: 4
57
59
  summary: Ruby Math Module for 3D Applications