pinkman 0.9.4.1 → 0.9.4.2

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
  SHA1:
3
- metadata.gz: 7ba83297b6a3aff4f371fe1c087740464a97b385
4
- data.tar.gz: 8fbb1233575c28e4b5d2b50bfd9451f3caeab268
3
+ metadata.gz: 4933ff3c300670588f60edae97e2efe972b0f0cc
4
+ data.tar.gz: cd6d0451b0b15928a76fb442553ec0b9b2a60e14
5
5
  SHA512:
6
- metadata.gz: 56958800c4f03f3029d3f18ca618460e23ae1fd55c42d65e096f350c9167d8ed2a99e883f678b59c388391400740e804f870626d36265fba991108ed32ffba5f
7
- data.tar.gz: 831921640350a421f8129e384c9b434c6c75a03fb4fdc761c040d61010e2d76d3af11203d823352540beefa20749c4e24bf076837f558f9bfcb32fd4bf54be6a
6
+ metadata.gz: c3362227a98e70f69b40d8c19c96338c8f5d7b253d9637a546c2a65a3f68b668313795175b3c84fcc36b9b126f878b0fca3f9139b7f393c4cad21025ae401a4c
7
+ data.tar.gz: b80c26afeca45c253b1cb4122fac44df3867cb0ed4f8363404b324efa4a02230cc6353ea3cc8ac53d1b4fcc2c4eca2f47f20034c5e8222389478da8d31333482
@@ -115,7 +115,7 @@ class window.PinkmanController extends window.PinkmanObject
115
115
  options.leave(obj,j,ev if options.leave? and typeof options.leave == 'function')
116
116
  @action action, 'drop', (obj,j,ev) ->
117
117
  options.drop(obj,j,ev) if options.drop? and typeof options.drop == 'function'
118
- options.files(obj,ev.originalEvent.dataTransfer.files) if options.files? and typeof options.files == 'function'
118
+ options.files(obj,ev.originalEvent.dataTransfer.files,j) if options.files? and typeof options.files == 'function'
119
119
 
120
120
 
121
121
  isActive: () ->
@@ -1,3 +1,3 @@
1
1
  module Pinkman
2
- VERSION = "0.9.4.1"
2
+ VERSION = "0.9.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pinkman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4.1
4
+ version: 0.9.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agilso Oliveira
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-24 00:00:00.000000000 Z
11
+ date: 2017-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler