Sha256: 26621fe1431b7811228222fd4df6c7d4bb366a9b36f4e08b3e90e17c137cfc5a
Contents?: true
Size: 388 Bytes
Versions: 2
Compression:
Stored size: 388 Bytes
Contents
module FreeTextRepositoryHelper require 'net/http' def get_repositories # Example of repositories # { name: 'Aloha Developers Wiki', url:'https://github.com/alohaeditor/Aloha-Editor/wiki', type:'website', weight: 0.50 } # { name: 'Aloha Editor - The HTML5 Editor', url:'http://aloha-editor.com', type:'website', weight: 0.90 } {:repositories => {}} end end
Version data entries
2 entries across 2 versions & 1 rubygems