Merge pull request #73 from hunner/dynamic_gemsource

Allow custom gemsource
This commit is contained in:
Hunter Haugen 2014-02-11 16:50:09 -08:00
commit a0c3b82e7f

View file

@ -1,4 +1,4 @@
source 'https://rubygems.org'
source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :development, :test do
gem 'rake', :require => false