Skip to content

Commit 97b4b5d

Browse files
author
Jordan Prince
committed
Some paperwork changes, up ruby testing version, and christen 0.4.5
1 parent 0ea50b7 commit 97b4b5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: false
22
language: ruby
33
rvm:
4-
- 2.3.1
5-
before_install: gem install bundler -v 1.13.3
4+
- 2.5.0
5+
before_install: gem install bundler -v 2.0.1

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Kenneth Geerts
3+
Copyright (c) 2016 Kenneth Geerts, Jordan Prince
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/json_logic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JSONLogic
2-
VERSION = '0.4.4'
2+
VERSION = '0.4.5'
33
end

0 commit comments

Comments
 (0)