alertifyjs-rails 1.4.0 → 1.4.1

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: ad602249101c9022b59a26cf840297d6652daacb
4
- data.tar.gz: 3071ea7b4cdbd8e6d14db3dd182e41f7288a3fac
3
+ metadata.gz: 7390fe74d453aee5532602c534b72c61256d9ece
4
+ data.tar.gz: 71e6728bff442c35766ac2c4dda7d8b9dfd1e5e3
5
5
  SHA512:
6
- metadata.gz: 81d5f44aec0eb7c3319b3cf177c4314080e843eea28c2ef811c1141a008084a02a2c4129c259a438e8150750d6220d3e7cad59067662582b515008830cb53d4a
7
- data.tar.gz: 255350ac574d4475b5fdb812ea4b0eb5e1d1a68d1bf5dd7c41fef7b281fb35a51e081e9c455c140407aa7ea3951a04538d7ad5b4b58252f53cf55a09e2da5422
6
+ metadata.gz: a52a575467752bc54b70418249293829fc776997ce446f9e8175e99b4fb1685f6f717afc0aaa4e0e22c35ff05d8bdd4dadd134c2e869b48350642f4d67be42d2
7
+ data.tar.gz: 82d22226d0d751b390c9f567ef6f40fa9d43a69b09aec696617c9539ed6bc5a743bd7eb201986dc0ab6816029f643515230ea0c4eb64f589324c39228564f20a
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alertifyjs 1.4.0 http://alertifyjs.com
2
+ * alertifyjs 1.4.1 http://alertifyjs.com
3
3
  * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
4
4
  * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
5
5
  * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
@@ -2987,7 +2987,7 @@
2987
2987
  timer: null,
2988
2988
  index: null,
2989
2989
  text: null,
2990
- duratuin: null,
2990
+ duration: null,
2991
2991
  task: function (event, self) {
2992
2992
  if (self.isOpen()) {
2993
2993
  self.__internal.buttons[autoConfirm.index].element.innerHTML = autoConfirm.text + ' (&#8207;' + autoConfirm.duration + '&#8207;) ';
@@ -3312,9 +3312,9 @@
3312
3312
  var returnValue;
3313
3313
  switch (closeEvent.index) {
3314
3314
  case 0:
3315
- this.value = input.value;
3315
+ this.settings.value = input.value;
3316
3316
  if (typeof this.get('onok') === 'function') {
3317
- returnValue = this.get('onok').call(this, closeEvent, this.value);
3317
+ returnValue = this.get('onok').call(this, closeEvent, this.settings.value);
3318
3318
  if (typeof returnValue !== 'undefined') {
3319
3319
  closeEvent.cancel = !returnValue;
3320
3320
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alertifyjs 1.4.0 http://alertifyjs.com
2
+ * alertifyjs 1.4.1 http://alertifyjs.com
3
3
  * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
4
4
  * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
5
5
  * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alertifyjs 1.4.0 http://alertifyjs.com
2
+ * alertifyjs 1.4.1 http://alertifyjs.com
3
3
  * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
4
4
  * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
5
5
  * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alertifyjs 1.4.0 http://alertifyjs.com
2
+ * alertifyjs 1.4.1 http://alertifyjs.com
3
3
  * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
4
4
  * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
5
5
  * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alertifyjs 1.4.0 http://alertifyjs.com
2
+ * alertifyjs 1.4.1 http://alertifyjs.com
3
3
  * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
4
4
  * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
5
5
  * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alertifyjs 1.4.0 http://alertifyjs.com
2
+ * alertifyjs 1.4.1 http://alertifyjs.com
3
3
  * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
4
4
  * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
5
5
  * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alertifyjs 1.4.0 http://alertifyjs.com
2
+ * alertifyjs 1.4.1 http://alertifyjs.com
3
3
  * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
4
4
  * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
5
5
  * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alertifyjs 1.4.0 http://alertifyjs.com
2
+ * alertifyjs 1.4.1 http://alertifyjs.com
3
3
  * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
4
4
  * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
5
5
  * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alertifyjs 1.4.0 http://alertifyjs.com
2
+ * alertifyjs 1.4.1 http://alertifyjs.com
3
3
  * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
4
4
  * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
5
5
  * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
@@ -1,5 +1,5 @@
1
1
  module Alertifyjs #:nodoc:
2
2
  module Rails #:nodoc:
3
- VERSION = "1.4.0"
3
+ VERSION = "1.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alertifyjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mkhairi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-28 00:00:00.000000000 Z
11
+ date: 2015-05-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Use Alertify.js (alertifyjs.com) with Rails 3 and 4
14
14
  email: