ejholmes / metaforce

A ruby client for interacting with the Salesforce Metadata and Services API's.
https://github.com/ejholmes/metaforce
MIT License
65 stars 75 forks source link

Lock rspec to version 2 & Update thor dependency #57

Closed brantz closed 1 year ago

brantz commented 10 years ago

Locks rspec to the latest version of version 2 to make sure tests pass (for ruby < 2.0). Also updates thor dependency for use with current rails versions.

Addresses #49