gsl 2.1.0 → 2.1.0.1
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 +4 -4
- data/.gitignore +1 -0
- data/ext/gsl_native/extconf.rb +1 -0
- data/ext/gsl_native/include/rb_gsl_with_nmatrix.h +1 -0
- data/lib/gsl/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85493b82ee85da11dfbf1cc6f9ebc6ac37ff17cb
|
|
4
|
+
data.tar.gz: 4349a2eb3e57d33832e67037e2880abec68b2bdc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b665766b8b3f1a3054b5a7ecffb04244f6307236e2a1c12a5486ce630306f996c3398ddd5f0dd90aafb80ff84e9d3e37ccdeeae9e5f9c09b1db14a727c75f4f1
|
|
7
|
+
data.tar.gz: 5eae202b5e9565e0199449281b2c1b9dae11cdcd162635652a2d22ce848520c6a9be435bfff4e3970e4713db24a6641be9f05b4d5c653eb229b3179713e0485e
|
data/.gitignore
CHANGED
data/ext/gsl_native/extconf.rb
CHANGED
|
@@ -152,6 +152,7 @@ external_libs << 'nmatrix' if ENV['NMATRIX']
|
|
|
152
152
|
external_libs.each do |library|
|
|
153
153
|
gsl_gem_config(library)
|
|
154
154
|
have_header("#{library}.h")
|
|
155
|
+
have_header("nmatrix_config.h") if library == 'nmatrix'
|
|
155
156
|
have_library(library) if RUBY_PLATFORM =~ /cygwin|mingw/
|
|
156
157
|
end
|
|
157
158
|
|
data/lib/gsl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gsl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.0
|
|
4
|
+
version: 2.1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yoshiki Tsunesada
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2016-
|
|
14
|
+
date: 2016-05-10 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rake-compiler
|
|
@@ -876,7 +876,7 @@ post_install_message: "\n gsl can be installed with or without narray support
|
|
|
876
876
|
gsl.\n "
|
|
877
877
|
rdoc_options:
|
|
878
878
|
- "--title"
|
|
879
|
-
- Ruby/GSL (2.1.0)
|
|
879
|
+
- Ruby/GSL (2.1.0.1)
|
|
880
880
|
- "--charset"
|
|
881
881
|
- UTF-8
|
|
882
882
|
- "--line-numbers"
|
|
@@ -900,9 +900,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
900
900
|
requirements:
|
|
901
901
|
- GSL (http://www.gnu.org/software/gsl/)
|
|
902
902
|
rubyforge_project:
|
|
903
|
-
rubygems_version: 2.
|
|
903
|
+
rubygems_version: 2.5.1
|
|
904
904
|
signing_key:
|
|
905
905
|
specification_version: 4
|
|
906
906
|
summary: Ruby interface to the GNU Scientific Library
|
|
907
907
|
test_files: []
|
|
908
|
-
has_rdoc:
|