roseflow-proxycurl 0.5.2 → 0.5.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef00b370b8256e60e46748536f90fe178cf8c589056bb51810a598bd83a62255
|
4
|
+
data.tar.gz: 872a9ced3159e8ebd216821add1e1a7861bdb2f3e77bb6384177bc6c262d4bf6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
40
|
+
optional(:company_profile_url)
|
41
41
|
optional(:location)
|
42
42
|
optional(:description)
|
43
|
-
optional(:started_on)
|
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::
|
58
|
+
attribute? :started_on, Types::DateOrNil
|
59
59
|
attribute? :ended_on, Types::DateOrNil
|
60
60
|
|
61
61
|
contract_object ExperienceContract
|
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.
|
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-
|
11
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|