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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/lib/version.rb +1 -1
  3. data/ruby-netcdf.gemspec +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2Q5ZDhkZjJlYzY5YTU3YTE3YWMxMDZmMWRmMDI2MjZlY2NlNTI0Yg==
4
+ NjU2MDE0Y2VjOTdiYmQ2MWIwMTVkMDg0ZTI0YzdlM2E0ZjhmMDJjMw==
5
5
  data.tar.gz: !binary |-
6
- ZjMwMWY1OTU2ZmVlZjlmNTA1ZThmMTE2NjIyNzBmYTk4YzA5NTYwZg==
6
+ MGIzOTc0YTQwNGZlM2U2YWFjYmM1MjM5NDJiNGMxMmMxMjgyNzg4ZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZGRiYmVjYjIxNDg3OWVlNWRjZmFkZjJkYzVhZTExNGE5MjhmNzhmMGIwYjli
10
- NjdmNjk3Yjc5Y2FkMjljNDcwMTgyYjE4ZjViMTQ5MTc1MjU2MTUxMDI4ZWJj
11
- MzcwNTk3Y2NjOGQ1NDg4MDk3Nzg1Y2VkNTg1YmIxMmY1YmFiZjY=
9
+ YzBlYjdjOTM4NTU5Mzk5NmRjMGZkZWVjYTZhYWVkN2ZmODgwNGEwZDE0MDcx
10
+ MDkzNzYzNzY5NWFkZWIzYTc2MTliMzIxYzk0MTlmYjNmZjA2NGNjNWNiMDFm
11
+ MDA1ODMxODBiMjgyNzUzOWFmY2VhNTQ1Nzk2YTVlNTUyN2Q2NmU=
12
12
  data.tar.gz: !binary |-
13
- M2JlNWVhZTYyNDQwYjQxNjk3MWQ2MTQzYTA4NWZiNWNmNTY2ZWQzNjdjYWJi
14
- ODc3MDUyZjcxNDQ1YjA1OWZjYmY3NGUyNzZmNTRhNjI1MjcxZGVkZmFlZGY0
15
- OWZhZjY5ZjdlN2IzN2RhN2NlODYxYmQ0OTg4YzAxNDZkMDk0OTE=
13
+ NzRiOGU5YTI2MzMzZWVlMzE3Nzk0YmM4NGRlOTE0YTM2ZTk2YWM5YThlYmQz
14
+ NmNhYTMzYzMwMDE1MWJmNTZiNWQwMjc0ZTVmOWEzYzUwYzFjOGE2NzEyYjAz
15
+ YzJiMDA3NDQyODA1YTU1OWYzZGQwNzY4NTliMjhiNGZlODdkOTQ=
@@ -1,5 +1,5 @@
1
1
  module Ruby
2
2
  module Netcdf
3
- VERSION = "0.7.1"
3
+ VERSION = "0.7.1.1"
4
4
  end
5
5
  end
@@ -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-24 00:00:00.000000000 Z
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: []