matlab_ruby 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/matlab_ruby.rb +3 -0
- data/lib/matlab_ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDI3MWUzM2E5Y2NjMGFkNGJjNzMyNDA2OTI3MTMyM2I3MWI3OTI4Yg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmY1NGE1MDgyMTJlOTQ2MmM0ZGZmY2NiOWU5Nzg3ZGIxZDNjMWI1Yw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NTVlNzIwMDdiMGQ5YWE1YWQ2OWJjYmU2MzIxOWEwZjVmZGRhMjZkMGFjNmY1
|
10
|
+
NDA2YjkwYmY5YmVhMzZiM2I0MWM5MmY0ZGIxNGEwYWYyZmNkNjk1M2QyZTM4
|
11
|
+
ZGU1Y2E4ZTY5NzMxN2NkMDI0NGYwZjA3NTE1NzJmOTRlNTg5ZmI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NGM0Y2UxYmIzN2I1MmEyMzcxN2JhMTk0Njk0ZDk4NmU5NjI2ZGYxNTQ2NTVj
|
14
|
+
MjQ3MmNiZGM1ZTkxNjQxYTQ3YThlYjBkYTk1YThhMThiYzdkOWY3Zjk2ZjM1
|
15
|
+
MDg5M2E3NDI2Y2I5YjgyOGI0NGQ5ZTkxZGUyOWU5Yzc4ZjFlNDk=
|
data/lib/matlab_ruby.rb
CHANGED
@@ -19,6 +19,9 @@ module MatlabRuby
|
|
19
19
|
attach_function :mxGetNumberOfFields, [:pointer], :int
|
20
20
|
|
21
21
|
attach_function :mxGetScalar, [:pointer], :double
|
22
|
+
attach_function :mxGetChars, [:pointer], :pointer
|
23
|
+
attach_function :mxGetString, [:pointer, :pointer, :int], :int
|
24
|
+
attach_function :mxGetN, [:pointer], :int
|
22
25
|
|
23
26
|
attach_function :mxCreateDoubleMatrix, [:int, :int, :int], :pointer
|
24
27
|
attach_function :mxDestroyArray, [:pointer], :void
|
data/lib/matlab_ruby/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: matlab_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Panayotis Matsinopoulos
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|