predictionio 0.9.0 → 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da7586b887055412f1f000be93ad5bd565a36be5
4
- data.tar.gz: 3ed3df0f0daa02fe345cd65ab2dd91c1d4ec52d9
3
+ metadata.gz: 8c6815f2f16857f6f51b873736a3caccd93df47a
4
+ data.tar.gz: 197014bb712d796030006d77a9ad782eb2d9ecf6
5
5
  SHA512:
6
- metadata.gz: 8867009b24ce3fb765799f70c58268b19fe8b30a89afe783d6d923ca48fff4612732119d6472618de1ca52c2399a27256cca559f610c3f26a8753dfd83817baa
7
- data.tar.gz: 8268c54337b6233a4e9e0584f5a85dedcccb2a6aa162bff1fed0939412b4d59038e3b54d12e649b5458ae05b96a4a18b0afbd3c97b4ca24a51894e11549c0785
6
+ metadata.gz: 53a45cfdb3408a47618b84c268cf8336b418622c0198812ddfb0ed17f8306445af979473469b9ef9529e6d8c04fb84346fb8bb0db8dc098dd3cea64eb0eddfba
7
+ data.tar.gz: bed1ab448903e53c778c99f7cbe08f396413a3167fba66602fc85ab2747e9eafe3d9d347c437ab1650376705fe556d9506be59ba3b045b597645f47472c30779
@@ -45,7 +45,7 @@ module PredictionIO
45
45
  http_req = Net::HTTP::Post.new("#{uri.path}#{request.path}")
46
46
  http_req.set_form_data(request.params)
47
47
  else
48
- http_req = Net::HTTP::Post.new("#{uri.path}#{request.path}", initheader = { 'Content-Type' => 'application/json' })
48
+ http_req = Net::HTTP::Post.new("#{uri.path}#{request.path}", initheader = { 'Content-Type' => 'application/json; charset=utf-8' })
49
49
  http_req.body = request.params
50
50
  end
51
51
  begin
@@ -1,3 +1,3 @@
1
1
  module PredictionIO
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: predictionio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - The PredictionIO Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-30 00:00:00.000000000 Z
11
+ date: 2015-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.8'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.8'
27
27
  description: |
@@ -52,12 +52,12 @@ require_paths:
52
52
  - lib
53
53
  required_ruby_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
- - - '>='
55
+ - - ">="
56
56
  - !ruby/object:Gem::Version
57
57
  version: 1.9.3
58
58
  required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - '>='
60
+ - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []