-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
32 lines (27 loc) · 1.12 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -*- ruby -*-
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
source :gemcutter
gem "distribution", ">=0.4.0"
gem "green_shoes", ">=1.0.282"
gem "statsample", ">=1.1.0"
gem "gsl", "~>1.14.5"
gem "rsvg2", "~>1.0.0"
gem "rubyvis", ">=0.4.0"
gem "integration", ">=0"
gem "minimization", ">=0"
gem "simpler", ">=0"
gem "hoe", "~>2.12", :group => [:development, :test]
gem "rdoc", ">=0", :group => [:development, :test]
gem "rspec", ">=2.0", :group => [:development, :test]
gem "haml", ">=0", :group => [:development, :test]
gem "coderay", ">=0", :group => [:development, :test]
gem "nokogiri", ">=0", :group => [:development, :test]
gem "RedCloth", ">=0", :group => [:development, :test]
gem "shoulda", "~>2.11", :group => [:development, :test]
gem "gtksourceview2", ">=0", :group => [:development, :test]
gem "rmagick", ">=2.13", :group => [:development, :test]
gem "hoe-gemspec", "~>1.0", :group => [:development, :test]
gem "hoe-bundler", "~>1.1", :group => [:development, :test]
gem "minitest", "~>2.0", :group => [:development, :test]
gem "hoe", "~>2.12", :group => [:development, :test]
# vim: syntax=ruby