README.markdown in lazyeval-0.0.3 vs README.markdown in lazyeval-0.0.4
- old
+ new
@@ -1,6 +1,9 @@
# Lazyeval
+[![Build Status](https://travis-ci.org/vitaly/lazyeval.png)](https://travis-ci.org/vitaly/lazyeval)
+[![Code Climate](https://codeclimate.com/github/vitaly/lazyeval.png)](https://codeclimate.com/github/vitaly/lazyeval)
+
Homepage: [http://github.com/vitaly/lazyeval/](http://github.com/vitaly/lazyeval/)
This GEM allows to call methods lazily. The actual work will not be performed
until the result is used. There's no promise/force semantics, just a single
call (or block) is stored and executed the first time the (lazy) result is