twitter-bootstrap-rails-confirm 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -25,7 +25,11 @@ Or install it yourself as:
25
25
 
26
26
  ## Usage
27
27
 
28
- There is nothing you need to do to get this working. A helper could be useful for handling large amount of destroy buttons:
28
+ Add it to your application.js:
29
+
30
+ //= require twitter/bootstrap/rails/confirm
31
+
32
+ Next... nothing. There is nothing you need to do to get this working. A helper could be useful for handling large amount of destroy buttons:
29
33
 
30
34
  def destroy_link_to(path, options)
31
35
  link_to t('.destroy'), path,
@@ -2,7 +2,7 @@ module Twitter
2
2
  module Bootstrap
3
3
  module Rails
4
4
  module Confirm
5
- VERSION = "0.0.2"
5
+ VERSION = "0.0.3"
6
6
  end
7
7
  end
8
8
  end
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: