Sha256: 7dc1522ec2ca493866e5a3534ff19c443bdfb812d9dfa80cccbb34e9e116391f
Contents?: true
Size: 549 Bytes
Versions: 5
Compression:
Stored size: 549 Bytes
Contents
source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. gem "rsolr" gem "will_paginate" gem "json" gem "activesupport" gem "activerecord" group :development do gem "ruby-debug" gem "mysql2", "~> 0.2.7" gem "geokit" gem "autotest" gem "autotest-growl" gem "rspec", "~> 2.3.0" gem "bundler", "~> 1.0.0" gem "jeweler", "~> 1.6.0" gem "rcov", ">= 0" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
supernova-0.4.17 | Gemfile |
supernova-0.4.16 | Gemfile |
supernova-0.4.15 | Gemfile |
supernova-0.4.14 | Gemfile |
supernova-0.4.13 | Gemfile |