Skip to content

Commit ff033dc

Browse files
committed
Added space in description
1 parent 95ecd6f commit ff033dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json_patterns.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Gem::Specification.new do |s|
22
s.name = 'json_patterns'
33
s.version = '0.1.0'
4-
s.date = '2012-09-30'
4+
s.date = '2012-10-01'
55
s.summary = "A DSL of patterns to validate JSON structure"
66
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."
7+
" that looks as much as possible like the JSON you are trying to validate."
88
s.authors = ["Lyle Kopnicky"]
99
s.email = 'lyle@kopnicky.com'
1010
s.files = Dir["lib/*.rb"] + Dir["test/*.rb"]

0 commit comments

Comments
 (0)