File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed 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.2 '
7
- s . date = '2016-02-04 '
6
+ s . version = '0.5.3 '
7
+ s . date = '2016-07-16 '
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" ]
@@ -14,4 +14,8 @@ Gem::Specification.new do |s|
14
14
'https://github.com/arineng/jcrvalidator'
15
15
s . license = 'ISC'
16
16
s . executables << 'jcr'
17
- end
17
+ s . add_dependency 'parslet' , [ '~> 1.7' ]
18
+ s . add_dependency 'addressable' , [ '= 2.3.8' ]
19
+ s . add_dependency 'email_address_validator' , [ '~> 2.0' ]
20
+ s . add_dependency 'big-phoney' , [ '= 0.1.4' ]
21
+ end
You can’t perform that action at this time.
0 commit comments