twitter-bootstrap-rails-confirm 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Twitter
2
2
  module Bootstrap
3
3
  module Rails
4
4
  module Confirm
5
- VERSION = "0.0.3"
5
+ VERSION = "0.0.4"
6
6
  end
7
7
  end
8
8
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["rene@bluerail.nl"]
7
7
  gem.description = %q{Confirm dialogs using Twitter Bootstrap}
8
8
  gem.summary = %q{Applies a custom confirm dialog for elements with a data-confirm attribute.}
9
- gem.homepage = "http://www.bluerail.nl"
9
+ gem.homepage = "https://github.com/bluerail/twitter-bootstrap-rails-confirm"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -28,7 +28,7 @@ files:
28
28
  - lib/twitter-bootstrap-rails-confirm/version.rb
29
29
  - twitter-bootstrap-rails-confirm.gemspec
30
30
  - vendor/assets/javascripts/twitter/bootstrap/rails/confirm.coffee
31
- homepage: http://www.bluerail.nl
31
+ homepage: https://github.com/bluerail/twitter-bootstrap-rails-confirm
32
32
  licenses: []
33
33
  post_install_message:
34
34
  rdoc_options: []