An open API service indexing awesome lists of open source software.

https://github.com/pat/ruby-netcdf

Copy of source for ruby-netcdf gem, with tweak for MRI 2.0.0
https://github.com/pat/ruby-netcdf

Last synced: about 1 year ago
JSON representation

Copy of source for ruby-netcdf gem, with tweak for MRI 2.0.0

Awesome Lists containing this project

README

          

No changes beyond a single require statement in extconf.rb to ensure the gem compiles within MRI 2.0.0.

```ruby
gem 'ruby-netcdf', '~> 0.6.6.1',
:git => 'git://github.com/pat/ruby-netcdf.git',
:branch => 'master',
:ref => '204e084298'
```