roseflow-proxycurl 0.5.2 → 0.5.5

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: 103b034a550d530c2102cc3f58b57eb77a7234ab8627384f803c0589cbe510d9
4
- data.tar.gz: 2eed18d90d8b4e72064ed842b5b41b2f6d4354629d81390b99a4b94c2b149d4b
3
+ metadata.gz: ef00b370b8256e60e46748536f90fe178cf8c589056bb51810a598bd83a62255
4
+ data.tar.gz: 872a9ced3159e8ebd216821add1e1a7861bdb2f3e77bb6384177bc6c262d4bf6
5
5
  SHA512:
6
- metadata.gz: efc137f852a75be1fded5a9564347664fc7e34d67db200550d84d7add9619edaf66b4156ba9716a4f95f440aa2241eb8330157c90127e566112c0b203ae2a18b
7
- data.tar.gz: 39d4d1627f0a33d9756a70747d385940416caec9596b9063f07f3e279a58e301308a0e9e71bf6202428a3b875228a1a3518efeda0f9405a31a1da92218c3a6f1
6
+ metadata.gz: 7967a36086fa26375c7c2459daef8cc8c7f57a7c92ca259e55d4edf44c98fdcb0b814c68d7e9a269c2de24ac8665eb1b0dea8a3991667e055632245ff7b49e9b
7
+ data.tar.gz: a74375c8d96e46a8bfa73d1f0889bdca7ec5aa12824d67292c0feb3c77e0284d18367b0ac83038605e8e48313a57bdd0dd22b351a1925b453846ee96c8d45a31
@@ -37,10 +37,10 @@ module Roseflow
37
37
  params do
38
38
  required(:title).filled(:string)
39
39
  required(:company).filled(:string)
40
- optional(:company_profile_url).filled(:string)
40
+ optional(:company_profile_url)
41
41
  optional(:location)
42
42
  optional(:description)
43
- optional(:started_on).filled(:date)
43
+ optional(:started_on)
44
44
  optional(:ended_on)
45
45
  end
46
46
 
@@ -55,7 +55,7 @@ module Roseflow
55
55
  attribute? :company_profile_url, Types::StringOrNil
56
56
  attribute? :location, Types::StringOrNil
57
57
  attribute? :description, Types::StringOrNil
58
- attribute :started_on, Types::Date
58
+ attribute? :started_on, Types::DateOrNil
59
59
  attribute? :ended_on, Types::DateOrNil
60
60
 
61
61
  contract_object ExperienceContract
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "roseflow/linkedin/person/object"
3
4
  require "roseflow/linkedin/person/lookup_query"
4
5
  require "roseflow/linkedin/person/profile_query"
5
6
  require "roseflow/linkedin/person/role_query"
@@ -9,7 +9,7 @@ module Roseflow
9
9
  module VERSION
10
10
  MAJOR = 0
11
11
  MINOR = 5
12
- PATCH = 2
12
+ PATCH = 5
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roseflow-proxycurl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lauri Jutila
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-24 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport