pinkman 0.9.9.5.1 → 0.9.9.5.2

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: 5a33820d11ea2fde98b199d639f05d1c3995d7f3
4
- data.tar.gz: 8c0a2f0d2ec3981638b2805a4ee420700071fda8
3
+ metadata.gz: 26c788a581e13778cf0b5d333af096b34f60ce3b
4
+ data.tar.gz: a809c99a82907e0b6c857b06db91aaf3b2a21939
5
5
  SHA512:
6
- metadata.gz: 6e4485d58cabee48165f8515a48fe236e022b84df858a755adfbc5a24bb0ef8cdd9bd18c80fb824969751dabf4b43ed4e9f3d978fe1a8a5f1a693682641c1465
7
- data.tar.gz: 8515697d038a3f7dfd94699ea651abe336aef3e93e94a4e1c154f66caed0e5d76e33e6dc63766d0ed61616af160eb54cbcba96d4d67d342fed702f2bac9c68cb
6
+ metadata.gz: 638a879974f949739088ed3e9f1ed152c52efeb2dd7a3d7a3746a6f2da294eefafe20f3db872334a7d69290e42daf5ccf25407cb16b4615d23406072d509cc44
7
+ data.tar.gz: 0f10ff1c25ecd42de224a2cd21b05df2c39e91f75368f881d6021385bc6c9cfb316ddfa243f36b7566c5265bbd894bacf128b1b1092c9be6e861b207f9a17e80
@@ -64,10 +64,10 @@ class window.PinkmanController extends window.PinkmanObject
64
64
  if @actions.push(a) and a.call? and typeof a.call == 'function'
65
65
  a.listen()
66
66
  # console.log "#{id}: listen"
67
- else
68
- console.log @pinkey
69
- console.log a.pinkey
70
- console.log "#{id}: nao listen"
67
+ # else
68
+ # console.log @pinkey
69
+ # console.log a.pinkey
70
+ # console.log "#{id}: nao listen"
71
71
  return(a)
72
72
 
73
73
 
@@ -1,3 +1,3 @@
1
1
  module Pinkman
2
- VERSION = "0.9.9.5.1"
2
+ VERSION = "0.9.9.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pinkman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9.5.1
4
+ version: 0.9.9.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agilso Oliveira