stair_car 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/stair_car/shared/inspect.rb +1 -1
- data/stair_car.gemspec +1 -1
- metadata +2 -1
data/stair_car.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |gem|
|
6
6
|
gem.name = "stair_car"
|
7
|
-
gem.version = "0.1.
|
7
|
+
gem.version = "0.1.3"
|
8
8
|
gem.authors = ["Ryan Stout"]
|
9
9
|
gem.email = ["ryanstout@gmail.com"]
|
10
10
|
gem.description = "StairCar is a fully featured matrix library for jruby (think matlab or numpy)"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stair_car
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -136,3 +136,4 @@ test_files:
|
|
136
136
|
- spec/umatrix/matrix_math_spec.rb
|
137
137
|
- spec/umatrix/transform_spec.rb
|
138
138
|
- spec/umatrix/umatrix_spec.rb
|
139
|
+
has_rdoc:
|