Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
Copy of source for ruby-netcdf gem, with tweak for MRI 2.0.0
- Host: GitHub
- URL: https://github.com/pat/ruby-netcdf
- Owner: pat
- License: other
- Created: 2013-06-18T06:19:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T08:28:37.000Z (over 8 years ago)
- Last Synced: 2024-11-30T16:36:22.817Z (23 days ago)
- Language: C
- Size: 176 KB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE.txt
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'
```