apprise-me 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This gem utilizes apprise confirms for any link_to with confirm as a parameter. It uses the apprise project found at https://github.com/ThrivingKings/Apprise for the Rails asset pipeline (available since Rails 3.1).
4
4
 
5
- Warning: This will not work links that have `:remote => true` set.
5
+ Note: This ignores links that have `:remote => true` set. Those links will continue to use the browser's default confirm.
6
6
 
7
7
  ### Usage
8
8
 
@@ -10,7 +10,7 @@ To make use of this project add the following lines to 'app/assets/javascripts/a
10
10
 
11
11
  //= require apprise-me
12
12
 
13
- $(document).ready(function({
13
+ $(document).ready(function(){
14
14
  $("a[data-apprise-confirm]").appriseConfirm()
15
15
  })
16
16
 
data/apprise-me.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = AppriseMe::VERSION
8
8
  s.authors = ["John Colvin"]
9
9
  s.email = ["colvin.john@gmail.com"]
10
- s.homepage = "https://github.com/johncolvin/apprise-rails"
10
+ s.homepage = "https://github.com/johncolvin/apprise-me"
11
11
  s.summary = %q{Replaces confirms with apprise style confirms}
12
12
  s.description = %q{Automatically uses apprise for confirms sent as a parameter to link_to}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module AppriseMe
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apprise-me
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Colvin
@@ -53,7 +53,7 @@ files:
53
53
  - lib/apprise-me/view_helpers.rb
54
54
  - lib/assets/javascripts/apprise-me.js
55
55
  - lib/assets/stylesheets/apprise-me.css
56
- homepage: https://github.com/johncolvin/apprise-rails
56
+ homepage: https://github.com/johncolvin/apprise-me
57
57
  licenses: []
58
58
 
59
59
  post_install_message: