cdnjs-rails 1.0.1 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cdnjs-rails-1.0.2.gem +0 -0
- data/cdnjs-rails.gemspec +4 -10
- data/pkg/cdnjs-rails-1.0.1.gem +0 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3210c7bdfde78c6517724de5ba68d8e17de9fc56
|
4
|
+
data.tar.gz: 8a8e77a93b39991f7d8dd4b3d0040f6e5ebcd087
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37c5457c7a2bc22451c10ab68d7e3ada2a26401789bbc3be014e94d3043cdd50958942233ff6e129e3bec58f7349f11bab6ef93c9fb79a91f727abb449cb3c22
|
7
|
+
data.tar.gz: 703853da5c6a06e62aa16538cb94162aaf1946c0f45c623063f02e07d69390c59345d7cd7bcbdc1b86b8b0fa963eaf731367c2f3759443af4ebcf1230bb28fc9
|
Binary file
|
data/cdnjs-rails.gemspec
CHANGED
@@ -1,18 +1,12 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
1
|
Gem::Specification.new do |s|
|
3
|
-
|
4
|
-
s.
|
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/
|
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.
|
16
|
-
|
11
|
+
s.version = '1.0.3'
|
17
12
|
end
|
18
|
-
|
data/pkg/cdnjs-rails-1.0.1.gem
CHANGED
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.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- jasonleonhard
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
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
|
-
-
|
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/
|
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.
|
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.
|