rb-grib 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
- = What's Ruby-GRIB
1
+ = What's rb-GRIB
2
2
 
3
- Ruby-GRIB is a class library to handle GRIB file.
3
+ rb-GRIB is a class library to handle GRIB file.
4
4
 
5
5
  = Requires
6
6
 
@@ -31,4 +31,4 @@ To use this library, put the following in your script.
31
31
  dimnames = var.dim_names # => Array
32
32
  ary = var.get # => NArray
33
33
  end
34
- grib.close
34
+ grib.close
@@ -1,5 +1,5 @@
1
1
  module NumRu
2
2
  class Grib
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
data/rb-grib.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = NumRu::Grib::VERSION
8
8
  s.authors = ["Seiya Nishizawa"]
9
9
  s.email = ["seiya@gfd-dennou.org"]
10
- s.homepage = "http://ruby.gfd-dennu.org/products/rb-grib/"
10
+ s.homepage = "http://ruby.gfd-dennou.org/products/rb-grib/"
11
11
  s.summary = %q{Ruby class library to hanlde GRIB file}
12
12
  s.description = %q{This class library enable you to handle GRIB file.}
13
13
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb-grib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Seiya Nishizawa
@@ -39,7 +39,7 @@ files:
39
39
  - lib/numru/grib/grib.rb
40
40
  - lib/numru/grib/version.rb
41
41
  - rb-grib.gemspec
42
- homepage: http://ruby.gfd-dennu.org/products/rb-grib/
42
+ homepage: http://ruby.gfd-dennou.org/products/rb-grib/
43
43
  licenses: []
44
44
 
45
45
  post_install_message: