# time_shift · [![Gem Version](https://badge.fury.io/rb/time_shift.svg)](https://badge.fury.io/rb/time_shift) ## Installation ```ruby gem 'time_shift' ``` ```shell $ bundle install # --- or --- $ gem install time_shift ``` ```ruby require 'time_shift' ``` ## Contributing - Fork it ( https://github.com/0exp/time_shift/fork ) - Create your feature branch (`git checkout -b feature/my-new-feature`) - Commit your changes (`git commit -am '[my-new-featre] Add some feature'`) - Push to the branch (`git push origin feature/my-new-feature`) - Create new Pull Request ## License Released under MIT License. ## Authors [Rustam Ibragimov](https://github.com/0exp)