Get last Version of Modal in Rails Application.
Link: https://rubygems.org/gems/arjad_version_tracker/versions/0.5.0?locale=en
Add this line to your application's Gemfile:
gem 'arjad_version_tracker'
And then execute:
$ bundle install
ohh Or install it yourself as:
$ gem install arjad_version_tracker
previous_version_string = YourModal.previous_version
previous_version = JOSN.parse(previous_version_string)
- Fork it ( https://github.com/arjad/arjad_version_tracker/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request