Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5E7A9200D4F for ; Thu, 26 Oct 2017 07:38:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5D304160BE0; Thu, 26 Oct 2017 05:38:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9FCD1160BF2 for ; Thu, 26 Oct 2017 07:38:12 +0200 (CEST) Received: (qmail 70868 invoked by uid 500); 26 Oct 2017 05:38:11 -0000 Mailing-List: contact commits-help@predictionio.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@predictionio.apache.org Delivered-To: mailing list commits@predictionio.apache.org Received: (qmail 70856 invoked by uid 99); 26 Oct 2017 05:38:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2017 05:38:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 72E841808A3 for ; Thu, 26 Oct 2017 05:38:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.721 X-Spam-Level: X-Spam-Status: No, score=-3.721 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id bVS1bBPt3TlC for ; Thu, 26 Oct 2017 05:38:08 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id C03FE60F0A for ; Thu, 26 Oct 2017 05:38:07 +0000 (UTC) Received: (qmail 69859 invoked by uid 99); 26 Oct 2017 05:38:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2017 05:38:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3DA43DFFCF; Thu, 26 Oct 2017 05:38:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: donald@apache.org To: commits@predictionio.incubator.apache.org Date: Thu, 26 Oct 2017 05:38:16 -0000 Message-Id: <63ba1eb4a2bf4a2e8b5145af545038d1@git.apache.org> In-Reply-To: <2abf3b24432d408e8f0c404b119eae12@git.apache.org> References: <2abf3b24432d408e8f0c404b119eae12@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/13] incubator-predictionio-sdk-ruby git commit: Bump and release 0.12.0 archived-at: Thu, 26 Oct 2017 05:38:13 -0000 Bump and release 0.12.0 Align SDK major and minor version with PredictionIO Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/commit/67ed1725 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/tree/67ed1725 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/diff/67ed1725 Branch: refs/heads/master Commit: 67ed172519dbfa228ec48280f552c2f4b7b9828e Parents: e0ea09e Author: Donald Szeto Authored: Wed Oct 25 21:59:47 2017 -0700 Committer: Donald Szeto Committed: Wed Oct 25 21:59:47 2017 -0700 ---------------------------------------------------------------------- README.md | 2 +- lib/predictionio/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/blob/67ed1725/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3c94281..3ab8553 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ gem install predictionio Or using [Bundler](http://bundler.io/) with: ``` -gem 'predictionio', '0.9.6' +gem 'predictionio', '0.12.0' ``` ## Sending Events to Event Server http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/blob/67ed1725/lib/predictionio/version.rb ---------------------------------------------------------------------- diff --git a/lib/predictionio/version.rb b/lib/predictionio/version.rb index 61667cb..22c257d 100644 --- a/lib/predictionio/version.rb +++ b/lib/predictionio/version.rb @@ -14,5 +14,5 @@ # limitations under the License. module PredictionIO - VERSION = '0.9.7' + VERSION = '0.12.0' end