Repository: predictionio-sdk-ruby Updated Branches: refs/heads/develop a81a509b2 -> a1777db9f
[MINOR] Remove stale badges Project: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-ruby/repo Commit: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-ruby/commit/a1777db9 Tree: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-ruby/tree/a1777db9 Diff: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-ruby/diff/a1777db9 Branch: refs/heads/develop Commit: a1777db9f89a4287d252c8ca166a279fb2af64b7 Parents: a81a509 Author: Donald Szeto <[email protected]> Authored: Thu Sep 20 11:40:31 2018 -0700 Committer: Donald Szeto <[email protected]> Committed: Thu Sep 20 11:41:05 2018 -0700 ---------------------------------------------------------------------- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/predictionio-sdk-ruby/blob/a1777db9/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3ab8553..0a931cc 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,7 @@ limitations under the License. # Apache PredictionIO Ruby SDK -[](https://github.com/apache/incubator-predictionio-sdk-ruby) -[](https://codeclimate.com/github/PredictionIO/PredictionIO-Ruby-SDK) -[](https://gemnasium.com/PredictionIO/PredictionIO-Ruby-SDK) +[](https://github.com/apache/predictionio-sdk-ruby) [](http://badge.fury.io/rb/predictionio) The Ruby SDK provides a convenient wrapper for PredictionIO Event Server API and @@ -49,7 +47,7 @@ gem install predictionio Or using [Bundler](http://bundler.io/) with: ``` -gem 'predictionio', '0.12.0' +gem 'predictionio', '0.12.1' ``` ## Sending Events to Event Server
