File: Rakefile

package info (click to toggle)
ruby-select2-rails 4.0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 740 kB
  • sloc: javascript: 10,196; ruby: 56; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/env rake
require "bundler/gem_tasks"
require File.expand_path('../lib/select2-rails/source_file', __FILE__)

desc "Update with Ivaynberg's select2 Library"
task "update-select2" do
  files = SourceFile.new
  files.fetch
end