imbriaco / arista-eapi

Ruby client for interacting with the Arista Networks Command API
MIT License
13 stars 7 forks source link

can not use on ruby 2.2 due to json version dependeny #3

Open thisissmithj opened 9 years ago

thisissmithj commented 9 years ago

versions < 1.8.2 of the json gem do not compile on ruby 2.2. See https://github.com/flori/json/issues/229

arista-eapi pins json to 1.7.7: https://github.com/imbriaco/arista-eapi/blob/master/arista-eapi.gemspec#L25

Is pinning it required? If not, could the pin be adjusted/removed?

thisissmithj commented 9 years ago

This appears to be fixed by https://github.com/imbriaco/arista-eapi/pull/2. Thanks! Could we get a new rubygem with the PR included?

thisissmithj commented 9 years ago

Any update?

jercawley commented 9 years ago

+1

yli-square commented 9 years ago

+1

thisissmithj commented 9 years ago

Ping.

rmadsen commented 9 years ago

I'm not sure if the maintainer will merge the fix, but Arista has created a new ruby library for interacting with eAPI that you may find useful: https://github.com/arista-eosplus/rbeapi