kuppayam 0.1.14 → 0.1.15

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: 7ee3b314042550694c7039a9b5bab86fc07f016c
4
- data.tar.gz: 9d1bb946b6d34504cce9bbdd65853be221647c18
3
+ metadata.gz: aaebbb63581403b6e22fd770895774331d18509f
4
+ data.tar.gz: af0d08e3b47b8342e032b08269321768603991b7
5
5
  SHA512:
6
- metadata.gz: efc9d9391190ccfe149f237b0cc83c6d63182cdee9c68d47e0ab6e108884dbce9f71b36c0f3348ab3ba933effc9edc6a28fa890b5fd2414514404b5413344281
7
- data.tar.gz: 5aed9e5726b031d2078c059370fec353c875e54aac1079f52d2ede20f85d5c6ea9fc0d60742cee9495e70129390a409ba2c348ec6ccca91f9f3aaf5e3f5990c6
6
+ metadata.gz: 624efb5ad7e4fd9e35fdf025b63f737a0315014fdcf24f35bd6169784210f59ecb6cf7dea71479bf141ec7727c138e88d8034fb095da6ab49ef6bec8b3b99648
7
+ data.tar.gz: a546d268261790a0bc37a7ba700de938842066db788c3615d4615c183a8020cbc0748b2d2ffb33f4469043b9bb0ecc4effa44cbc3c07494da33f19a1ca167b3f
@@ -24,5 +24,6 @@
24
24
  //= require toastr/toastr.min.js
25
25
  //= require daterangepicker/daterangepicker.js
26
26
  //= require multiselect/js/jquery.multi-select.js
27
+ //= require tagsinput/bootstrap-tagsinput.min.js
27
28
 
28
29
 
@@ -21,4 +21,5 @@
21
21
  *= require kuppayam/custom.css
22
22
  *= require wysihtml5/src/bootstrap-wysihtml5.css
23
23
  *= require multiselect/css/multi-select.css
24
+ *= require tagsinput/bootstrap-tagsinput.css
24
25
  */
@@ -33,6 +33,9 @@
33
33
  {"stylesheets": '/assets/wysiwyg-color.css'}
34
34
  );
35
35
 
36
+ // Initialize WYSIHTML Editor
37
+ $('input.kuppayam-tagsinput').tagsinput();
38
+
36
39
  // Showing Growl Like Message
37
40
  notifyError("<%= escape_javascript(@notification[:title]) %>", "<%= escape_javascript(raw(@notification[:message])) %>");
38
41
 
@@ -8,3 +8,6 @@ $(".wysihtml5").wysihtml5(
8
8
  {"stylesheets": '/assets/wysiwyg-color.css'}
9
9
  );
10
10
 
11
+ // Initialize WYSIHTML Editor
12
+ $('input.kuppayam-tagsinput').tagsinput();
13
+
@@ -6,4 +6,7 @@ showGenericModal(heading, bodyContent, true);
6
6
  // Initialize WYSIHTML Editor
7
7
  $(".wysihtml5").wysihtml5(
8
8
  {"stylesheets": '/assets/wysiwyg-color.css'}
9
- );
9
+ );
10
+
11
+ // Initialize WYSIHTML Editor
12
+ $('input.kuppayam-tagsinput').tagsinput();
@@ -33,6 +33,9 @@
33
33
  {"stylesheets": '/assets/wysiwyg-color.css'}
34
34
  );
35
35
 
36
+ // Initialize WYSIHTML Editor
37
+ $('input.kuppayam-tagsinput').tagsinput();
38
+
36
39
  // Showing Growl Like Message
37
40
  notifyError("<%= escape_javascript(@notification[:title]) %>", "<%= escape_javascript(raw(@notification[:message])) %>");
38
41
 
@@ -1,3 +1,3 @@
1
1
  module Kuppayam
2
- VERSION = '0.1.14'
2
+ VERSION = '0.1.15'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuppayam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - kpvarma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-24 00:00:00.000000000 Z
11
+ date: 2017-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails