switch_access-rails 1.1.9 → 1.1.10
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dde7e67ea2e43513d8782087ec6cc044551a6f7a
|
|
4
|
+
data.tar.gz: 1c111f31dfd03217c7d05aea6f76b99ba529f07e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1334910656312c2db04f64a7c87b4c49619658ef037ffdf7318f5fa5ceb2f78ad55a59492e8264fd7609e5c19dbd89ad1df4e2cabc79d53c9ecdf11e634652f
|
|
7
|
+
data.tar.gz: 67cafd9d758ff7cc71d1a656f8e3a85368bf07c5d2517d12660136d6724222f8fa78211e0d78629e034d38c8af596fe5f121534a3cd23375155759451f405257
|
|
@@ -3,7 +3,7 @@ Switch Access for webpages
|
|
|
3
3
|
(c) 2012-2013 Leif Ringstad
|
|
4
4
|
Dual-licensed under GPL or commercial license (LICENSE and LICENSE.GPL)
|
|
5
5
|
Source: http://github.com/leifcr/switch_access
|
|
6
|
-
v 1.1.
|
|
6
|
+
v 1.1.9
|
|
7
7
|
###
|
|
8
8
|
|
|
9
9
|
SwitchAccessCommon =
|
|
@@ -341,7 +341,7 @@ class SwitchAccess
|
|
|
341
341
|
@log "setoptions" if (@options.debug)
|
|
342
342
|
# @log options, "trace", true
|
|
343
343
|
@stop() if @runtime.active == true
|
|
344
|
-
jQuery.extend SwitchAccessCommon.options, {
|
|
344
|
+
jQuery.extend true, SwitchAccessCommon.options, {
|
|
345
345
|
highlighter: options.highlighter,
|
|
346
346
|
highlight: options.highlight,
|
|
347
347
|
internal: options.internal,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: switch_access-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Leif Ringstad
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-10-
|
|
11
|
+
date: 2013-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionpack
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 10.0.2
|
|
69
|
-
description: Integrates jquery Switch Access plugin 1.1.
|
|
69
|
+
description: Integrates jquery Switch Access plugin 1.1.9 into rails apps.
|
|
70
70
|
email: leifcr@gmail.com
|
|
71
71
|
executables: []
|
|
72
72
|
extensions: []
|