Initial commit
parents
Showing
Gemfile
0 → 100644
source 'https://rubygems.org' | ||
source 'https://rails-assets.org' | ||
gemspec |
README.md
0 → 100644
Rakefile
0 → 100644
10.4 KB
16.2 KB
7.71 KB
12.2 KB
151 KB
103 KB
90.7 KB
30.2 KB
app/assets/javascripts/iscroll.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
app/assets/javascripts/iscroll/iscroll.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/rails-assets-iscroll.rb
0 → 100644
lib/rails-assets-iscroll/version.rb
0 → 100644
rails-assets-iscroll.gemspec
0 → 100644
# coding: utf-8 | ||
lib = File.expand_path('../lib', __FILE__) | ||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
require 'rails-assets-iscroll/version' | ||
Gem::Specification.new do |spec| | ||
spec.name = "rails-assets-iscroll" | ||
spec.version = RailsAssetsIscroll::VERSION | ||
spec.authors = ["rails-assets.org"] | ||
spec.description = "" | ||
spec.summary = "" | ||
spec.homepage = "https://github.com/cubiq/iscroll" | ||
spec.files = `find ./* -type f | cut -b 3-`.split($/) | ||
spec.require_paths = ["lib"] | ||
spec.post_install_message = "This component doesn't define main assets in bower.json.\nPlease open new pull request in component's repository:\nhttps://github.com/cubiq/iscroll" | ||
spec.add_development_dependency "bundler", "~> 1.3" | ||
spec.add_development_dependency "rake" | ||
end |
rails-assets-iscroll.json
0 → 100644
Please
register
or
sign in
to comment