ruby-netcdf 0.7.1 → 0.7.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/version.rb +1 -1
- data/ruby-netcdf.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NjU2MDE0Y2VjOTdiYmQ2MWIwMTVkMDg0ZTI0YzdlM2E0ZjhmMDJjMw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MGIzOTc0YTQwNGZlM2U2YWFjYmM1MjM5NDJiNGMxMmMxMjgyNzg4ZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzBlYjdjOTM4NTU5Mzk5NmRjMGZkZWVjYTZhYWVkN2ZmODgwNGEwZDE0MDcx
|
10
|
+
MDkzNzYzNzY5NWFkZWIzYTc2MTliMzIxYzk0MTlmYjNmZjA2NGNjNWNiMDFm
|
11
|
+
MDA1ODMxODBiMjgyNzUzOWFmY2VhNTQ1Nzk2YTVlNTUyN2Q2NmU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzRiOGU5YTI2MzMzZWVlMzE3Nzk0YmM4NGRlOTE0YTM2ZTk2YWM5YThlYmQz
|
14
|
+
NmNhYTMzYzMwMDE1MWJmNTZiNWQwMjc0ZTVmOWEzYzUwYzFjOGE2NzEyYjAz
|
15
|
+
YzJiMDA3NDQyODA1YTU1OWYzZGQwNzY4NTliMjhiNGZlODdkOTQ=
|
data/lib/version.rb
CHANGED
data/ruby-netcdf.gemspec
CHANGED
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
15
15
|
#end
|
16
16
|
|
17
17
|
spec.summary = %q{Ruby interface to NetCDF}
|
18
|
-
spec.description = %q{RubyNetCDF is the Ruby interface to the NetCDF library built on the NArray library, which is an efficient multi-dimensional numeric array class for Ruby.}
|
18
|
+
spec.description = %q{RubyNetCDF is the Ruby interface to the NetCDF library built on the NArray library, which is an efficient multi-dimensional numeric array class for Ruby. This version works with Ruby2.0.}
|
19
19
|
|
20
20
|
spec.homepage = 'http://www.gfd-dennou.org/arch/ruby/products/ruby-netcdf/'
|
21
21
|
spec.licenses = ["GFD Dennou Club"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-netcdf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.1
|
4
|
+
version: 0.7.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takeshi Horinouchi
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2015-02
|
15
|
+
date: 2015-03-02 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: narray
|
@@ -43,7 +43,8 @@ dependencies:
|
|
43
43
|
- !ruby/object:Gem::Version
|
44
44
|
version: '0'
|
45
45
|
description: RubyNetCDF is the Ruby interface to the NetCDF library built on the NArray
|
46
|
-
library, which is an efficient multi-dimensional numeric array class for Ruby.
|
46
|
+
library, which is an efficient multi-dimensional numeric array class for Ruby. This
|
47
|
+
version works with Ruby2.0.
|
47
48
|
email:
|
48
49
|
- eriko@gfd-dennou.org
|
49
50
|
executables: []
|