grand_central 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/grand_central/action.rb +1 -1
- data/lib/grand_central/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c908d0c64952268c564a536d97de27d09ed4dde78cf228fc0b404999098a3dba
|
4
|
+
data.tar.gz: 3f108fee10f601cba9a0e6dfc97a445d53dd74829157bd20eecd37646e7fff45
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e610e957908329b5753c19ae8ea20e49095ee70186d325c489796340e6ad0e306fcf02054a958586f9e92b0f1b201cc8cc4ddb98153f617baa669f0011510d4c
|
7
|
+
data.tar.gz: bf67c3d1b6de52f90bcbc56c3095586d1a355c2621b4c2b779fad3f81d5f954cfa33f8b32f2799956001459e7566e341aae7a544090828e8d75d0f5e1132e32d
|
data/lib/grand_central/action.rb
CHANGED
@@ -102,7 +102,7 @@ module GrandCentral
|
|
102
102
|
event = arg
|
103
103
|
|
104
104
|
case event.type
|
105
|
-
when 'submit', 'dragover'
|
105
|
+
when 'submit', 'dragover', 'dragenter'
|
106
106
|
# We're modifying a value we received, which is usually a no-no, but
|
107
107
|
# in this case it's the most pragmatic solution I can think of.
|
108
108
|
event.prevent
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grand_central
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jamie Gaskins
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
97
|
rubyforge_project:
|
98
|
-
rubygems_version: 2.7.
|
98
|
+
rubygems_version: 2.7.6
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: State and action management for Ruby apps
|