RubyGems Navigation menu

tog_caesar 0.1.0

# Odin Caesar Cipher [Project Link](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming/lessons/caesar-cipher) ## Run the binary ```sh bin/caesar "What a string!" 5 ``` ## Run the tests ```sh bundle install && bundle exec rspec ``` ## Use the library ```ruby Caesar.cipher("What a string!", 5) ``` ## Use the gem **Gemfile** ```ruby source 'https://rubygems.org' gem 'tog_caesar' ``` **Usage** ```ruby require 'tog_caesar' Caesar.cipher("What a string!", 5) ```

Gemfile:
=

install:
=

Versions:

  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

Owners:

Pushed by:

Authors:

  • Ian Johnson

SHA 256 checksum:

=

Total downloads 3,823

For this version 1,029

Version Released:

License:

MIT

Required Ruby Version: >= 1.9

Links: