Sha256: d858c3a8efbef43070a615f0f56b89729884e9fe62988e808d2ff799dc04d3ef

Contents?: true

Size: 615 Bytes

Versions: 1

Compression:

Stored size: 615 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|

  s.authors           = ["Chris Hough"]
  s.email             = ["founders@noconformity.com"]
  s.description       = %q{Use the CDNJS CDN to serve files and fall back to the local version if the CDN is unreachable.}
  s.summary           = %q{A gem to serve CDNJS files with fall back protection.}
  s.homepage          = "https://github.com/chrishough/cdnjs-rails"

  s.files             = `git ls-files`.split("\n")
  s.require_paths     = ["lib"]

  s.name              = "cdnjs-rails"
  s.licenses          = "GPL"
  s.version           = '1.0.1'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cdnjs-rails-1.0.1 cdnjs-rails.gemspec