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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1a645bcace4d7dbd5ce756d71c350b0fc8c52e6
4
- data.tar.gz: c10901ac590a81449333bc9062039eb7f6a54b49
3
+ metadata.gz: eef4fd91c6606d5ad30073426605e6a47046e144
4
+ data.tar.gz: 18728275fca601741572cf87f30a658952af150a
5
5
  SHA512:
6
- metadata.gz: 181bb4d5f77162a2fc49fbfb7d661630a1cfde93571425d3bef0b2449669eda81a9286f201b7d0d8c956bcd48b682ae99c5b868c8651598d0caea1a9910b57f5
7
- data.tar.gz: a4815a8245fadbd2305ade9ebe7fc3086a6065539cbe484e0bba1c05d72f72427acf78443e46c995c36d1eaa486724f75e2e3d0a9a4173d4766f2f31685c3fe7
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
- TODO: Write usage instructions here
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/[USERNAME]/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.
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
-
@@ -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 this plugin into their Rails 4+ app.}
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
 
@@ -1,3 +1,3 @@
1
1
  module DataConfirmModal
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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 this plugin
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: []