mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-26 19:22:01 +03:00
[script cleanup]
This commit is contained in:
parent
80a390f69e
commit
1f70f90755
10
convert.rb
10
convert.rb
@ -83,10 +83,10 @@ end
|
|||||||
c = File.read 'contents.json'
|
c = File.read 'contents.json'
|
||||||
j = JSON.parse c
|
j = JSON.parse c
|
||||||
|
|
||||||
t = j['title']
|
t = j['title']
|
||||||
desc = j['description']
|
desc = j['description']
|
||||||
h = j['header']
|
h = j['header']
|
||||||
f = j['footer']
|
f = j['footer']
|
||||||
cats = j['categories']
|
cats = j['categories']
|
||||||
apps = j['projects']
|
apps = j['projects']
|
||||||
|
|
||||||
@ -100,9 +100,9 @@ cats.each do |c|
|
|||||||
output << temp
|
output << temp
|
||||||
end
|
end
|
||||||
|
|
||||||
output << "- [Bonus](#bonus)"
|
output << "- [Bonus](#bonus) \n"
|
||||||
|
|
||||||
output << "\n \n"
|
output << "\n"
|
||||||
output << h
|
output << h
|
||||||
output << "\n"
|
output << "\n"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user