Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 17 days 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'
```