apprise-me 0.0.3 → 0.0.4
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.
- data/README.md +2 -2
- data/apprise-me.gemspec +1 -1
- data/lib/apprise-me/version.rb +1 -1
- metadata +4 -4
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
|
-
|
|
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-
|
|
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
|
|
data/lib/apprise-me/version.rb
CHANGED
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:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
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-
|
|
56
|
+
homepage: https://github.com/johncolvin/apprise-me
|
|
57
57
|
licenses: []
|
|
58
58
|
|
|
59
59
|
post_install_message:
|