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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +13 -13
  3. data/lib/gsl/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6cd1daf4ebeac19da26e8f07a1a7f9c98a11f47a
4
- data.tar.gz: 94b8324c961064d0dc8d41969f0658fcff3a4b35
3
+ metadata.gz: ba1fc465df00657b2ba58f3288cd9d94b38f039e
4
+ data.tar.gz: a806e6d0fe3f9fd531f4730012da7629048feeab
5
5
  SHA512:
6
- metadata.gz: 979c8f99f5f3f2a6efa2713fcc9180dd080b671aecabc8a4cb91df4d22b3a3c6559fbc238bd8a746f4ba79d5440c33b21158019c1c1004530f2656b62c7e2170
7
- data.tar.gz: 6dc5252a9bc46a377520bead0a4287a5e5984689afe56909c64c441f282561f2f0eccd15826933039be04a9500f142a646f941f91689207b20804f329a3a9b7a
6
+ metadata.gz: 7bca1ad78222c1554fd2bf97d882841efb50a5a95ebd0f00915ba958398e0fda8ff6e2c1812eff7103a0914c5cb8a37a1ed7494377bf408ece3badc1ba28e9fb
7
+ data.tar.gz: d1307ac0305e32ee08dc93ffc0561dfbcb05d27001c71de3206f8d18f12b051ee0ee3a612b0d02f270f39ab83c5418b25ad9e480ff6f974f10590a07c7d629b1
data/ChangeLog CHANGED
@@ -1,29 +1,29 @@
1
- Mon Oct 20 2014
1
+ Tue Oct 21 2014
2
2
  * Ruby/GSL 1.16.0.3
3
- * Fixed RDoc issues. Issue #6 by @bigtunacan.
4
- * Fixed $LOAD_PATH problem. Pull request #7 by Takahiro SATOH.
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
- * Fixed linking problem.
8
+ * Fixed linking problem.
9
9
 
10
10
  Thu Apr 24 2014
11
11
  * Ruby/GSL 1.16.0.1
12
- * Extensive cleanup.
13
- * Fixed linking problems.
14
- * Required Ruby version >= 1.8.7.
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
- * GSL-1.16 support.
18
+ * GSL-1.16 support.
19
19
 
20
20
  Fri Jan 24 2014
21
21
  * Ruby/GSL 1.15.3.2
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.
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
@@ -1,5 +1,5 @@
1
1
  module GSL
2
2
 
3
- RUBY_GSL_VERSION = RB_GSL_VERSION = '1.16.0.3.rc1'
3
+ RUBY_GSL_VERSION = RB_GSL_VERSION = '1.16.0.3'
4
4
 
5
5
  end
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.rc1
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-20 00:00:00.000000000 Z
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.rc1)
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: 1.3.1
788
+ version: '0'
789
789
  requirements:
790
790
  - GSL (http://www.gnu.org/software/gsl/)
791
791
  rubyforge_project: