Sha256: 94fcce84d3ac741d9a95aa3fa83bfa8df2a1af8d01410afad5cb5204131aac7a
Contents?: true
Size: 698 Bytes
Versions: 1
Compression:
Stored size: 698 Bytes
Contents
# This is free software released into the public domain (CC0 license). # # See the `COPYING` file or <http://creativecommons.org/publicdomain/zero/1.0/> # for more details. begin require 'bones' rescue LoadError abort '### Please install the "bones" gem ###' end Bones { name 'rack-i18n_best_langs' authors 'Gioele Barabucci' email 'gioele@svario.it' url 'https://github.com/gioele/rack-i18n_best_langs' version '0.3' ignore_file '.gitignore' depend_on 'rack' depend_on 'rack-test', :development => true depend_on 'rack-i18n_routes', :development => true depend_on 'bones-rspec', :development => true } task :default => 'spec:run' task 'gem:release' => 'spec:run'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rack-i18n_best_langs-0.3 | Rakefile |