Sha256: 91e353288abd7cc07815b3798979562cc8b14c2d28713dd7a4e16c1e4310b57b
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 Bytes
Contents
source "http://rubygems.org" gemspec # Load Turbo from git # gem 'turbo', :git => 'git://github.com/stevenh512/turbo.git' # Load ruby-debug for your platform # gem 'ruby-debug', :require => 'ruby-debug', :platform => :mri_18 # gem 'ruby-debug19', :require => 'ruby-debug', :platform => :mri_19 <%- if test_unit? -%> # Load ANSI and Turn for better looking Test::Unit reports. # gem 'ansi', '~> <%= Turbo::ANSI_VERSION %>' # gem 'turn', '~> <%= Turbo::TURN_VERSION %>' <%- end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
turbo-0.0.1 | lib/turbo/templates/root/Gemfile.tt |