Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

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

Update version.rb

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