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
- Host: GitHub
- URL: https://github.com/pat/ruby-netcdf
- Owner: pat
- License: other
- Created: 2013-06-18T06:19:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T08:28:37.000Z (about 10 years ago)
- Last Synced: 2025-04-01T00:42:42.388Z (about 1 year ago)
- Language: C
- Size: 176 KB
- Stars: 6
- Watchers: 3
- 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'
```