File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11parallel : true
22format : progress
33ruby_version : 3.1
4- ignore :
5- - ' samples/**/*'
64plugins :
75 - standard-performance
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- gem "configcat-openfeature-provider" , path : "../../../"
3+ gem "configcat-openfeature-provider" , path : "../../../"
Original file line number Diff line number Diff line change 1111 sdk_key : "PKDVCLf-Hq-h-kCzMp-L7Q/HhOWfwVtZ0mb30i9wi17GQ" ,
1212 # Configure the ConfigCat SDK.
1313 options : ConfigCat ::ConfigCatOptions . new (
14- polling_mode : ConfigCat ::PollingMode :: auto_poll ( poll_interval_seconds : 5 ) ,
14+ polling_mode : ConfigCat ::PollingMode . auto_poll ( poll_interval_seconds : 5 ) ,
1515 offline : false
16- ) ) )
16+ )
17+ ) )
1718end
1819
1920# Create a client.
3132flag_details = client . fetch_boolean_details (
3233 flag_key : "isPOCFeatureEnabled" ,
3334 default_value : false ,
34- evaluation_context : evaluation_context ,
35+ evaluation_context : evaluation_context
3536)
3637
37- puts ( JSON :: dump ( flag_details ) )
38+ puts ( JSON . dump ( flag_details ) )
You can’t perform that action at this time.
0 commit comments