0.8.0
This commit is contained in:
parent
2cf151923d
commit
9b6de19ed7
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class Interpreter
|
|||
attr_accessor :precision
|
||||
|
||||
def initialize( stack = [], dictionary = Rpl::Lang::Dictionary.new )
|
||||
@version = 0.72
|
||||
@version = 0.8
|
||||
|
||||
@dictionary = dictionary
|
||||
@stack = stack
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'rpl'
|
||||
s.version = '0.7.2'
|
||||
s.version = '0.8.0'
|
||||
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…
Reference in a new issue