9 lines
333 B
Ruby
9 lines
333 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
gem 'to_source', :git => 'https://github.com/mbj/to_source.git'
|
|
gem 'melbourne', :git => 'https://github.com/mbj/melbourne.git'
|
|
gem 'inflector', :git => 'https://github.com/mbj/inflector.git'
|
|
|
|
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))
|