lib/shift_cipher.rb in
shift_cipher-0.1.1
vs lib/shift_cipher.rb in
shift_cipher-1.0.0
- old
+ new
@@ -1,5 +1,5 @@
require "shift_cipher/version"
-require "shift_cipher/caeser"
+require "shift_cipher/caesar"
module ShiftCipher end