[ANN] reality 0.0.3 (first public) release

Reality is a gem targeting quick-n-easy data access about real-world
entities (through Wikipedia and other *open *data sources).

Like this (and much more, many examples are in README):

Entity('Bill Gates').age
=> 60
Entity('Los Angeles').population
=> #<Reality::Measure(3,857,799 person)>
Entity('South America').countries.load!.
  map(&:capital).load!.
  map(&:coord).map(&:timezone).map(&:now)
=> [long liist of times in south america capitals]

It was (alongside with underlying *infoboxer* Wikipedia parser) thoroughly
build through last year, and supported with Ruby Association Grant, which
I'm thankful for.

Please, evaluate, experiment, comment and be involved.

V.

Victor Shepelev <zverok.offline@gmail.com> writes:

Reality is a gem targeting quick-n-easy data access about real-world
entities (through Wikipedia and other *open *data sources).

Now that’s a cool library. Thank you for sharing!

Greetings
Marvin

···

--
#!/sbin/quintus
Blog: http://www.guelkerdev.de

GnuPG key: F1D8799FBCC8BC4F

This is really interesting! Congratulations!

···

On Mar 3, 2016 8:20 AM, "Quintus" <quintus@quintilianus.eu> wrote:

Victor Shepelev <zverok.offline@gmail.com> writes:

> Reality is a gem targeting quick-n-easy data access about real-world
> entities (through Wikipedia and other *open *data sources).

Now that’s a cool library. Thank you for sharing!

Greetings
Marvin

--
#!/sbin/quintus
Blog: http://www.guelkerdev.de

GnuPG key: F1D8799FBCC8BC4F

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;