The rake build task was previously untested and was raising an error.
Added a test
Fixed the error
Other changes:
Updated the gemspec to not include test and spec directories based on a gemspec from bundle gem <name> (which generates a gem template).
Make publish docs happen automatically along with releasing a new gem
Let's release this version as a pre-release gem before publishing the change. When 2.3.0 is released we can also release 3.0.0 but until then, let's make sure that this doesn't break anything that we know about
I ran rake build and checked in the resulting schema.json and client.
The
rake build
task was previously untested and was raising an error.Other changes:
bundle gem <name>
(which generates a gem template).rake build
and checked in the resultingschema.json
and client.