rotation19 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rotation19.rb +3 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f20834948fbaec561b5a724680533b5eb86727a
4
- data.tar.gz: b800198833f307954fc3db253554a423ad984b30
3
+ metadata.gz: 62269bfcae41288f8f5e88a62ba5e5c181eb82b3
4
+ data.tar.gz: afa79af2cde46273335a73964b86a4ffbac610ed
5
5
  SHA512:
6
- metadata.gz: 012d7951643e465589583f63c0bebbad28ae532f8503ec4d6179b315ba77bf5db295eeede99867cde5ce8078c199467335bab79637c7c0f754529b6d7ff20b15
7
- data.tar.gz: 8546324913a9b87850adc36b2ff489a8aec8bfb4086fe4df0c3d1d5f26cf10d8c181408ad39f7efc04eed2ab0814956c1f09ce2bb4608095b38f654254c437aa
6
+ metadata.gz: 053d0fd55fdf2f79bf9a083ec933e201123e256015ba4d104b7b4a534435f896a2fb2cd4ba47d88c451c93e3db3146054f040a4939677db7a17c5165e861d5e0
7
+ data.tar.gz: 347f4cf9c9921a32cafbbd33f65fe969a4901bf2aadf206fe67c77064969d91dc36ae1140d510564752198229f56a1d581a92587f665e16366881656ecdeb001
data/lib/rotation19.rb CHANGED
@@ -18,6 +18,8 @@ end
18
18
  puts "Enter Original Password"
19
19
  list = STDIN.gets.chomp
20
20
  convert_text = Rotation.new.encrypt(list)
21
- printf "rot19 encryption Password is => "
21
+ printf "Original Password is => "
22
+ puts list
23
+ printf "rot19 encryption password is => "
22
24
  puts convert_text
23
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rotation19
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandeep Chourey