Sha256: 4ea7e5531d75ce48fc2137ba5fe00058a12cdc2a053c64dd3f616e6298059734

Contents?: true

Size: 744 Bytes

Versions: 7

Compression:

Stored size: 744 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'
#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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
overapp-0.3.1 Gemfile
overapp-0.3.0 Gemfile
overapp-0.2.0 Gemfile
fs_template-0.2.0 Gemfile
fs_template-0.1.2 Gemfile
fs_template-0.1.1 Gemfile
fs_template-0.1.0 Gemfile