Skip to content

Commit

Permalink
Fix JSON::ParserError
Browse files Browse the repository at this point in the history
- Version is now treated as a string
  • Loading branch information
BGMP committed May 10, 2022
1 parent 4acf97d commit 8f5d802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ task version: [:package] do
"\t\"rva_tracks\":",
"\t{",
"\t\t\"description\": \"#{RVATracks::DESCRIPTION}\",",
"\t\t\"version\": #{RVATracks::VERSION},",
"\t\t\"version\": \"#{RVATracks::VERSION}\",",
"\t\t\"checksum\": \"#{checksum}\",",
"\t\t\"url\": \"#{RVATracks::URL}\"",
"\t}",
Expand Down

0 comments on commit 8f5d802

Please sign in to comment.