mustard_client 0.1.29 → 0.1.30

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: ebbcee58add505557793f21df65c6fdeaef705ba
4
- data.tar.gz: 1f70f4c29ad9dee15f2a90fb70311c2e67cefba0
3
+ metadata.gz: ab792b2cd4f614390881c6d28c60db96e2abf6e8
4
+ data.tar.gz: b45984bf6ea328f16111ccd234563125cbdedc07
5
5
  SHA512:
6
- metadata.gz: eb283478c82e7b921592d4b072164a1b9e145c51f093322cf3b9b7971e7f426b579a8ce1751bc06f65568972340a0a71c984f54a6475905192146da32c2b6c77
7
- data.tar.gz: 87c55fa6fc9a58167026daeaad84265661f9fcd2aaeb925e62d8bd8aaad47d5e15fab09470171f16c1e8b36f371e1e4267d5754bfe3888e416cd4c2ed789cb59
6
+ metadata.gz: 95a61a8d9d7877c0883a13f9c3577fb695f865241c7a113d834c9823c4b1abc68f99315f3d8ce64f768feb577b6f5404383b337df4f5b2f63a2411e26ec3c847
7
+ data.tar.gz: 54d1dd0c8b7fc3dab898dbcdfb5b81dc78e23d227645475790d8157c9bd53a5c91b2005a4184bae75336294982f532c26126e3bd945de266941129ff3e1ca2be
@@ -75,7 +75,7 @@ module MustardClient
75
75
  command = {}
76
76
  command[:method] = :post
77
77
  command[:route] = @mustard_url + "/users/reset-password"
78
- command[:params] = {user: {username: username}, 'redirect-to' => redirect_url, }
78
+ command[:params] = {user: {email: username}, 'redirect-to' => redirect_url, }
79
79
 
80
80
  execute(command)
81
81
 
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.29"
2
+ VERSION = "0.1.30"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mustard_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.29
4
+ version: 0.1.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-18 00:00:00.000000000 Z
11
+ date: 2017-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler