Project

camify

0.0
No commit activity in last 3 years
No release in over 3 years
Give all lower case letters in a string an accent. This gem was inspired by Cam Newton's social media messages(instagram, twitter). Just a fun little project during my time at the Flatiron School to learn how RubyGems work. Use rake console to run in irb so you can test it out.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.0
 Project Readme

Camify

Camify Camify is a RubyGem that adds an accent onto any lowercase letters that you enter into it.

Motivation I made this RubyGem during my time in the Flatiron School Web Immersive program to build a greater understanding of how gems work and are created. The inspiration for this gem are the cryptic looking social media posts made by Cam Newton.

Built with ruby v2.3.3

Installation You can download the Camify RubyGem at https://rubygems.org/gems/camify or in your terminal with 'gem install camify'. Add it to your Gemfile and use it in any project.

How to use? To use Camify in a project create a new Camify object with Camify.new, run the method .process() with a string as an argument and your camified string will be returned. Contribute If you would like to help contribute and improve Camify fell free to fork and clone this repo and submit pull requests with any change you would like to see implemented.

Credits This RubyGem was made by Shawn Koski (@snkoski) and inspired by Cam Newton's social media posts

MIT © 2018 Shawn Koski