gphys 1.4.3.1 → 1.4.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/numru/gphys/version.rb +1 -1
- metadata +2 -6
- data/bin/console +0 -14
- data/bin/setup +0 -7
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MThjMjRiMmQ5YTNmMzM5YmZjZjJkNjY0MjlkNGYwMzhkNDg1OGJkZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODM1YjFmMDE3NmQ5Y2M3ZDBkMWIyY2M4NjVmYzUwN2RlYjNmZWMzOA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTI4Njk0MmI5Y2JkN2U3ZWRlMmNkNmZiY2QzNDFiZGZmOTBkM2Q3YWQ2NWYz
|
10
|
+
NjBkYzU1OTNjODViY2ZhNjMzYmMwOWQzMTFlOWM2NzZmNzFlZDU1NTI2OWQx
|
11
|
+
YzNkYzQxMWI5ZjcwYzBhNGFmZWVjN2NkNGViMzNlM2YyZWE0OWE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjczZDk0MzQwNzg4YTI5MGFjOWJlYzVmNWIyN2JjZjZlNjBhNjNjZTExMjU4
|
14
|
+
OWFjNTg0NzY5OTRhMWU4OTRlYTIwZDE2NTFhYThjNmViM2RkZTE1Y2Y1MTA2
|
15
|
+
Mzg2M2YyZDBjN2RlMDNkYTFkZjJkMzI0ZDFlMTAyNmZjMzJkODk=
|
data/lib/numru/gphys/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gphys
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.3.
|
4
|
+
version: 1.4.3.2
|
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-03-
|
15
|
+
date: 2015-03-08 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: narray
|
@@ -131,7 +131,6 @@ description: Comprehensive library for self-descriptive gridded physical data (i
|
|
131
131
|
email:
|
132
132
|
- eriko@gfd-dennou.org
|
133
133
|
executables:
|
134
|
-
- console
|
135
134
|
- gdir_client
|
136
135
|
- gdir_server
|
137
136
|
- gpaop
|
@@ -145,7 +144,6 @@ executables:
|
|
145
144
|
- gpvect
|
146
145
|
- gpview
|
147
146
|
- grads2nc_with_gphys
|
148
|
-
- setup
|
149
147
|
extensions:
|
150
148
|
- extconf.rb
|
151
149
|
extra_rdoc_files: []
|
@@ -159,7 +157,6 @@ files:
|
|
159
157
|
- README
|
160
158
|
- Rakefile
|
161
159
|
- TODO_ep_flux
|
162
|
-
- bin/console
|
163
160
|
- bin/gdir_client
|
164
161
|
- bin/gdir_server
|
165
162
|
- bin/gpaop
|
@@ -173,7 +170,6 @@ files:
|
|
173
170
|
- bin/gpvect
|
174
171
|
- bin/gpview
|
175
172
|
- bin/grads2nc_with_gphys
|
176
|
-
- bin/setup
|
177
173
|
- dim_op.c
|
178
174
|
- doc/attribute.html
|
179
175
|
- doc/attributenetcdf.html
|
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "gphys"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start
|