Pachelbel 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/project/Pachelbel.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41ce12a2fe7d10ef106f25d3aa00208cc3ca90f3
|
4
|
+
data.tar.gz: 137fdb486ff502a80578f41b2aa45a10561d57c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56d553630ae4c376b5de4204f3006de643a7cbd2087062d574c40f7bdf8e05596d1a8ecd92dccf51f7b745ddf2b6516599c2803f8caed145c28e220aa4b99c41
|
7
|
+
data.tar.gz: a20d73abf67f0bcbadd4ac34a6ad0df87c351082e0ed8dcc5abab503379f76965ec0ec795dd0a40cbc5dfef29feb700565faff607e0530b096c63ba0e71f382d
|
data/lib/project/Pachelbel.rb
CHANGED
@@ -36,7 +36,7 @@ module Pachelbel
|
|
36
36
|
when '7'
|
37
37
|
run_js 'unlocker_function();'
|
38
38
|
when '6'
|
39
|
-
run_js "var touch_function = function() { window.removeEventListener('touchstart',
|
39
|
+
run_js "var touch_function = function() { window.removeEventListener('touchstart', touch_function, false); unlocker_function(); }"
|
40
40
|
run_js "window.addEventListener('touchstart', touch_function, false);"
|
41
41
|
end
|
42
42
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Pachelbel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Drew Carey Buglione
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|