sweetalert2 0.0.1 → 0.0.3

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: f3b8a9ea1d6ab0125d8176758db0257cd95f73a1
4
- data.tar.gz: 434d877265c9724d17e40d44d9fd9e463a68c0b6
3
+ metadata.gz: eeb17a0df232ba2602dc763a48b59f1f3ab941e2
4
+ data.tar.gz: 2b44d8cf0dfb85d8caccd1232f0c7ebec1d79ed0
5
5
  SHA512:
6
- metadata.gz: 38c525860cefbe627df6c9bf882993858dc5ae0aff6424176a97de6d4d09eb2cfa250546c5b59760b4c6f3a1022136c8533d575ab6b4a6b48c091107b099e09b
7
- data.tar.gz: f1419612984afb58cab19803ff76ae914ef400721e4ae094f92bc9db560227ee4a29f70f6fe532f8aad2db9d84ac32d328e123c09a290a13cd6550b5afe6bbe2
6
+ metadata.gz: 54bfdab0a34f3f4a69fc71e69eee01158c641fc7b729d226695b17d32207f97755e08f1d32b98991e602d40b429ba84c8dbd665d0b77bd521e45866185d3cbc3
7
+ data.tar.gz: 875c9499bcb5349e7e3f02b288c742b6bdf79b30dee7b7fba0bc200bdf9f3cba237d4a7731b71b5f0242e1c3020b650a27e8bacebac1a57e88393bc536d27881
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Sweetalert2
2
2
 
3
- TODO: Write a gem description
3
+ Rails Gem for [SweetAlert2](https://github.com/limonte/sweetalert2)
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,19 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ Just like this:
22
+
23
+ application.js:
24
+
25
+ ```
26
+ //= require sweet-alert
27
+ ```
28
+
29
+ application.css:
30
+
31
+ ```
32
+ *= require sweet-alert
33
+ ```
22
34
 
23
35
  ## Contributing
24
36
 
@@ -0,0 +1 @@
1
+ //= require ./sweetalert2
@@ -0,0 +1,3 @@
1
+ /*
2
+ *= require ./sweetalert2
3
+ */
@@ -1,3 +1,3 @@
1
1
  module SweetAlert2
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
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.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Montag
@@ -64,12 +64,14 @@ files:
64
64
  - LICENSE.txt
65
65
  - README.md
66
66
  - Rakefile
67
+ - app/assets/javascripts/sweetalert2/index.js
68
+ - app/assets/javascripts/sweetalert2/sweetalert2.min.js
69
+ - app/assets/stylesheets/sweetalert2/index.css
70
+ - app/assets/stylesheets/sweetalert2/sweetalert2.css
67
71
  - lib/sweetalert2.rb
68
72
  - lib/sweetalert2/engine.rb
69
73
  - lib/sweetalert2/version.rb
70
74
  - sweetalert2.gemspec
71
- - vendor/assets/javascripts/sweetalert2.min.js
72
- - vendor/assets/stylesheets/sweetalert2.css
73
75
  homepage: http://www.thekylemontag.com
74
76
  licenses:
75
77
  - MIT