Repository: incubator-predictionio-sdk-ruby Updated Branches: refs/heads/develop 67ed17251 -> a81a509b2
Fix names and links 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/a81a509b Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/tree/a81a509b Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/diff/a81a509b Branch: refs/heads/develop Commit: a81a509b2b92fff3684da91a131cc156a40d62c8 Parents: 67ed172 Author: Donald Szeto <[email protected]> Authored: Wed Oct 25 22:05:56 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Wed Oct 25 22:05:56 2017 -0700 ---------------------------------------------------------------------- lib/predictionio/version.rb | 2 +- predictionio.gemspec | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/blob/a81a509b/lib/predictionio/version.rb ---------------------------------------------------------------------- diff --git a/lib/predictionio/version.rb b/lib/predictionio/version.rb index 22c257d..8be107e 100644 --- a/lib/predictionio/version.rb +++ b/lib/predictionio/version.rb @@ -14,5 +14,5 @@ # limitations under the License. module PredictionIO - VERSION = '0.12.0' + VERSION = '0.12.1' end http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/blob/a81a509b/predictionio.gemspec ---------------------------------------------------------------------- diff --git a/predictionio.gemspec b/predictionio.gemspec index 42a3a34..ba33dd1 100644 --- a/predictionio.gemspec +++ b/predictionio.gemspec @@ -3,18 +3,19 @@ require 'predictionio/version' Gem::Specification.new do |s| s.name = 'predictionio' - s.summary = 'PredictionIO Ruby SDK' + s.summary = 'Apache PredictionIO Ruby SDK' s.description = <<-EOF -PredictionIO is an open source machine learning server for developers and data -scientists to create predictive engines for production environments. This gem -provides convenient access to the PredictionIO API for Ruby programmers so that -you can focus on application logic. +Apache PredictionIO is an open source machine learning server for +developers and data scientists to create predictive engines for +production environments. This gem provides convenient access to the +Apache PredictionIO API for Ruby programmers so that you can focus on +application logic. EOF s.version = PredictionIO::VERSION s.licenses = ['Apache-2.0'] - s.author = 'The PredictionIO Team' - s.email = '[email protected]' - s.homepage = 'http://prediction.io/' + s.author = 'Apache PredictionIO' + s.email = '[email protected]' + s.homepage = 'http://predictionio.apache.org' s.platform = Gem::Platform::RUBY s.required_ruby_version = '>= 2.0' s.files = Dir[File.join('lib', '**', '**')]
