-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Trying to use the GEM to setup programmable messages.
When running the bundle install, you get this error:
bundle install
Fetching https://github.com/textmagic/textmagic-rest-ruby-v2.git
You have one or more invalid gemspecs that need to be fixed.
The gemspec at ../textmagic_rest_client.gemspec is not valid.
Please fix this gemspec.
The validation error was 'each license must be 64 characters or less'
The license listed in the Gemspec is this: The library is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). (113 characters)
This error is happening likely because an update to bundler's policy on the length of licenses.
I fixed this by cloning the repository locally and changing the license line in the Gemspec to simply: MIT
I bundle installed using the local path I created to this modified repository and everything started working great.
Can you please update the Gemspec on the Master branch to have this change?