Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 312 Bytes

DEVEMOPMENT.md

File metadata and controls

20 lines (15 loc) · 312 Bytes

Development Guide

1. To modify version open lib/imagekit/sdk/version.rb and change value of VERSION.

2. Setup dependency for projects

gem install bundler
bundle install

2. Run test cases

bundle exec rake

3. To build gem

gem build imagekit.gemspec