sourcescrub 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d8b09fea67b65e3ff5d2d8effb6d62a695a414b3b6f650561e2c261a0071d3f
4
- data.tar.gz: 2746a0d58773997be22eab5c4b50bb01118bad06f9c149a7f4de86aa77f314af
3
+ metadata.gz: cb70d2d869789d0099bc8ebdadcff34b4ac1b1481c159ac332bfa905cc337f66
4
+ data.tar.gz: ee7a9b6080c8d00b14f8cf82189195c51e8084cc4321a720b32e2dac389f13cf
5
5
  SHA512:
6
- metadata.gz: e460c9f06ed36b2806d808d3360eaba605e3d43254699e0c284a210bde657e6e1f7c54e18e580fa7e9a1075b51510c3071a109af58e0807770f414dfbe868468
7
- data.tar.gz: 45f1be48446d80daa3b11f4f15d604ea9b840d1c42d256bcbf6b7018f3d26ff720cfd820c9c8a20f5c5157ebd6dd9cfdceb17b3ab4ae1f1a67512a428c8da7c7
6
+ metadata.gz: 4fa7d684dd9246ef6fec111a750b7a87640196c0051e4bdda3c6e52f1bf3734ab3c4e847cc071c471c1642507d6fb3fbadd1687b2a3e089f313649c4771800b5
7
+ data.tar.gz: 481b9c0eec9b612527f448a868da0c0445db1de9d099651ff82afe314d854a0497c7c38bd87821d61f766954ec6811aff96e3c1638d6dee282f429f004b6caaf
data/.gitignore CHANGED
@@ -11,3 +11,5 @@
11
11
 
12
12
  # rspec failure tracking
13
13
  .rspec_status
14
+
15
+ .ruby-version
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change Log
2
2
 
3
+ ## [0.1.4] - 2026-01-09
4
+
5
+ - Add new keys to the sources API response
6
+ - listWebsite, postalCode, modifiedDate
7
+
3
8
  ## [0.1.3] - 2024-06-17
4
9
 
5
10
  - Get company data by SS ID - `client.company('XWO6N4OP')`
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sourcescrub (0.1.3)
4
+ sourcescrub (0.1.4)
5
5
  faraday
6
6
 
7
7
  GEM
@@ -13,9 +13,11 @@ module Sourcescrub
13
13
  officialTitle
14
14
  nickname
15
15
  sourceType
16
+ listWebsite
16
17
  city
17
18
  state
18
19
  country
20
+ postalCode
19
21
  startDate
20
22
  endDate
21
23
  status
@@ -26,6 +28,7 @@ module Sourcescrub
26
28
  boothNumber
27
29
  affiliation
28
30
  rank
31
+ modifiedDate
29
32
  ]
30
33
  end
31
34
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sourcescrub
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sourcescrub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Encore Shao
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-17 00:00:00.000000000 Z
11
+ date: 2026-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  - !ruby/object:Gem::Version
149
149
  version: '0'
150
150
  requirements: []
151
- rubygems_version: 3.1.6
151
+ rubygems_version: 3.0.3.1
152
152
  signing_key:
153
153
  specification_version: 4
154
154
  summary: Sourcescrub is a ruby wrapper based on Source Scrub API.