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/fetch.js
0 → 100644
app/assets/javascripts/fetch/fetch.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/rails-assets-fetch.rb
0 → 100644
lib/rails-assets-fetch/version.rb
0 → 100644
rails-assets-fetch.gemspec
0 → 100644
| # coding: utf-8 | |||
| lib = File.expand_path('../lib', __FILE__) | |||
| $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |||
| require 'rails-assets-fetch/version' | |||
| Gem::Specification.new do |spec| | |||
| spec.name = "rails-assets-fetch" | |||
| spec.version = RailsAssetsFetch::VERSION | |||
| spec.authors = ["rails-assets.org"] | |||
| spec.description = "" | |||
| spec.summary = "" | |||
| spec.homepage = "https://github.com/github/fetch" | |||
| 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-fetch.json
0 → 100644
Please
register
or
sign in
to comment