README.md in kaltura_box-0.0.2 vs README.md in kaltura_box-0.0.3
- old
+ new
@@ -1,9 +1,14 @@
# KalturaBox
-Customized Ruby wrapper for Kaltura API
+[![Build Status](https://travis-ci.org/shinnyx/kaltura_box.svg)](https://travis-ci.org/shinnyx/kaltura_box)
+[![Gem Version](https://badge.fury.io/rb/kaltura_box.svg)](http://badge.fury.io/rb/kaltura_box)
+Customized Ruby wrapper for Kaltura API on Active Record
+
+**THIS GEM IS NOT BEING MAINTAINED ANYMORE**
+
Heavily influenced and continuation of [Kaltura_Fu](https://github.com/Velir/kaltura_fu)
## Installation
Add this line to your application's Gemfile:
@@ -56,10 +61,10 @@
video.set_description = "blablabla"
```
## Contributing
-1. Fork it ( https://github.com/[my-github-username]/kaltura_box/fork )
+1. Fork it ( https://github.com/shinnyx/kaltura_box/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request