cdnjs-rails 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a00f41e41e1d86d4f6a83183b67528bc170f141
4
- data.tar.gz: 6753cce10459173ee498916aac74dd2706a93df6
3
+ metadata.gz: 3210c7bdfde78c6517724de5ba68d8e17de9fc56
4
+ data.tar.gz: 8a8e77a93b39991f7d8dd4b3d0040f6e5ebcd087
5
5
  SHA512:
6
- metadata.gz: ba3affba817f6f736191fe091c4390c7d42676ad876c6c9271d012da68a749f1ea1dc0a5dd216efe9519d3f72a85bdee678a712acb2f2ae70e9bf2f4bb247bfe
7
- data.tar.gz: 5cec39ff36cc74c2576b8b17724ab90df87ea654701f215e0d102741cb6d239954ef8dbdbdc8722c0b5a47fe56778e7f4394d566c906bae50a8483df3dbd63a4
6
+ metadata.gz: 37c5457c7a2bc22451c10ab68d7e3ada2a26401789bbc3be014e94d3043cdd50958942233ff6e129e3bec58f7349f11bab6ef93c9fb79a91f727abb449cb3c22
7
+ data.tar.gz: 703853da5c6a06e62aa16538cb94162aaf1946c0f45c623063f02e07d69390c59345d7cd7bcbdc1b86b8b0fa963eaf731367c2f3759443af4ebcf1230bb28fc9
Binary file
@@ -1,18 +1,12 @@
1
- # -*- encoding: utf-8 -*-
2
1
  Gem::Specification.new do |s|
3
-
4
- s.authors = ["Chris Hough"]
5
- s.email = ["founders@noconformity.com"]
2
+ s.authors = ["jasonleonhard"]
3
+ s.email = ["devbrights@gmail.com"]
6
4
  s.description = %q{Use the CDNJS CDN to serve files and fall back to the local version if the CDN is unreachable.}
7
5
  s.summary = %q{A gem to serve CDNJS files with fall back protection.}
8
- s.homepage = "https://github.com/chrishough/cdnjs-rails"
9
-
6
+ s.homepage = "https://github.com/jasonleonhard/cdnjs-rails"
10
7
  s.files = `git ls-files`.split("\n")
11
8
  s.require_paths = ["lib"]
12
-
13
9
  s.name = "cdnjs-rails"
14
10
  s.licenses = "GPL"
15
- s.version = '1.0.1'
16
-
11
+ s.version = '1.0.3'
17
12
  end
18
-
Binary file
metadata CHANGED
@@ -1,24 +1,23 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cdnjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - Chris Hough
7
+ - jasonleonhard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-08 00:00:00.000000000 Z
11
+ date: 2016-10-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Use the CDNJS CDN to serve files and fall back to the local version if
14
14
  the CDN is unreachable.
15
15
  email:
16
- - founders@noconformity.com
16
+ - devbrights@gmail.com
17
17
  executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - ".DS_Store"
22
21
  - ".gitignore"
23
22
  - CHANGELOG.md
24
23
  - Gemfile
@@ -26,12 +25,13 @@ files:
26
25
  - LICENSE
27
26
  - README.md
28
27
  - Rakefile
28
+ - cdnjs-rails-1.0.2.gem
29
29
  - cdnjs-rails.gemspec
30
30
  - lib/cdnjs-rails.rb
31
31
  - lib/cdnjs-rails/railtie.rb
32
32
  - lib/cdnjs-rails/view_helpers.rb
33
33
  - pkg/cdnjs-rails-1.0.1.gem
34
- homepage: https://github.com/chrishough/cdnjs-rails
34
+ homepage: https://github.com/jasonleonhard/cdnjs-rails
35
35
  licenses:
36
36
  - GPL
37
37
  metadata: {}
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project:
54
- rubygems_version: 2.4.5
54
+ rubygems_version: 2.6.6
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: A gem to serve CDNJS files with fall back protection.