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/javascripts/jquery.js
0 → 100644
app/assets/javascripts/jquery/core.js
0 → 100644
This diff is collapsed.
Click to expand it.
app/assets/javascripts/jquery/jquery.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/assets/javascripts/jquery/jquery.slim.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib/rails-assets-jquery.rb
0 → 100644
lib/rails-assets-jquery/version.rb
0 → 100644
rails-assets-jquery.gemspec
0 → 100644
# coding: utf-8 | ||
lib = File.expand_path('../lib', __FILE__) | ||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
require 'rails-assets-jquery/version' | ||
Gem::Specification.new do |spec| | ||
spec.name = "rails-assets-jquery" | ||
spec.version = RailsAssetsJquery::VERSION | ||
spec.authors = ["rails-assets.org"] | ||
spec.description = "" | ||
spec.summary = "" | ||
spec.homepage = "https://github.com/jquery/jquery-dist" | ||
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 |
rails-assets-jquery.json
0 → 100644
Please
register
or
sign in
to comment