mumuki-emojis 1.0.1 → 1.0.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
  SHA256:
3
- metadata.gz: 21f8dd0f80df0cd0df66a7386ba9496582010f6fa0c13b25d411ffd547ef38ec
4
- data.tar.gz: 786625281c973b4bfc045fac33b6382ec8f14040037340e07f5952e61e209609
3
+ metadata.gz: a46cd279cae4d48a16f41a570b79a14304b7d9ace0cf6ef052c4e8a3b21905d8
4
+ data.tar.gz: e44ad41d7ddeead1ba5de5458d5e7a7e4036641ef9eebc0a62c080373debf65c
5
5
  SHA512:
6
- metadata.gz: 27408ae803aa4d28bfc50e483752798857620c6fce331fa3b2e2088d4b996cc2c16796b55f69ade390910571a02c892427c03e7e61ef769c4dbc9ab2f9248562
7
- data.tar.gz: 351481f75105db8adeccd6a3402f2c77d126e7715fa701440e9067d4220f9a2857d6e1772d2b5f658995a440db0a8fa98c96ab86946bea6b4dee42302458bb95
6
+ metadata.gz: a15f962dcd88a1c4690e05e5ca48e897bde0283fc58a68c31faf878fc7636980a3446f8890b460bb90dc003750b35d84187ab6e1cebd5ea5a7dad07efc46eda3
7
+ data.tar.gz: cd19ebf625a8b99591ab176f36f25784d994b18712a5eabaa4523a3208375bdf913789a7494a8261402cb3133d795751452cf7acd0a30f0ce085e6ada0543863
@@ -1,4 +1,4 @@
1
- function renderMumukiEmojis() {
1
+ $.fn.renderMumukiEmojis = function () {
2
2
 
3
3
  var ESCAPE_KEY = 27;
4
4
 
@@ -506,4 +506,4 @@ function renderMumukiEmojis() {
506
506
 
507
507
  $($class(MuEmoji.DROPDOWN)).renderEmojis();
508
508
 
509
- }
509
+ }
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Emojis
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-emojis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Scarpa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-15 00:00:00.000000000 Z
11
+ date: 2019-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler