-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
now gem version 0.6.0
- Loading branch information
Andrew Newton
committed
Jul 16, 2016
1 parent
fb5977f
commit bf88f88
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,19 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
|
||
Gem::Specification.new do |s| | ||
s.name = 'jcrvalidator' | ||
s.version = '0.5.2' | ||
s.date = '2016-02-04' | ||
s.version = '0.6.0' | ||
s.date = '2016-07-16' | ||
s.summary = "JCR Validator" | ||
s.description = "A JSON Content Rules (JCR) Validator library and command line utility." | ||
s.description = "A JSON Content Rules (JCR) Validator library and command line utility. Version 0.6.x is closely following -07 of the draft." | ||
s.authors = ["Andrew Newton","Pete Cordell"] | ||
s.email = '[email protected]' | ||
s.files = Dir["lib/**/*"].entries | ||
s.homepage = | ||
'https://github.com/arineng/jcrvalidator' | ||
s.license = 'ISC' | ||
s.executables << 'jcr' | ||
end | ||
s.add_dependency 'parslet', ['~> 1.7'] | ||
s.add_dependency 'addressable', [ '= 2.3.8'] | ||
s.add_dependency 'email_address_validator', ['~> 2.0'] | ||
s.add_dependency 'big-phoney', ['= 0.1.4'] | ||
end |