rb-grib 0.1.0 → 0.1.1
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.
- data/README.rdoc +3 -3
- data/lib/numru/grib/version.rb +1 -1
- data/rb-grib.gemspec +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
= What's
|
|
1
|
+
= What's rb-GRIB
|
|
2
2
|
|
|
3
|
-
|
|
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
|
data/lib/numru/grib/version.rb
CHANGED
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-
|
|
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:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
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-
|
|
42
|
+
homepage: http://ruby.gfd-dennou.org/products/rb-grib/
|
|
43
43
|
licenses: []
|
|
44
44
|
|
|
45
45
|
post_install_message:
|