aboutsummaryrefslogblamecommitdiffstats
path: root/Gemfile
blob: 3c2680734cdfee9f99b5f372050e222deef9b51a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
              
 








                                                                                
# -*- ruby -*-

# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.

source :gemcutter


gem "minitest", "~>2.2", :group => [:development, :test]
gem "hoe", "~>2.10", :group => [:development, :test]

# vim: syntax=ruby