Skip to content

Commit

Permalink
added gem dependencies
Browse files Browse the repository at this point in the history
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.
12 changes: 8 additions & 4 deletions jcrvalidator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf88f88

Please sign in to comment.