predictionio 0.12.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/predictionio/version.rb +1 -1
  3. metadata +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c31fd8af27761c4128dc5973afc203fd174ca91
4
- data.tar.gz: eb0af012acd7198fdd92863a82b87b97356e6506
3
+ metadata.gz: f9e7aea1a430746bb6981282c545a1e24d30a131
4
+ data.tar.gz: a57a4be666a9a8826b4aaef307a3d333ce0a8868
5
5
  SHA512:
6
- metadata.gz: f21e0b976a8152c0413b53c9f4bbca362e1d588bc2161bea1b91719141c67143db51e1cb9a8d5e2d3763a604274da595e14ec2982d47a172e966d6a5da2a2635
7
- data.tar.gz: e1f637c7269545f89a817bdc57c63d478c43c5078e2cc4c1a05491d993826b0b74a21ad954eb3f8e01c3c7880bdf597874dc3cf6e2284972a694f18bb9128224
6
+ metadata.gz: dbd2e49dca6fded4f24097d4a7592e2e42b0f111a5ff4af920b4f7c4c64c02d90b25b705693950975a2a30c3686f6734821e367a9c5a074dd4c60f56c050082c
7
+ data.tar.gz: 5912c319b0a2255eee07cd488d5eaad864a5668ba11ecc750c4fa55cb14295f96aba743af32360c3c670b4770fc32014629d86f93dd11f517061bdf1b6e097fc
@@ -14,5 +14,5 @@
14
14
  # limitations under the License.
15
15
 
16
16
  module PredictionIO
17
- VERSION = '0.12.0'
17
+ VERSION = '0.12.1'
18
18
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: predictionio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
- - The PredictionIO Team
7
+ - Apache PredictionIO
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -25,11 +25,12 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.8'
27
27
  description: |
28
- PredictionIO is an open source machine learning server for developers and data
29
- scientists to create predictive engines for production environments. This gem
30
- provides convenient access to the PredictionIO API for Ruby programmers so that
31
- you can focus on application logic.
32
- email: support@prediction.io
28
+ Apache PredictionIO is an open source machine learning server for
29
+ developers and data scientists to create predictive engines for
30
+ production environments. This gem provides convenient access to the
31
+ Apache PredictionIO API for Ruby programmers so that you can focus on
32
+ application logic.
33
+ email: user@predictionio.apache.org
33
34
  executables: []
34
35
  extensions: []
35
36
  extra_rdoc_files: []
@@ -42,7 +43,7 @@ files:
42
43
  - lib/predictionio/event_client.rb
43
44
  - lib/predictionio/file_exporter.rb
44
45
  - lib/predictionio/version.rb
45
- homepage: http://prediction.io/
46
+ homepage: http://predictionio.apache.org
46
47
  licenses:
47
48
  - Apache-2.0
48
49
  metadata: {}
@@ -65,5 +66,5 @@ rubyforge_project:
65
66
  rubygems_version: 2.2.2
66
67
  signing_key:
67
68
  specification_version: 4
68
- summary: PredictionIO Ruby SDK
69
+ summary: Apache PredictionIO Ruby SDK
69
70
  test_files: []