v3.6.5
What's Changed
In this change, we have updated internal dependency to a newer version to meet changes in the EngineYard Cloud backend configuration, added some notes how to build the ey-core
gem and updated the version to 3.6.5 as well.
Here are the specific changes for this release:
- Setup development.md documentation for gem bundling by @Kyle-Law in #132
- GHI-4789 - Build the
cookiejar
gem from sources by @eudalov in #135
Full Changelog: v3.6.4...v3.6.5
About the ey-core
update
In this release, we have updated ey-core
gem re its dependency from the cookiejar
gem (we are bulding it from the sources as per the reason described in PR #135).
When a customer installs or updates the ey-core
till the latest version it should verify that the cookiejar
gem is of the latest version as well.
In our case it means that cookiejar
should be built from its GitHub sources https://github.com/dwaite/cookiejar. This can be achieved using the following commands
gem install specific_install
gem specific_install -l 'https://github.com/dwaite/cookiejar' -b master
So, to summarize the above, the customer should
- install/update
cookiejar
using 2 commands mentioned above (aboutspecific_install
) - then install
ey-core
as usual and make sure that it's of the version 3.6.5 (ey-core version
)