Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump to 1.8.1

+1 -1
+1 -1
lib/literal/version.rb
··· 1 1 # frozen_string_literal: true 2 2 3 3 module Literal 4 - VERSION = "1.8.0" 4 + VERSION = "1.8.1" 5 5 end