jquery-colorbox-rails 1.7.5 → 1.7.6
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cc155bf6a5772bd743a5f71122e8025f406a933f505224fbda32a0624294e9a
|
4
|
+
data.tar.gz: 8abd679d91a4c6fa32607252b75f4b289814e870a7ec86ea9fdabefb5e59bded
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81c0cc8a82f9a75d38d7ec154a5a1aa3272e581a574829a3b3cae9df1e11217c69f80917385c658395483a13e04af18e48164c1b8786594c2d4068ead60eb6f9
|
7
|
+
data.tar.gz: 93cf622357800eeb2b6351f7e146423ad658beb563f2548b3c20b9fd446f987baf1d1b1808d3a96b752bed73962daf1c426bea30ee741c1fd96f0fc0e697c3fd
|
@@ -80,7 +80,7 @@
|
|
80
80
|
return this.rel;
|
81
81
|
},
|
82
82
|
href: function() {
|
83
|
-
// using this.href would give the absolute url, when the href may have been
|
83
|
+
// using this.href would give the absolute url, when the href may have been intended as a selector (e.g. '#container')
|
84
84
|
return $(this).attr('href');
|
85
85
|
},
|
86
86
|
title: function() {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-colorbox-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description:
|
41
|
+
description:
|
42
42
|
email:
|
43
43
|
- knapo@knapo.net
|
44
44
|
executables: []
|
@@ -119,7 +119,7 @@ licenses:
|
|
119
119
|
metadata:
|
120
120
|
homepage_uri: https://github.com/knapo/jquery-colorbox-rails
|
121
121
|
source_code_uri: https://github.com/knapo/jquery-colorbox-rails
|
122
|
-
post_install_message:
|
122
|
+
post_install_message:
|
123
123
|
rdoc_options: []
|
124
124
|
require_paths:
|
125
125
|
- lib
|
@@ -134,8 +134,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
134
|
- !ruby/object:Gem::Version
|
135
135
|
version: '0'
|
136
136
|
requirements: []
|
137
|
-
rubygems_version: 3.
|
138
|
-
signing_key:
|
137
|
+
rubygems_version: 3.1.4
|
138
|
+
signing_key:
|
139
139
|
specification_version: 4
|
140
140
|
summary: jQuery Colorbox integration for Rails 3.1+ asset pipeline
|
141
141
|
test_files: []
|