Home | History | Annotate | Download | only in gl-matrix
      1 source :gemcutter
      2 
      3 # core ruby
      4 gem 'rake'
      5 
      6 # https://github.com/pivotal/jasmine-gem
      7 gem 'jasmine'
      8 
      9 # https://github.com/sstephenson/sprockets
     10 gem 'sprockets'
     11 
     12 # https://github.com/lautis/uglifier
     13 gem 'uglifier'
     14 
     15 # for jasmine:ci task
     16 gem 'json'
     17 
     18 # https://github.com/wycats/thor - for release debug
     19 gem 'thor'
     20