jquery-colorbox-rails 1.7.5 → 1.7.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bce72869aca862db428837b06831a55f72cd41c73a9aa70893957909aa291bff
4
- data.tar.gz: 535d52b08c63e1e72fcec4708123af9cbb93ef6860f64acd3f5eaeddba10e5b3
3
+ metadata.gz: 1cc155bf6a5772bd743a5f71122e8025f406a933f505224fbda32a0624294e9a
4
+ data.tar.gz: 8abd679d91a4c6fa32607252b75f4b289814e870a7ec86ea9fdabefb5e59bded
5
5
  SHA512:
6
- metadata.gz: 16cb0ed14e33436f9c4bbe8aef812cd72caf93b0afaf48e9eaaa4eaf77a6bc33d84caf0067995246591651f1cd9db09d944c289c4ce834b603f64f28a6063d48
7
- data.tar.gz: d37deb6435b067bb0fa7cde1064e6e1d2dce4361d7f9cf24b9258e57a2d8f0ec35396a9263084d4e40744287acb7452ae022bf8bfc5c58d20ee9cbc9f06689de
6
+ metadata.gz: 81c0cc8a82f9a75d38d7ec154a5a1aa3272e581a574829a3b3cae9df1e11217c69f80917385c658395483a13e04af18e48164c1b8786594c2d4068ead60eb6f9
7
+ data.tar.gz: 93cf622357800eeb2b6351f7e146423ad658beb563f2548b3c20b9fd446f987baf1d1b1808d3a96b752bed73962daf1c426bea30ee741c1fd96f0fc0e697c3fd
@@ -1,3 +1,3 @@
1
1
  module JqueryColorboxRails
2
- VERSION = '1.7.5'.freeze
2
+ VERSION = '1.7.6'.freeze
3
3
  end
@@ -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 inteded as a selector (e.g. '#container')
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.5
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: 2020-03-26 00:00:00.000000000 Z
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.0.6
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: []