data-confirm-modal 1.3.0 → 1.4.0
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.
- checksums.yaml +4 -4
- data/bower.json +18 -0
- data/lib/data-confirm-modal/version.rb +1 -1
- data/package.json +9 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bcee26dade1f50460ee7cdea54b83e871376545a
|
|
4
|
+
data.tar.gz: 7c70fb199272aeff299f378dc263b98d54cc41ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 462ab1c5ac5b2ce9ea45748f3a294f40969d2dc6d219a5ef2948044749016958d15392e30faf6d42e66dfcb1afeb6a2bcc4859ea520977a4f172b9211f5e917f
|
|
7
|
+
data.tar.gz: 7e9bc95a316561b931068201773e04472d9bcb632286a2f46644b13ac95d9404c28fc1985f119d0d7046430bf776c84fa69450e488d388ee68e8b81260d5979a
|
data/bower.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "data-confirm-modal",
|
|
3
|
+
"authors": [
|
|
4
|
+
"Marcello Barnaba <vjt@openssl.it>"
|
|
5
|
+
],
|
|
6
|
+
"homepage": "http://github.com/ifad/data-confirm-modal",
|
|
7
|
+
"description": "Use bootstrap modals with Rails' UJS data-confirm",
|
|
8
|
+
"main": "vendor/assets/javascripts/data-confirm-modal.js",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"bootstrap": ">=3.0.0",
|
|
12
|
+
"jquery-ujs": ">=1.0.0"
|
|
13
|
+
},
|
|
14
|
+
"ignore": [
|
|
15
|
+
"*",
|
|
16
|
+
"!vendor/assets/javascripts"
|
|
17
|
+
]
|
|
18
|
+
}
|
data/package.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "data-confirm-modal",
|
|
3
|
+
"version": "1.4.0",
|
|
4
|
+
"description": "Makes Rails' link_to confirm: 'foo' build a Bootstrap Modal instead of calling the browser's confirm() API.",
|
|
5
|
+
"main": "vendor/assets/javascripts/data-confirm-modal.js",
|
|
6
|
+
"repository": "https://github.com/ifad/data-confirm-modal.git",
|
|
7
|
+
"author": "Marcello Barnaba",
|
|
8
|
+
"license": "MIT"
|
|
9
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: data-confirm-modal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcello Barnaba
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -37,10 +37,12 @@ files:
|
|
|
37
37
|
- LICENSE
|
|
38
38
|
- README.md
|
|
39
39
|
- Rakefile
|
|
40
|
+
- bower.json
|
|
40
41
|
- data-confirm-modal.gemspec
|
|
41
42
|
- lib/data-confirm-modal.rb
|
|
42
43
|
- lib/data-confirm-modal/engine.rb
|
|
43
44
|
- lib/data-confirm-modal/version.rb
|
|
45
|
+
- package.json
|
|
44
46
|
- vendor/assets/javascripts/data-confirm-modal.js
|
|
45
47
|
homepage: http://github.com/ifad/data-confirm-modal
|
|
46
48
|
licenses: []
|