gsl 2.1.0 → 2.1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5ce03799c95309fda7ce578dc8b81abe735f613
4
- data.tar.gz: c0eea330250d7e3489f4255de570afec91770e8b
3
+ metadata.gz: 85493b82ee85da11dfbf1cc6f9ebc6ac37ff17cb
4
+ data.tar.gz: 4349a2eb3e57d33832e67037e2880abec68b2bdc
5
5
  SHA512:
6
- metadata.gz: 1937f28127502b386d50d50cc30660c0239cc4ae7f4f4c741a064333c7891573857d91fc864d53c6c6f33f68b85bd02e36d0a5b7b666276c0538ea502f2e88a3
7
- data.tar.gz: a5ac077c39549fbfd17be3c6fcb69c00a2e09b77732ca10997cba225d36a2ed15ee37c034987f122bd43e6f12f8fd0ed3ea64b9bb8528cd84c8566468aea598e
6
+ metadata.gz: b665766b8b3f1a3054b5a7ecffb04244f6307236e2a1c12a5486ce630306f996c3398ddd5f0dd90aafb80ff84e9d3e37ccdeeae9e5f9c09b1db14a727c75f4f1
7
+ data.tar.gz: 5eae202b5e9565e0199449281b2c1b9dae11cdcd162635652a2d22ce848520c6a9be435bfff4e3970e4713db24a6641be9f05b4d5c653eb229b3179713e0485e
data/.gitignore CHANGED
@@ -10,3 +10,4 @@ mkmf.log
10
10
  extconf.h
11
11
  Gemfile.lock
12
12
  *~
13
+ *.gem
@@ -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
 
@@ -5,6 +5,7 @@
5
5
 
6
6
  #ifdef HAVE_NMATRIX_H
7
7
 
8
+ #include "nmatrix_config.h"
8
9
  #include "nmatrix.h"
9
10
  #include "include/rb_gsl_array.h"
10
11
  extern VALUE cNMatrix;
@@ -1,3 +1,3 @@
1
1
  module GSL
2
- RUBY_GSL_VERSION = RB_GSL_VERSION = '2.1.0'
2
+ RUBY_GSL_VERSION = RB_GSL_VERSION = '2.1.0.1'
3
3
  end
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-03-11 00:00:00.000000000 Z
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.4.6
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: