--- !ruby/object:Gem::Specification name: jquery-rails-google-cdn version: !ruby/object:Gem::Version version: 0.0.6 platform: ruby authors: - jasonleonhard autorequire: bindir: bin cert_chain: [] date: 2016-10-09 00:00:00.000000000 Z dependencies: [] description: Use the Google CDN to serve jquery and fall back to the local version if the CDN is unreachable. email: - devbrights@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - demoapp/.bundle/config - demoapp/.gitignore - demoapp/.ruby-version - demoapp/Gemfile - demoapp/Gemfile.lock - demoapp/README.rdoc - demoapp/Rakefile - demoapp/app/assets/javascripts/application.js - demoapp/app/assets/javascripts/home.js.coffee - demoapp/app/assets/stylesheets/application.css - demoapp/app/assets/stylesheets/home.css.scss - demoapp/app/controllers/application_controller.rb - demoapp/app/controllers/concerns/.keep - demoapp/app/controllers/home_controller.rb - demoapp/app/helpers/application_helper.rb - demoapp/app/helpers/home_helper.rb - demoapp/app/mailers/.keep - demoapp/app/models/.keep - demoapp/app/models/concerns/.keep - demoapp/app/views/home/index.html.erb - demoapp/app/views/layouts/application.html.erb - demoapp/bin/bundle - demoapp/bin/rails - demoapp/bin/rake - demoapp/config.ru - demoapp/config/application.rb - demoapp/config/boot.rb - demoapp/config/database.yml - demoapp/config/environment.rb - demoapp/config/environments/development.rb - demoapp/config/environments/production.rb - demoapp/config/environments/test.rb - demoapp/config/initializers/backtrace_silencers.rb - demoapp/config/initializers/filter_parameter_logging.rb - demoapp/config/initializers/inflections.rb - demoapp/config/initializers/mime_types.rb - demoapp/config/initializers/secret_token.rb - demoapp/config/initializers/session_store.rb - demoapp/config/initializers/wrap_parameters.rb - demoapp/config/locales/en.yml - demoapp/config/routes.rb - demoapp/db/schema.rb - demoapp/db/seeds.rb - demoapp/lib/assets/.keep - demoapp/lib/tasks/.keep - demoapp/log/.keep - demoapp/public/404.html - demoapp/public/422.html - demoapp/public/500.html - demoapp/public/favicon.ico - demoapp/public/robots.txt - demoapp/vendor/assets/javascripts/.keep - demoapp/vendor/assets/javascripts/jquery/jquery.min.js - demoapp/vendor/assets/stylesheets/.keep - jquery-rails-google-cdn-0.0.4.gem - jquery-rails-google-cdn-0.0.5.gem - jquery-rails-google-cdn.gemspec - lib/jquery-rails-google-cdn.rb - lib/jquery-rails-google-cdn/railtie.rb - lib/jquery-rails-google-cdn/view_helpers.rb homepage: https://github.com/jasonleonhard/jquery-rails-google-cdn licenses: - GPL metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.6 signing_key: specification_version: 4 summary: A gem to serve jQuery from the Google CDN with fall back protection. test_files: []