Skip to content

Commit

Permalink
version bump, added new maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
bhgames committed Dec 5, 2017
1 parent 66f970f commit 45e7e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions json_logic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'json_logic/version'
Gem::Specification.new do |spec|
spec.name = 'json_logic'
spec.version = JSONLogic::VERSION
spec.authors = ['Kenneth Geerts']
spec.email = ['[email protected]']
spec.authors = ['Kenneth Geerts', "Jordan Prince"]
spec.email = ['[email protected]', "[email protected]"]
spec.homepage = 'http://jsonlogic.com'
spec.summary = 'Build complex rules, serialize them as JSON, and execute them in ruby'
spec.description = 'Build complex rules, serialize them as JSON, and execute them in ruby. See http://jsonlogic.com'
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.2'
VERSION = '0.3'
end

0 comments on commit 45e7e63

Please sign in to comment.