lib/erubi.rb in erubi-1.6.1 vs lib/erubi.rb in erubi-1.7.0
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
module Erubi
- VERSION = '1.6.1'
+ VERSION = '1.7.0'
RANGE_ALL = 0..-1
if RUBY_VERSION >= '1.9'
RANGE_FIRST = 0
RANGE_LAST = -1