Sha256: e757a97fccb64c7f15fbfcbac0e0335e7a92e852ff87d7a597699978119a3c6c

Contents?: true

Size: 529 Bytes

Versions: 4

Compression:

Stored size: 529 Bytes

Contents

# encoding: utf-8

source :gemcutter

group :runtime do
  gem 'activesupport',  '~> 3.0'
  gem 'trollop'

  # This nutiness makes very little sense, but I can't find a sane way of
  # calling ‘gemspec’ that works.  Of course, the non-exisistant documentation
  # is of little help.
  gem 'git-topic'
end

group :development do
  gem 'jeweler'
  gem 'rake'
  gem 'rspec',          '~> 2.0.0'
  gem 'yard'
  gem 'gemcutter',      '~> 0.5.0'

  gem 'autotest'
  gem 'autotest-screen'

  gem 'ruby-debug19'
end



# vim:ft=ruby:

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
git-topic-0.2.7.1 Gemfile
git-topic-0.2.7 Gemfile
git-topic-0.2.6.1 Gemfile
git-topic-0.2.6 Gemfile