brainfuck_converter 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/brainfuck_converter.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43df11e483a96f0a38b849a4bcb1af18707246932373b88aa213d1ff665adaa7
4
- data.tar.gz: 27c6d1055223d616a9c23de677e9815254b1df869a827e9231713faa08cb2c33
3
+ metadata.gz: 826d980c5b711943c207a5fe68a7e3f3df8f224151673b563cab4cc876793dbf
4
+ data.tar.gz: 0f39cab2d49c76ec7f60cbc0eb23edb2daeeece9aa23dc80511bccba95bd6b2f
5
5
  SHA512:
6
- metadata.gz: c47111e9e6954e8c6818411e0cd5f3d67b0ce1552033f39eebe7a474342d1aef6708b96000bb97ae03a8c4f1351cb94e2c7fa63597f7cad6499da7245ae5d19e
7
- data.tar.gz: c78ac2adf3b2d790d1423580d442e35d17360ff39de92519b0be95ce2c95d090e6b28f5203933ff6a71782ea1d880fc7158e2cbe33a3ecfd42619d768a4b076b
6
+ metadata.gz: fedc5430e6289ef9a3c2d687f26a524c3e0b857adfa2976b449a589b6341b1ea110f488cbe12b56301340591e8d98540e7b8de32c536c7512d58c50688b74b08
7
+ data.tar.gz: cefc521ff6f60914354e3a98e687080f5dc353898d87c744df95224bdeb75bb06e2ee2fe596b4e968477a6331acc9e5267ade92ad628fc342ee0a1f3f78bbc9a
@@ -40,7 +40,7 @@ class BrainfuckConverter
40
40
  # con.convert 'Hallo Welt!', 15 # => 'Hallo Welt!'
41
41
  # con.code # => '+++++++[>+>++>+++>++++>+++++>++++++>+++++++>+++++... too long'
42
42
  def convert(text, cells_num = 8)
43
- # To output a string in Brainfuck, 'auxiliary numbers' are written into
43
+ # To output a string in Brainfuck, "auxiliary numbers" are written into
44
44
  # certain cells. If a letter is to be output, the letter is converted into
45
45
  # an ASCII value and the auxiliary number that is closest to it is searched for.
46
46
  # This is then adjusted so that it corresponds to the ASCII value of the letter.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brainfuck_converter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marek