data_confirm_modal 0.1.0 → 0.1.1
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/README.md +4 -3
- data/data_confirm_modal.gemspec +1 -1
- data/lib/data_confirm_modal/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eef4fd91c6606d5ad30073426605e6a47046e144
|
|
4
|
+
data.tar.gz: 18728275fca601741572cf87f30a658952af150a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0667f015f3a821ec883b95f05cc1a3a20cc657493f3c8380bec9bb7a62c4be0e21c18fdae7606051674354ca943127ef481c4ddffbc5e33964c199506975df10
|
|
7
|
+
data.tar.gz: 5a48a4b9e37f6398f16c2fe70e475979566c780366ffd92c82450b4e2c84ae20ea4183b156897d4e3b3334c7bbe8407ff252c6d000f496099086eff5122ee355
|
data/README.md
CHANGED
|
@@ -21,8 +21,10 @@ Or install it yourself as:
|
|
|
21
21
|
$ gem install data_confirm_modal
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
24
|
+
This Gem is only compatible with Foundation Framework 5+
|
|
24
25
|
|
|
25
|
-
|
|
26
|
+
## ToDo
|
|
27
|
+
Troubleshoot integration
|
|
26
28
|
|
|
27
29
|
## Development
|
|
28
30
|
|
|
@@ -32,10 +34,9 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
32
34
|
|
|
33
35
|
## Contributing
|
|
34
36
|
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
37
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/swilson223/data_confirm_modal. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
36
38
|
|
|
37
39
|
|
|
38
40
|
## License
|
|
39
41
|
|
|
40
42
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
|
41
|
-
|
data/data_confirm_modal.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["swilson@taurenltd.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{A Gemmified version of algoragames/confirm-with-reveal plugin}
|
|
13
|
-
spec.description = %q{This gem was crated to simplify the way the end user installs
|
|
13
|
+
spec.description = %q{This gem was crated to simplify the way the end user installs the confirm-with-reveal plugin into their Rails 4+ app.}
|
|
14
14
|
spec.homepage = "https://github.com/swilson223/data-confirm-foundation"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: data_confirm_modal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shawn Wilson
|
|
@@ -38,8 +38,8 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description: This gem was crated to simplify the way the end user installs
|
|
42
|
-
into their Rails 4+ app.
|
|
41
|
+
description: This gem was crated to simplify the way the end user installs the confirm-with-reveal
|
|
42
|
+
plugin into their Rails 4+ app.
|
|
43
43
|
email:
|
|
44
44
|
- swilson@taurenltd.com
|
|
45
45
|
executables: []
|