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.
- checksums.yaml +4 -4
- data/lib/predictionio/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9e7aea1a430746bb6981282c545a1e24d30a131
|
|
4
|
+
data.tar.gz: a57a4be666a9a8826b4aaef307a3d333ce0a8868
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbd2e49dca6fded4f24097d4a7592e2e42b0f111a5ff4af920b4f7c4c64c02d90b25b705693950975a2a30c3686f6734821e367a9c5a074dd4c60f56c050082c
|
|
7
|
+
data.tar.gz: 5912c319b0a2255eee07cd488d5eaad864a5668ba11ecc750c4fa55cb14295f96aba743af32360c3c670b4770fc32014629d86f93dd11f517061bdf1b6e097fc
|
data/lib/predictionio/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
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
|
|
29
|
-
scientists to create predictive engines for
|
|
30
|
-
provides convenient access to the
|
|
31
|
-
you can focus on
|
|
32
|
-
|
|
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://
|
|
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: []
|