careerbuilder / ruby-cb-api

Ruby wrapper around the CareerBuilder.com APIs
Apache License 2.0
14 stars 18 forks source link

Dynamic screener as internal apply #269

Closed derrickwilliams closed 7 years ago

derrickwilliams commented 7 years ago

Adding is_dynamic_screener field from application form API response. This field is used in consumer-main apply_controller for including dynamic screener jobs as internal apply.

Casao commented 7 years ago

We just published a 2.3.1, you'll need to bump API version again

bowersaa commented 7 years ago

Merge conflicts.

ghost commented 7 years ago

Need to add a line to CHANGELOG as well describing what is new in this version

mmoldavan commented 7 years ago

added a changelog

derrickwilliams commented 7 years ago

What should we do to make Travis happy?

tkling commented 7 years ago

Looks like Travis is failing due to this: Gem::InstallError: nokogiri requires Ruby version >= 2.1.0.

It's only breaking for ruby < 2.1, so I think maybe we could drop support for 2.0 and be ok. @Casao @bowersaa @usbsnowcrash what do you think?

tkling commented 7 years ago

@derrickwilliams Hey hey, merge updated master into this branch and your Travis woes will be no more :thumbsup:

derrickwilliams commented 7 years ago

Thanks @tkling.