mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-18 20:24:27 -05:00
y
This commit is contained in:
parent
68fa45d91f
commit
105282ca5c
@ -8,5 +8,14 @@ data_hash.each do | name, obj |
|
||||
puts obj['Description']
|
||||
|
||||
# Make object
|
||||
obj = {}
|
||||
obj['name'] = name
|
||||
obj['description'] = obj['Description']
|
||||
obj['url'] = '' # parse DATA
|
||||
obj['categories'] = []
|
||||
obj['types'] = []
|
||||
obj['lang'] = [] # parse DATA
|
||||
obj['tags'] = []
|
||||
|
||||
# Save file
|
||||
end
|
Loading…
Reference in New Issue
Block a user