gamache / hyperresource

A self-inflating Ruby client for hypermedia APIs. Not under active development.
http://hyperresource.com/doc
MIT License
304 stars 29 forks source link

Fix regular expression #43

Open colstrom opened 8 years ago

colstrom commented 8 years ago

The amended behaviour aligns with the intent described in the comment above it.

Context: A link named container:27d6320f12e28b57ea7b2cbf423e647ab7f56793d7622069c9dc1d2f7a8d362b

Before: underscored_name: container___d____f__e__b__ea_b_cbf___e___ab_f_____d_______c_dc_d_f_a_d___b

After: underscored_name: container_27d6320f12e28b57ea7b2cbf423e647ab7f56793d7622069c9dc1d2f7a8d362b

colstrom commented 8 years ago

Looks like the CI failure was unrelated to the change.

colstrom commented 8 years ago

@gamache Is it possible to get this merged?

Looks like it's been awhile since the last commit, but that could just mean it's feature-complete. If you're interested in some assistance maintaining this gem though, let me know.