twitter-bootstrap-rails-confirm 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: c8821ef99564c64d8525de8ed4373577b1626613
4
- data.tar.gz: 16d1fe056096814cf1d299000613e9c2c3bbc830
3
+ metadata.gz: 0c8d3c67c7d3310a0c8a501c54dfa55df5ac0eed
4
+ data.tar.gz: c1b607e10d288da91216f56ade8f1e742f12389a
5
5
  SHA512:
6
- metadata.gz: 85f7232c319371335693dbf30aee1e1c49fb62a414d8016b3abd1fca7eadde943879717445420486d4942f1d663d193d192e58147eef3525215bfae2fbe2a905
7
- data.tar.gz: 0c3b6b08efffdff051050240840515c105250d51c8803e9e59fcd11c3c2353444d995e2dbf7eafc640c1f5c765bc124e1fbc2539992fd5ed2da26e3277ed178a
6
+ metadata.gz: 624ba343808e818ec3c9e5d04eab263015c49a2307740a4ef7dd6bb198442f9c208c574fcfb8f47dc4782eab01c41109821cafc9976e059f90e9cc81e0de266a
7
+ data.tar.gz: 83b7c49d7032f0bdcd0017cb98781fb41171b7727a6b9b920ec41e8eed970b27bcf6f9b757995d30156ab7e341140c6f7eb79b1f8a441bd449a0b07542eaea23
data/README.md CHANGED
@@ -72,6 +72,10 @@ Next... nothing. There is nothing you need to do to get this working. A helper c
72
72
 
73
73
  ## Changelog
74
74
 
75
+ ### 1.0.6 (June 9, 2016)
76
+
77
+ * [(rvanlieshout)](https://github.com/rvanlieshout) [Added proper events for Bootstrap 3](https://github.com/bluerail/twitter-bootstrap-rails-confirm/issues/28)
78
+
75
79
  ### 1.0.5 (February 5, 2016)
76
80
 
77
81
  * [(marceuy)](https://github.com/marceuy) [Added option for styling dialog](https://github.com/bluerail/twitter-bootstrap-rails-confirm/pull/31)
@@ -2,7 +2,7 @@ module Twitter
2
2
  module Bootstrap
3
3
  module Rails
4
4
  module Confirm
5
- VERSION = "1.0.5"
5
+ VERSION = "1.0.6"
6
6
  end
7
7
  end
8
8
  end
@@ -80,7 +80,7 @@ TwitterBootstrapConfirmBox = (message, element, callback) ->
80
80
  $('.modal-footer a:last').trigger('click') if e.keyCode == 13 # Enter Key Code
81
81
  )
82
82
 
83
- .on("hidden", -> $(this).remove())
83
+ .on("hidden hidden.bs.modal", -> $(this).remove())
84
84
 
85
85
  .modal("show")
86
86
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter-bootstrap-rails-confirm
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
  - Rene van Lieshout
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-05 00:00:00.000000000 Z
11
+ date: 2016-06-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Confirm dialogs using Twitter Bootstrap
14
14
  email:
@@ -47,9 +47,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
47
  version: '0'
48
48
  requirements: []
49
49
  rubyforge_project:
50
- rubygems_version: 2.0.14
50
+ rubygems_version: 2.0.14.1
51
51
  signing_key:
52
52
  specification_version: 4
53
53
  summary: Applies a custom confirm dialog for elements with a data-confirm attribute.
54
54
  test_files: []
55
- has_rdoc: