Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

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

Bump version to 1.9.0

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