From 637f85962e8dd395a8bb1b1ee4c6353392f1a9c4 Mon Sep 17 00:00:00 2001 From: Johannes Vetter Date: Fri, 29 Apr 2022 12:05:17 -0700 Subject: [PATCH 1/2] Drop ruby 2.5 from the test matrix --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf54432..7618be9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ rvm: # note that jruby cannot be supported because it doesn't support C extensions and this gem doesn't support # an alternative to oj, which is a C extension # also: truffleruby is included explicitly in the job matrix -- ruby-2.5 - ruby-2.6 - ruby-2.7 - ruby-3.0 From b83cfb60093710b7ba76c11a2040a73dd54d9ff8 Mon Sep 17 00:00:00 2001 From: Johannes Vetter Date: Fri, 29 Apr 2022 12:05:39 -0700 Subject: [PATCH 2/2] Bump the version --- lib/aganakti/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aganakti/version.rb b/lib/aganakti/version.rb index c45a7c4..16539d1 100644 --- a/lib/aganakti/version.rb +++ b/lib/aganakti/version.rb @@ -2,5 +2,5 @@ module Aganakti # The version number. - VERSION = '0.1.0' + VERSION = '0.1.1' end