wotc 0.1.10 → 0.1.11

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
  SHA256:
3
- metadata.gz: cac8eac181af5b251e56003ba42aacd6e7f8ca376f48178325c0f4349f28a788
4
- data.tar.gz: c51990906c2d06401afe3a2733433a4e84b7715f3b19c330916f42ef64cb2218
3
+ metadata.gz: 1130b35023fac46a89b2a2731a94d37323a31bcf287d8292e3171d09fbe90f50
4
+ data.tar.gz: decbba7c1dd5e314e617c60d69e415b709878d436b7377378304d536584b84a5
5
5
  SHA512:
6
- metadata.gz: f72eb6b6da6b24702f0916776944d4a51977ae11e95ceafade99f9f4a05cb446d3ec4277fad045b0e60374874f06470a26c750edef707d560f7e49d9a14f41fb
7
- data.tar.gz: 8d30545f71f13374dcde47fe733815baf9324371418f245550b02be3ec9c883a0c1379de899ab679627b2b0525f42f8aa802e447f7481ffe6724f1ec6736e331
6
+ metadata.gz: fac4f144b01e6bf2db86bb9d8216772f3ea352e57024c9f8e6b9c7ce807ab6085836c6477b2d1582ad693c0cee86a6829ba45f1c8e56f1244b250a7896a2aa3c
7
+ data.tar.gz: 01c2398a2250eb4cc30531c57f1fb599133d2d79d2aa0b84f65a1420047a0182ade4926e7d622d910b3f554a761a94e06cf01b1037570381a6430716735e9603
@@ -24,7 +24,7 @@ module WOTC
24
24
 
25
25
  # Get employee's WOTC status
26
26
  def employee_wotc_status(employee_id)
27
- get("employees#{employee_id}/wotc/status")
27
+ get("employees/#{employee_id}/wotc/status")
28
28
  end
29
29
 
30
30
  # Get wotc info for specific employee
@@ -54,4 +54,4 @@ module WOTC
54
54
  end
55
55
  end
56
56
  end
57
- end
57
+ end
data/lib/wotc/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module WOTC
2
- VERSION = '0.1.10'
2
+ VERSION = '0.1.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wotc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - workstream.us
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-27 00:00:00.000000000 Z
11
+ date: 2024-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -168,7 +168,7 @@ metadata:
168
168
  homepage_uri: https://github.com/helloworld1812/wotc-ruby-gem
169
169
  source_code_uri: https://github.com/helloworld1812/wotc-ruby-gem
170
170
  changelog_uri: https://github.com/helloworld1812/wotc-ruby-gem/CHANGELOG.md
171
- post_install_message:
171
+ post_install_message:
172
172
  rdoc_options: []
173
173
  require_paths:
174
174
  - lib
@@ -183,8 +183,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubygems_version: 3.1.6
187
- signing_key:
186
+ rubygems_version: 3.5.20
187
+ signing_key:
188
188
  specification_version: 4
189
189
  summary: Ruby wrapper for wotc.com APIs
190
190
  test_files: []