Skip to content

Commit

Permalink
updated to gem version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Newton committed Feb 4, 2016
1 parent 6170a6d commit 778b627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ More information on JCR can be found at [json-content-rules.org](http://json-con
* Small fix to bin/jcr to capture exit codes properly
* Small enhancement to bin/jcr to suck in multiple JSON files
* At present, this software is ahead of the specification.
* 0.5.2 - NOT YET RELEASED
* 0.5.2 - Minor tweaks
* Added -J command line option
* Changed command line option -s to -S to be more consistent
* Will no longer allow member rules to be root rules

* More group rule checking (code was there, just wan't being invoked)

The current version of the JCR specification can be found
[here](http://tools.ietf.org/html/draft-newton-json-content-rules-05)

Expand Down
4 changes: 2 additions & 2 deletions jcrvalidator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

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

0 comments on commit 778b627

Please sign in to comment.