Skip to content

Commit 778b627

Browse files
author
Andrew Newton
committed
updated to gem version 0.5.2
1 parent 6170a6d commit 778b627

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ More information on JCR can be found at [json-content-rules.org](http://json-con
8585
* Small fix to bin/jcr to capture exit codes properly
8686
* Small enhancement to bin/jcr to suck in multiple JSON files
8787
* At present, this software is ahead of the specification.
88-
* 0.5.2 - NOT YET RELEASED
88+
* 0.5.2 - Minor tweaks
8989
* Added -J command line option
9090
* Changed command line option -s to -S to be more consistent
9191
* Will no longer allow member rules to be root rules
92-
92+
* More group rule checking (code was there, just wan't being invoked)
93+
9394
The current version of the JCR specification can be found
9495
[here](http://tools.ietf.org/html/draft-newton-json-content-rules-05)
9596

jcrvalidator.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |s|
55
s.name = 'jcrvalidator'
6-
s.version = '0.5.1'
7-
s.date = '2015-12-31'
6+
s.version = '0.5.2'
7+
s.date = '2016-02-04'
88
s.summary = "JCR Validator"
99
s.description = "A JSON Content Rules (JCR) Validator library and command line utility."
1010
s.authors = ["Andrew Newton","Pete Cordell"]

0 commit comments

Comments
 (0)