Sha256: 9f0e29694b36fab91f687b77881525b07f7c762702471b5b4d92f51d5f152c24
Contents?: true
Size: 768 Bytes
Versions: 4
Compression:
Stored size: 768 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. group :development do gem "rspec", "~> 2.8.0" gem "rdoc", "~> 3.12" gem "bundler", ">= 1.0.0" gem "jeweler", "~> 1.8.4" #gem "rcov", ">= 0" gem 'guard' gem 'guard-rspec' gem 'guard-spork' gem 'rb-fsevent', '~> 0.9' gem 'lre' end gem 'mharris_ext',">= 1.7.1" #gem "rchoice", :path => "/users/mharris717/gems/rchoice-0.2.0" #gem 'rchoice','0.2.0' #gem 'rchoice', :git => "git@github.com:mharris717/rchoice.git", :branch => "gemdir" gem 'andand' gem 'simplecov', :require => false, :group => :test gem 'ptools'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
overapp-0.5.1 | Gemfile |
overapp-0.5.0 | Gemfile |
overapp-0.4.2 | Gemfile |
overapp-0.4.1 | Gemfile |