We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71314bc commit 0a0bae2Copy full SHA for 0a0bae2
lib/twitter-bootstrap-rails-confirm/version.rb
@@ -2,7 +2,7 @@ module Twitter
2
module Bootstrap
3
module Rails
4
module Confirm
5
- VERSION = "0.0.3"
+ VERSION = "0.0.4"
6
end
7
8
twitter-bootstrap-rails-confirm.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.email = ["[email protected]"]
gem.description = %q{Confirm dialogs using Twitter Bootstrap}
gem.summary = %q{Applies a custom confirm dialog for elements with a data-confirm attribute.}
9
- gem.homepage = "http://www.bluerail.nl"
+ gem.homepage = "https://github.com/bluerail/twitter-bootstrap-rails-confirm"
10
11
gem.files = `git ls-files`.split($\)
12
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
0 commit comments