From 97b4b5d6d2bfdf00d450c428e43022113b3e4a3c Mon Sep 17 00:00:00 2001 From: Jordan Prince Date: Sat, 23 Nov 2019 18:58:51 -0600 Subject: [PATCH] Some paperwork changes, up ruby testing version, and christen 0.4.5 --- .travis.yml | 4 ++-- LICENSE.txt | 2 +- lib/json_logic/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 729a540..369ba9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: false language: ruby rvm: - - 2.3.1 -before_install: gem install bundler -v 1.13.3 + - 2.5.0 +before_install: gem install bundler -v 2.0.1 diff --git a/LICENSE.txt b/LICENSE.txt index e5f7bab..38c4665 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Kenneth Geerts +Copyright (c) 2016 Kenneth Geerts, Jordan Prince Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/json_logic/version.rb b/lib/json_logic/version.rb index 590f4ef..8832d73 100644 --- a/lib/json_logic/version.rb +++ b/lib/json_logic/version.rb @@ -1,3 +1,3 @@ module JSONLogic - VERSION = '0.4.4' + VERSION = '0.4.5' end