Kukushka
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/kukushka. To experiment with that code, run bin/console for an interactive prompt.
TODO: Delete this and the text above, and describe your gem
Installation
Install the gem and add to the application's Gemfile by executing:
$ bundle add kukushka
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install kukushka
Usage
kuku
Development
gem build kukushka gem signin gem push kukushka-0.1.0.gem
mkdir exe chmod +x exe/kuku
kh
function precmd() {
last_command=$(fc -ln -1)
echo "Previous command: $last_command"
}
mkdir tmp/sk
cd tmp/sk
bundle init
gem 'pry'
gem 'kukushka', path: '/Users/Siarhei/laboratory/kukushka'
gem build kukushka.gemspec
gem push kukushka-0.x.y.gem
dependencies https://github.com/redis/redis-rb https://github.com/commander-rb/commander