Initial commit
parents
Showing
Gemfile
0 → 100644
source 'https://rubygems.org' | ||
source 'https://rails-assets.org' | ||
gemspec |
README.md
0 → 100644
Rakefile
0 → 100644
app/assets/images/Sortable/st/face-01.jpg
0 → 100644
3.1 KB
app/assets/images/Sortable/st/face-02.jpg
0 → 100644
4.34 KB
app/assets/images/Sortable/st/face-03.jpg
0 → 100644
2.84 KB
app/assets/images/Sortable/st/face-04.jpg
0 → 100644
4.07 KB
app/assets/images/Sortable/st/face-05.jpg
0 → 100644
3.79 KB
app/assets/images/Sortable/st/face-06.jpg
0 → 100644
3.2 KB
app/assets/images/Sortable/st/face-07.jpg
0 → 100644
3.78 KB
app/assets/images/Sortable/st/face-08.jpg
0 → 100644
3.28 KB
app/assets/images/Sortable/st/face-09.jpg
0 → 100644
4.61 KB
app/assets/images/Sortable/st/logo.png
0 → 100644
4.94 KB
app/assets/images/Sortable/st/og-image.png
0 → 100644
11.8 KB
app/assets/javascripts/Sortable.js
0 → 100644
app/assets/javascripts/Sortable/Gruntfile.js
0 → 100644
app/assets/javascripts/Sortable/Sortable.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
app/assets/javascripts/Sortable/st/app.js
0 → 100644
app/assets/stylesheets/Sortable/st/app.scss
0 → 100644
app/assets/templates/Sortable/Sortable.html
0 → 100644
app/assets/templates/Sortable/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
lib/rails-assets-Sortable.rb
0 → 100644
lib/rails-assets-Sortable/version.rb
0 → 100644
rails-assets-Sortable.gemspec
0 → 100644
# coding: utf-8 | ||
lib = File.expand_path('../lib', __FILE__) | ||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
require 'rails-assets-Sortable/version' | ||
Gem::Specification.new do |spec| | ||
spec.name = "rails-assets-Sortable" | ||
spec.version = RailsAssetsSortable::VERSION | ||
spec.authors = ["rails-assets.org"] | ||
spec.description = "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery." | ||
spec.summary = "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery." | ||
spec.homepage = "http://rubaxa.github.io/Sortable" | ||
spec.license = "MIT" | ||
spec.files = `find ./* -type f | cut -b 3-`.split($/) | ||
spec.require_paths = ["lib"] | ||
spec.add_development_dependency "bundler", "~> 1.3" | ||
spec.add_development_dependency "rake" | ||
end |
Please
register
or
sign in
to comment