mustard_client 0.1.27 → 0.1.28

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: d4a439afea0d72c17aaa6973a5496c30ff04de29
4
- data.tar.gz: 92798703584848ec98edc2bbb8ad22d59a3151b7
3
+ metadata.gz: be5e2c779bd47a0fa9d7dbc4ad8ef8fab842988b
4
+ data.tar.gz: 38fd7f717f1e356bed1936b21ffa74af6fac9b07
5
5
  SHA512:
6
- metadata.gz: 2ee94f78c29a4b2e58bedfeb2a7a5092452be786d7f93aafb1f40d26f66d4abf7d018461c9736a94168075eae02eeb65b35c0e275fa0ebf581f7d4d809073aa7
7
- data.tar.gz: cc93397a565420f76a312ae2fc768907ef248c259ed700244a767ba15631a67cee1698f25e9cab98c8c40e70e6e835f6aeb149cf2719d6882aaee0ec2f20e3de
6
+ metadata.gz: 7e622bb78721c63f18934e11303e98034d090aac5f6499750f9d69ca56ac82c1dc9a25cf53e26363e6258ccfbb0eb267d69b41e5432b73f7997b3a4d19aaadf6
7
+ data.tar.gz: 2af1c451b4461517c4650b9003b97c51407714d31bfde29b729a87233db3e597a97e26968089a6ba817465c468933a7a6a325ffea2cbe27a49e697b12bf0b2d1
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # MustardClient
1
+ # Mustard-Ruby
2
2
 
3
- TODO
3
+ Mustard-Ruby is a ruby wrapper around the Mustard Results Server API. For more information about Mustard please see [Mustard-Seed](https://github.com/Orasi/Mustard-Seed)
4
4
 
5
5
  # Orasi Software Inc
6
6
  Orasi is a software and professional services company focused on software quality testing and management. As an organization, we are dedicated to best-in-class QA tools, practices and processes. We are agile and drive continuous improvement with our customers and within our own business.
@@ -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] = {'redirect-to' => redirect_url, username: username}
78
+ command[:params] = {user: {username: username}, 'redirect-to' => redirect_url, }
79
79
 
80
80
  execute(command)
81
81
 
@@ -86,7 +86,7 @@ module MustardClient
86
86
  command = {}
87
87
  command[:method] = :post
88
88
  command[:route] = @mustard_url + "/users/#{user_id}/reset-password/#{password_token}"
89
- command[:params] = {'user' => {'password' => new_password}}
89
+ command[:params] = {user: {'password' => new_password}}
90
90
 
91
91
  execute(command)
92
92
 
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.27"
2
+ VERSION = "0.1.28"
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.27
4
+ version: 0.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-28 00:00:00.000000000 Z
11
+ date: 2017-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler