sweetalert2 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eeb17a0df232ba2602dc763a48b59f1f3ab941e2
4
- data.tar.gz: 2b44d8cf0dfb85d8caccd1232f0c7ebec1d79ed0
3
+ metadata.gz: 4a3c216e7a06da29f724cdfd33784101e8fc9553
4
+ data.tar.gz: a588acdb111ac6c61f64d637b878a070d2c0baf3
5
5
  SHA512:
6
- metadata.gz: 54bfdab0a34f3f4a69fc71e69eee01158c641fc7b729d226695b17d32207f97755e08f1d32b98991e602d40b429ba84c8dbd665d0b77bd521e45866185d3cbc3
7
- data.tar.gz: 875c9499bcb5349e7e3f02b288c742b6bdf79b30dee7b7fba0bc200bdf9f3cba237d4a7731b71b5f0242e1c3020b650a27e8bacebac1a57e88393bc536d27881
6
+ metadata.gz: 2e1fd883e69a561421040aeb723521f23ab4f5c9ff1b9ad5789e2e001419a10329917cf19105adfc99fde4dea2143494d36d3ad2cc2147461b9048aa256a79a6
7
+ data.tar.gz: 7278998e041a893d0330b1a585e4ffd7dee1fb121608818ac3e0d2aa1849ef087f87db5e84b0f25bddd9e5a40b56565cab1d3bd4295e4cbec4d8cc6bfd27562e
data/README.md CHANGED
@@ -1,7 +1,9 @@
1
- # Sweetalert2
1
+ # SweetAlert2
2
2
 
3
3
  Rails Gem for [SweetAlert2](https://github.com/limonte/sweetalert2)
4
4
 
5
+ If there are any issues, post them here. I am very active on GitHub.
6
+
5
7
  ## Installation
6
8
 
7
9
  Add this line to your application's Gemfile:
@@ -34,7 +36,7 @@ application.css:
34
36
 
35
37
  ## Contributing
36
38
 
37
- 1. Fork it ( http://github.com/<my-github-username>/sweetalert2/fork )
39
+ 1. Fork it ( http://github.com/KMontag42/sweetalert2-rails/fork )
38
40
  2. Create your feature branch (`git checkout -b my-new-feature`)
39
41
  3. Commit your changes (`git commit -am 'Add some feature'`)
40
42
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1 +1 @@
1
- //= require ./sweetalert2
1
+ //= require ./sweetalert2.min
@@ -1,3 +1,3 @@
1
1
  module SweetAlert2
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sweetalert2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Montag