wcc-jtj-client 0.1.13 → 0.1.14

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: 60e6385eb23ecc9b01ebd8b44c34c242f32573a9ae465ffb320fa92b3a486d5f
4
- data.tar.gz: 44b80530b513faa1a894a59156788f6f355abc6e9a72f03c1279de4e213f8a32
3
+ metadata.gz: 9801ecd21097bde1f6b5283f74391a4aa2fc729f6cbd8613425ed553dcc6b479
4
+ data.tar.gz: d22394c99394bdd29660820216ddd709b3de274cbe2d540bca22fdea7fcc6fb6
5
5
  SHA512:
6
- metadata.gz: e8f35915537e4864c26fdbb7f83a6f069dc08a09a3f95065d3409ce92edf1d16e0b6de4a52535a6590f57d9890520d83074eb086c5b7c10decdc9044a3250ccd
7
- data.tar.gz: ee80882537fad7edccf88512a96ca552ee5a9cb3717ff2990abec9b4fed6f7d57be5e319ff09fea2a1aa0bd1322adb433ef6a732d8a10a628ec1786f28bda85a
6
+ metadata.gz: 30da85b61ef9db905ce1606990003f89230a7335573360b9b32d5876d9532f977cd59445dd2b992d64a0f6929429f640973bde8c08bb8dd5cae55337bf12a76b
7
+ data.tar.gz: 4a16815ba56317b163095ed5b0d227f172425741956c1bc3070e735434037f611eb32e45e056519f380062e575611f8a34bb048f0941a9c43e485f0568e82677
@@ -11,16 +11,6 @@ module WCC::JTJ::Client::Responses
11
11
  end
12
12
  end
13
13
 
14
- def current_week
15
- @current_week ||=
16
- raw['current_week']&.map do |entry|
17
- WCC::JTJ::Client::Schemas::Entry.new(
18
- entry, client: @client
19
- )
20
- end
21
- end
22
- alias_method :currentWeek, :current_week
23
-
24
14
  define_camelcase_alias(
25
15
  'links'
26
16
  ) do |camelcase|
@@ -13,16 +13,6 @@ module WCC::JTJ::Client::Responses
13
13
  end
14
14
  alias_method :latestEntry, :latest_entry
15
15
 
16
- def current_week
17
- @current_week ||=
18
- raw['current_week']&.map do |summary|
19
- WCC::JTJ::Client::Schemas::EntrySummary.new(
20
- summary, client: @client
21
- )
22
- end
23
- end
24
- alias_method :currentWeek, :current_week
25
-
26
16
  define_camelcase_alias(
27
17
  'settings',
28
18
  'links'
@@ -3,7 +3,7 @@
3
3
  module WCC
4
4
  module JTJ
5
5
  class Client
6
- VERSION = '0.1.13'
6
+ VERSION = '0.1.14'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wcc-jtj-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Watermark Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-14 00:00:00.000000000 Z
11
+ date: 2024-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday