kea-rails 1.0.5 → 1.0.6

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: 7114b9b4ade204e3dea3a496fc050fcc98ee6835
4
- data.tar.gz: 27deae513503b4b475116bb20b8de56440d4f362
3
+ metadata.gz: f645cfadfa538e89cf9f5f7e362bc779f0e3ce3c
4
+ data.tar.gz: 68dba0ad42571677101333ed18d5c861d304c437
5
5
  SHA512:
6
- metadata.gz: a0f71e1f6bdc2abf06dcb32a88b30087c10b9e6182410ce7da262deec6afd977dbbec2ddab5cefd839581c6de7c76fdef48aba2bba3bb529c244ae16722aa098
7
- data.tar.gz: a76dcd363f6f31f0545ce798f78dfd78b0200b85f6b93a7ade1a59e6e839eb3ed68196dcf0a6fdf3fd5af5146fff2bbfb7b7d1a4218525249fef14b492fe90b1
6
+ metadata.gz: 07cf2f2dc1e0382f5e36b6e398d033c66c8800fdc121d9928c212f0a78a9cd2c0f1d782f907fececf5a41be3fd0d157c974e6d1a2b9b354366d08d4d88353577
7
+ data.tar.gz: 84550e9b88270359226bfdd8d01e94349c2d4ab8c9bda531200b770ad5e6dc8fc0098997d2549b0b358b7d8043f064fa87e8c27005ca90572939874f19d8accd
@@ -11,22 +11,22 @@
11
11
 
12
12
  })(ko, $);
13
13
 
14
- (function(ko, $) {
15
- "use strict";
14
+ // (function(ko, $) {
15
+ // "use strict";
16
16
 
17
- ko.components.register('confirmation-button', {
18
- viewModel: {
19
- createViewModel: function createViewModel(params, componentInfo) {
20
- var ConfirmationButtonVm;
17
+ // ko.components.register('confirmation-button', {
18
+ // viewModel: {
19
+ // createViewModel: function createViewModel(params, componentInfo) {
20
+ // var ConfirmationButtonVm;
21
21
 
22
- ConfirmationButtonVm = function ConfirmationButtonVm(params) {
22
+ // ConfirmationButtonVm = function ConfirmationButtonVm(params) {
23
23
 
24
- };
24
+ // };
25
25
 
26
- return new ConfirmationButtonVm(params);
27
- }
28
- },
29
- template: 'x'
30
- });
26
+ // return new ConfirmationButtonVm(params);
27
+ // }
28
+ // },
29
+ // template: 'x'
30
+ // });
31
31
 
32
- })(ko, $);
32
+ // })(ko, $);
@@ -1,3 +1,3 @@
1
1
  module Kea
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kea-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan-Christian Foeh