twitter-bootstrap-rails-confirm 0.0.1 → 0.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.
@@ -2,7 +2,7 @@ module Twitter
2
2
  module Bootstrap
3
3
  module Rails
4
4
  module Confirm
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
  end
7
7
  end
8
8
  end
@@ -1,4 +1,4 @@
1
- $(window).load ->
1
+ $ ->
2
2
  TwitterBootstrapConfirmBox = (message, element, callback) ->
3
3
  $(document.body).append($('
4
4
  <div class="modal hide" id="confirmation_dialog">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter-bootstrap-rails-confirm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,7 +27,6 @@ files:
27
27
  - lib/twitter-bootstrap-rails-confirm/engine.rb
28
28
  - lib/twitter-bootstrap-rails-confirm/version.rb
29
29
  - twitter-bootstrap-rails-confirm.gemspec
30
- - vendor/assets/javascripts/bla.js
31
30
  - vendor/assets/javascripts/twitter/bootstrap/rails/confirm.coffee
32
31
  homepage: http://www.bluerail.nl
33
32
  licenses: []
@@ -42,18 +41,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
42
41
  - - ! '>='
43
42
  - !ruby/object:Gem::Version
44
43
  version: '0'
45
- segments:
46
- - 0
47
- hash: 1020449423471022572
48
44
  required_rubygems_version: !ruby/object:Gem::Requirement
49
45
  none: false
50
46
  requirements:
51
47
  - - ! '>='
52
48
  - !ruby/object:Gem::Version
53
49
  version: '0'
54
- segments:
55
- - 0
56
- hash: 1020449423471022572
57
50
  requirements: []
58
51
  rubyforge_project:
59
52
  rubygems_version: 1.8.21
File without changes