RubyGems Navigation menu

tog_caesar 0.1.1

# Odin Caesar Cipher [Project Link](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming/lessons/caesar-cipher) ## Build the container ```sh docker build . -t caesar ``` ## Run the binary ```sh docker run caesar bin/caesar "my message" 5 ``` ## Run the tests ```sh docker run caesar rspec ``` ## Use the library ```ruby Caesar.cipher("my message", 5) ``` ## Use the gem **Gemfile** ```ruby source 'https://rubygems.org' gem 'tog_caesar' ``` **Usage** ```ruby require 'tog_caesar' Caesar.cipher("my message", 5) ```

Gemfile:
=

instalar:
=

Versões:

  1. 0.1.5 January 10, 2023 (6,5 KB)
  2. 0.1.1 January 16, 2022 (5,5 KB)
  3. 0.1.0 January 16, 2022 (5,5 KB)

Development Dependencies (1):

rspec >= 0

Donos:

Pushed by:

Autores:

  • Ian Johnson

SHA 256 checksum:

=

Total de downloads 3.823

Desta versão 1.325

Versão lançada:

Licença:

MIT

Versão Requerida do Ruby: >= 2.6

Links: