mirror of
https://github.com/toji/gl-matrix.git
synced 2026-01-18 14:26:54 +00:00
20 lines
310 B
Ruby
20 lines
310 B
Ruby
source :gemcutter
|
|
|
|
# core ruby
|
|
gem 'rake'
|
|
|
|
# https://github.com/pivotal/jasmine-gem
|
|
gem 'jasmine'
|
|
|
|
# https://github.com/sstephenson/sprockets
|
|
gem 'sprockets'
|
|
|
|
# https://github.com/lautis/uglifier
|
|
gem 'uglifier'
|
|
|
|
# for jasmine:ci task
|
|
gem 'json'
|
|
|
|
# https://github.com/wycats/thor - for release debug
|
|
gem 'thor'
|