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: 0d977407d19c942a123733bfa42988683a18c80b
4
- data.tar.gz: 8fa74c01f5418d5ab365327bd9895c907bf10be2
3
+ metadata.gz: dde7e67ea2e43513d8782087ec6cc044551a6f7a
4
+ data.tar.gz: 1c111f31dfd03217c7d05aea6f76b99ba529f07e
5
5
  SHA512:
6
- metadata.gz: 6a05f43a0796f8421ee92262b7dbf8c12064b220baf8afca20b127d20f89cc4ee13f7ba003a9f2e2a5010f2522eb9d50e4144fb09794a1c04ad31bc410e4a7a5
7
- data.tar.gz: 3f657e6b213d31cf186a2b6e0a2708246becb36f09c7563877587135fd323f6fe0016e990d4e71eae6e7e01e2c7caca9c334b57d3e21229084f9796e9a4fecfc
6
+ metadata.gz: b1334910656312c2db04f64a7c87b4c49619658ef037ffdf7318f5fa5ceb2f78ad55a59492e8264fd7609e5c19dbd89ad1df4e2cabc79d53c9ecdf11e634652f
7
+ data.tar.gz: 67cafd9d758ff7cc71d1a656f8e3a85368bf07c5d2517d12660136d6724222f8fa78211e0d78629e034d38c8af596fe5f121534a3cd23375155759451f405257
@@ -1,6 +1,6 @@
1
1
  module SwitchAccess
2
2
  module Rails
3
- VERSION = '1.1.9'
4
- SWITCHACCESSLIB_VERSION = '1.1.8'
3
+ VERSION = '1.1.10'
4
+ SWITCHACCESSLIB_VERSION = '1.1.9'
5
5
  end
6
6
  end
@@ -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.8
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.9
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-25 00:00:00.000000000 Z
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.8 into rails apps.
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: []