From 5f296b2ddaebd94cdf4c5e291c1781b53bdfc1e8 Mon Sep 17 00:00:00 2001 From: Kyle-Law Date: Fri, 30 Dec 2022 15:14:30 +0800 Subject: [PATCH] Setup development.md documentation for gem bundling --- docs/development.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/development.md diff --git a/docs/development.md b/docs/development.md new file mode 100644 index 0000000..4c941f1 --- /dev/null +++ b/docs/development.md @@ -0,0 +1,6 @@ +### Bundle ey-core locally +1. Modify `lib/ey-core/version.rb` to next minor version +2. Run `gem build ey-core.gemspec` +3. Run `gem install ./ey-core-.gem` +4. Run `ey-core` and your latest update would be reflected +5. To cross check ey-core version locally, run `gem list | grep ey-core`, and you would see your version listed \ No newline at end of file