KtCommon Library
Summary
KtCommon is a library of utility classes.
Installation
Add this line to your Gemfile:
gem 'ktcommon'
And then execute:
$ bundle
or install it yourself as:
$ gem install ktcommon
Usage
Require and instantiate classes as needed.
Testing
KtCommon uses RSpec for testing.
To run all existing tests:
$ rake spec
or directly:
$ bundle exec rspec
TODO
- Rename methods to follow ruby naming conventions (ie.
snake_case
rather thancamelCase
)
Contributing
- Fork it ( https://bitbucket.org/ktechsystems/ktcommon/fork )
- Clone it (
git clone [email protected]:[my-bitbucket-username]/ktcommon.git
) - Create your feature branch (
git checkout -b my-new-feature
) - Create tests for your feature branch
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
License
This gem is licensed under the MIT license. See LICENSE file for details.