2012-07-23 16:37:44 +02:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
|
|
|
gemspec
|
|
|
|
|
2012-08-28 18:54:56 +02:00
|
|
|
gem 'to_source', :git => 'https://github.com/mbj/to_source.git'
|
2012-11-21 20:31:01 +01:00
|
|
|
gem 'melbourne', :git => 'https://github.com/mbj/melbourne.git'
|
2012-11-22 00:10:50 +01:00
|
|
|
gem 'inflector', :git => 'https://github.com/mbj/inflector.git'
|
2012-08-01 13:27:35 +02:00
|
|
|
|
2012-12-06 21:35:17 +01:00
|
|
|
gem 'devtools', :git => 'https://github.com/mbj/devtools.git', :branch => :'rspec-2-mutant'
|
2012-12-06 19:53:44 +01:00
|
|
|
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))
|