Skip to content

Commit

Permalink
Some paperwork changes, up ruby testing version, and christen 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Prince committed Nov 24, 2019
1 parent 0ea50b7 commit 97b4b5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/json_logic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JSONLogic
VERSION = '0.4.4'
VERSION = '0.4.5'
end

0 comments on commit 97b4b5d

Please sign in to comment.