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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2YzYmEwNzVmZjVlNDIzMzJmZGE4NDhkOWI1NTUzZDY2ZDcwOWEyNw==
4
+ MThjMjRiMmQ5YTNmMzM5YmZjZjJkNjY0MjlkNGYwMzhkNDg1OGJkZQ==
5
5
  data.tar.gz: !binary |-
6
- ZWU2NWQ5OGY0MjFkNTUyNzRlNWFmOGQyMzYyNDE0OTBlZDIxMjVkZQ==
6
+ ODM1YjFmMDE3NmQ5Y2M3ZDBkMWIyY2M4NjVmYzUwN2RlYjNmZWMzOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZGQyNmE0ODQ3MGYxYjVmYzkxOGRiYzRiYWY3YzRlM2VkZDc4MWQwZWZjNjA3
10
- OWE4YmZlNGYzZTY2YWQzZGUyYjc0MDI4ZjQ4YmYyYTkzMWE5MDE2YmEwNTcz
11
- YTEwZjdiZWQ2ZjdjN2Y2Y2VlNWY1ZmZlMmJhYThjNmY0YzE4ZmU=
9
+ YTI4Njk0MmI5Y2JkN2U3ZWRlMmNkNmZiY2QzNDFiZGZmOTBkM2Q3YWQ2NWYz
10
+ NjBkYzU1OTNjODViY2ZhNjMzYmMwOWQzMTFlOWM2NzZmNzFlZDU1NTI2OWQx
11
+ YzNkYzQxMWI5ZjcwYzBhNGFmZWVjN2NkNGViMzNlM2YyZWE0OWE=
12
12
  data.tar.gz: !binary |-
13
- ZmMzZmQxYTNhOGRhOTFlZjQ4NjdkNDcwMTE3ZTY0Mzg3NDIyMTRjNTAyZTNl
14
- NWRlOWRiNDdkNTVlMWZmYTY2NDNiMzZiMDE3YjkzM2ExMDdjMWVkMDNkZWU2
15
- Y2QyNDE3MjViMzkyMmE3NWQzNDM3YmFjMTEwYjI3N2NiOGM4NmU=
13
+ YjczZDk0MzQwNzg4YTI5MGFjOWJlYzVmNWIyN2JjZjZlNjBhNjNjZTExMjU4
14
+ OWFjNTg0NzY5OTRhMWU4OTRlYTIwZDE2NTFhYThjNmViM2RkZTE1Y2Y1MTA2
15
+ Mzg2M2YyZDBjN2RlMDNkYTFkZjJkMzI0ZDFlMTAyNmZjMzJkODk=
@@ -1,5 +1,5 @@
1
1
  module NumRu
2
2
  class GPhys
3
- VERSION = "1.4.3.1"
3
+ VERSION = "1.4.3.2"
4
4
  end
5
5
  end
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.1
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-02 00:00:00.000000000 Z
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
data/bin/setup DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
-
5
- bundle install
6
-
7
- # Do any other automated setup that you need to do here