source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: gem "coderunner", ">= 0.14.10" gem "rubyhacks", ">= 0.1.2" # It seems necessary to have the following line un-commented on some systems but commented out on other systems: gem "ruby-netcdf-updated", ">= 0.6.6.1" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem "shoulda", ">= 0" gem "rdoc", "~> 3.12" gem "bundler", "> 1.0.0" gem "jeweler", ">= 1.8.4" end