mathgl 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/README.md +6 -0
- data/ext/mathgl/extconf.rb +7 -4
- data/ext/mathgl/mathgl.i.diff +38 -0
- data/lib/mathgl/version.rb +1 -1
- data/setup.rb +1211 -1504
- metadata +4 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mathgl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Masahiro TANAKA
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -57,6 +57,7 @@ files:
|
|
57
57
|
- ext/mathgl/extconf.rb
|
58
58
|
- ext/mathgl/mathgl.cxx
|
59
59
|
- ext/mathgl/mathgl.i
|
60
|
+
- ext/mathgl/mathgl.i.diff
|
60
61
|
- ext/mathgl/mgl.i
|
61
62
|
- ext/mathgl/rubymgl.i
|
62
63
|
- ext/mathgl/tmpl/mkwin.rb
|
@@ -111,9 +112,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
112
|
version: '0'
|
112
113
|
requirements: []
|
113
114
|
rubyforge_project:
|
114
|
-
rubygems_version: 2.
|
115
|
+
rubygems_version: 2.5.1
|
115
116
|
signing_key:
|
116
117
|
specification_version: 4
|
117
118
|
summary: Ruby wrapper for MathGL - library for scientific data visualization
|
118
119
|
test_files: []
|
119
|
-
has_rdoc:
|