Pre-release of completely rewritten version. Still a long way to go before proper release, it will be described here properly at its time.
- Economic indicators from Quandl;
- Fallback to search in Wikidata only, if there is no Wikipedia page;
- Add
reality
binary for using from command line; - Several small and not-so-small refactorings (especially of Wikidata module, which was a complete mess);
- Add
Entity#to_h
(with only core types, so entities are JSON-able now!); - Enchance of
Geo::Coord
class with several new features; - Allow sparse
Reality::List
, withnil
s alongside with entities, useful for things likecities_list.map(&:head_of_government).load!
-- not for all cities head of government is known, but the code will work nevertheless; - More useful Wikidata predicates;
- Optional
Reality::Names
module, allowing code likeArgentina.capital
; - Some docs -- both YARD and Wiki.
First really public release