rb-gsl 1.16.0.3.rc1 → 1.16.0.3
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/ChangeLog +13 -13
- data/lib/gsl/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba1fc465df00657b2ba58f3288cd9d94b38f039e
|
|
4
|
+
data.tar.gz: a806e6d0fe3f9fd531f4730012da7629048feeab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bca1ad78222c1554fd2bf97d882841efb50a5a95ebd0f00915ba958398e0fda8ff6e2c1812eff7103a0914c5cb8a37a1ed7494377bf408ece3badc1ba28e9fb
|
|
7
|
+
data.tar.gz: d1307ac0305e32ee08dc93ffc0561dfbcb05d27001c71de3206f8d18f12b051ee0ee3a612b0d02f270f39ab83c5418b25ad9e480ff6f974f10590a07c7d629b1
|
data/ChangeLog
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
Tue Oct 21 2014
|
|
2
2
|
* Ruby/GSL 1.16.0.3
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
* Fixed RDoc issues. Issue #6 by @bigtunacan.
|
|
4
|
+
* Fixed $LOAD_PATH problem. Pull request #7 by Takahiro SATOH.
|
|
5
5
|
|
|
6
6
|
Wed Jul 9 2014
|
|
7
7
|
* Ruby/GSL 1.16.0.2
|
|
8
|
-
|
|
8
|
+
* Fixed linking problem.
|
|
9
9
|
|
|
10
10
|
Thu Apr 24 2014
|
|
11
11
|
* Ruby/GSL 1.16.0.1
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
* Extensive cleanup.
|
|
13
|
+
* Fixed linking problems.
|
|
14
|
+
* Required Ruby version >= 1.8.7.
|
|
15
15
|
|
|
16
16
|
Fri Jan 24 2014
|
|
17
17
|
* Ruby/GSL 1.16.0
|
|
18
|
-
|
|
18
|
+
* GSL-1.16 support.
|
|
19
19
|
|
|
20
20
|
Fri Jan 24 2014
|
|
21
21
|
* Ruby/GSL 1.15.3.2
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
22
|
+
* Windows compatibility.
|
|
23
|
+
* Ruby 2.x compatibility.
|
|
24
|
+
* Ported tests to Test::Unit.
|
|
25
|
+
* Silenced compilation warnings.
|
|
26
|
+
* Switched to rake-compiler for compilation.
|
|
27
27
|
|
|
28
28
|
Sat Feb 26 2011
|
|
29
29
|
* Ruby/GSL 1.14.7
|
data/lib/gsl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rb-gsl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.16.0.3
|
|
4
|
+
version: 1.16.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yoshiki Tsunesada
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-10-
|
|
13
|
+
date: 2014-10-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: narray
|
|
@@ -765,7 +765,7 @@ metadata: {}
|
|
|
765
765
|
post_install_message:
|
|
766
766
|
rdoc_options:
|
|
767
767
|
- "--title"
|
|
768
|
-
- Ruby/GSL (v1.16.0.3
|
|
768
|
+
- Ruby/GSL (v1.16.0.3)
|
|
769
769
|
- "--charset"
|
|
770
770
|
- UTF-8
|
|
771
771
|
- "--line-numbers"
|
|
@@ -783,9 +783,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
783
783
|
version: 1.8.7
|
|
784
784
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
785
785
|
requirements:
|
|
786
|
-
- - "
|
|
786
|
+
- - ">="
|
|
787
787
|
- !ruby/object:Gem::Version
|
|
788
|
-
version:
|
|
788
|
+
version: '0'
|
|
789
789
|
requirements:
|
|
790
790
|
- GSL (http://www.gnu.org/software/gsl/)
|
|
791
791
|
rubyforge_project:
|