nil 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 1.0.8
2
+ - Make ASCII mode not output newline by default
3
+
1
4
  # 1.0.7
2
5
  - REALLY fix that bug.
3
6
 
@@ -36,7 +36,7 @@ module Nil
36
36
  if @@mode == 'num'
37
37
  "puts stack[sp]\n"
38
38
  else
39
- "puts stack[sp].chr\n"
39
+ "print stack[sp].chr\n"
40
40
  end
41
41
  when ','
42
42
  "stack[sp] = gets[0]\n"
data/lib/nil/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nil
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: