Sha256: 246c408c14a9a7518e647285ff8fb61f338d0da0294e569e7d77693112c2ba04
Contents?: true
Size: 654 Bytes
Versions: 1
Compression:
Stored size: 654 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.authors = ["Chris Hough"] s.email = ["founders@noconformity.com"] s.description = %q{Use the Google CDN to serve jquery and fall back to the local version if the CDN is unreachable.} s.summary = %q{A s to serve jQuery from the Google CDN with fall back protection.} s.homepage = "https://github.com/chrishough/jquery-rails-google-cdn" s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] s.name = "jquery-rails-google-cdn" s.licenses = "GPL" s.version = '0.0.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jquery-rails-google-cdn-0.0.2 | jquery_rails_google_cdn.gemspec |