matlab_ruby 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/matlab_ruby/version.rb +1 -1
- data/matlab_ruby.gemspec +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
|
+
NmYxODZmNzMyMzM1ZjE2Y2ZiMDIzNzRmNTQ3NTlhYzkyOTYyYzhhNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YTdlYTIzZjBiZDY4ZTI1Y2Q2ZGY3ZmIxYTc4NzQ3OTY4MWZhZDUzZg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NTFkNTY0OGQ2MmJkODdjY2ZhMTY0ZmQ3MzI3N2YwMmYzYjZlMWU0NDNmMDhj
|
|
10
|
+
M2MwZGQ0ZTBmNTkyN2RhZmU4MTg5MzNhMGFjZjQ5ZjJkYWRhMmU0MWUwMTNh
|
|
11
|
+
NTQ4MzhlNjNmNjFlZTg5NmZlZTVjZDg4ZmI3MmI3MjVlYjc5OGM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NWY4NGMzNzA1MWIxNmQ3YjgzNjkyNDUxMWQ0ZGU4NDIwYzA2NmM5NTYwOWYz
|
|
14
|
+
NWM2ZWMyNWIxMTc5Nzc5MmVkOGU5NGM2ZDhlOGM3ZjRmMDI1MzNiMmQwYzMz
|
|
15
|
+
N2U4NTNlMzQyNGQ0OTRkOTA1NWUxZDEzOWYxZGJjZDc3M2E2YmI=
|
data/lib/matlab_ruby/version.rb
CHANGED
data/matlab_ruby.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
This gem allows you to build a MATLAB Engine Application, a.k.a. a Ruby application that embeds a MATLAB Engine. This is all done by interfacing the MATLAB Engine API.
|
|
15
15
|
You can read more about the MATLAB Engine API here: http://www.mathworks.com/help/matlab/calling-matlab-engine-from-c-c-and-fortran-programs.html.
|
|
16
16
|
SHORT_DESCRIPTION
|
|
17
|
-
spec.homepage = "https://github.com/pmatsinopoulos"
|
|
17
|
+
spec.homepage = "https://github.com/pmatsinopoulos/matlab_ruby"
|
|
18
18
|
spec.license = "MIT"
|
|
19
19
|
|
|
20
20
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: matlab_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Panayotis Matsinopoulos
|
|
@@ -109,7 +109,7 @@ files:
|
|
|
109
109
|
- lib/matlab_ruby.rb
|
|
110
110
|
- lib/matlab_ruby/version.rb
|
|
111
111
|
- matlab_ruby.gemspec
|
|
112
|
-
homepage: https://github.com/pmatsinopoulos
|
|
112
|
+
homepage: https://github.com/pmatsinopoulos/matlab_ruby
|
|
113
113
|
licenses:
|
|
114
114
|
- MIT
|
|
115
115
|
metadata: {}
|