We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ecd6f commit ff033dcCopy full SHA for ff033dc
json_patterns.gemspec
@@ -1,10 +1,10 @@
1
Gem::Specification.new do |s|
2
s.name = 'json_patterns'
3
s.version = '0.1.0'
4
- s.date = '2012-09-30'
+ s.date = '2012-10-01'
5
s.summary = "A DSL of patterns to validate JSON structure"
6
s.description = "Validate patterns in JSON using a domain-specific language" +
7
- "that looks as much as possible like the JSON you are trying to validate."
+ " that looks as much as possible like the JSON you are trying to validate."
8
s.authors = ["Lyle Kopnicky"]
9
s.email = 'lyle@kopnicky.com'
10
s.files = Dir["lib/*.rb"] + Dir["test/*.rb"]
0 commit comments