File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,12 @@ More information on JCR can be found at [json-content-rules.org](http://json-con
85
85
* Small fix to bin/jcr to capture exit codes properly
86
86
* Small enhancement to bin/jcr to suck in multiple JSON files
87
87
* At present, this software is ahead of the specification.
88
- * 0.5.2 - NOT YET RELEASED
88
+ * 0.5.2 - Minor tweaks
89
89
* Added -J command line option
90
90
* Changed command line option -s to -S to be more consistent
91
91
* 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
+
93
94
The current version of the JCR specification can be found
94
95
[ here] ( http://tools.ietf.org/html/draft-newton-json-content-rules-05 )
95
96
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
4
4
Gem ::Specification . new do |s |
5
5
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 '
8
8
s . summary = "JCR Validator"
9
9
s . description = "A JSON Content Rules (JCR) Validator library and command line utility."
10
10
s . authors = [ "Andrew Newton" , "Pete Cordell" ]
You can’t perform that action at this time.
0 commit comments