File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ### Upcoming Release v1.1.0 (August 10 , 2014)
1+ ## Current Release v1.1.0 (August 12 , 2014)
22
33* A simple implementation of [ tuple] ( http://en.wikipedia.org/wiki/Tuple ) , an
44 immutable, fixed-length list/array/vector-like data structure.
77* ` FinalVar ` , a thread safe object that holds a single value and is "final" (meaning
88 that the value can be set at most once after which it becomes immutable).
99
10- ## Current Release v1.0.0 (July 30, 2014)
10+ ### Previous Release v1.0.0 (July 30, 2014)
1111
1212* Protocol specifications inspired by Clojure [ protocol] ( http://clojure.org/protocols ) ,
1313 Erlang [ behavior] ( http://www.erlang.org/doc/design_principles/des_princ.html#id60128 ) ,
Original file line number Diff line number Diff line change 11module Functional
22
33 # The current gem version.
4- VERSION = '1.0 .0'
4+ VERSION = '1.1 .0'
55end
You can’t perform that action at this time.
0 commit comments