version 0.10.1
This commit is contained in:
parent
4dfe9554cb
commit
aacb10de95
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ class Interpreter
|
|||
attr_accessor :precision
|
||||
|
||||
def initialize( stack: [], dictionary: Dictionary.new )
|
||||
@version = 0.91
|
||||
@version = 0.101
|
||||
|
||||
@dictionary = dictionary
|
||||
@stack = stack
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'rpl'
|
||||
s.version = '0.9.1'
|
||||
s.version = '0.10.1'
|
||||
s.summary = 'Functional Stack Language'
|
||||
s.description = "A language inspired by HP's RPL and https://github.com/louisrubet/rpn/"
|
||||
s.authors = ['Gwenhael Le Moine']
|
||||
|
|
Loading…
Add table
Reference in a new issue