Skip to content

Commit

Permalink
Merge pull request #132 from engineyard/AddDevelopmentDocumentation
Browse files Browse the repository at this point in the history
Setup development.md documentation for gem bundling
  • Loading branch information
Kyle-Law authored Jan 3, 2023
2 parents a35fb00 + 5f296b2 commit 4e3a8d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
@@ -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-<version>.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

0 comments on commit 4e3a8d0

Please sign in to comment.