sk_api_schema 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/json/v1.0/client.json +6 -1
- data/sk_api_schema.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.6
|
data/json/v1.0/client.json
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
"maxLength": 50
|
25
25
|
},
|
26
26
|
"first_name": {
|
27
|
-
|
27
|
+
"description": "First name of a person.",
|
28
28
|
"type":"string",
|
29
29
|
"maxLength": 50
|
30
30
|
},
|
@@ -33,6 +33,11 @@
|
|
33
33
|
"enum":["male", "female"],
|
34
34
|
"type":"string"
|
35
35
|
},
|
36
|
+
"notes": {
|
37
|
+
"description": "Notes for a contact. For day to day information you should use comments instead.",
|
38
|
+
"type":"string",
|
39
|
+
"maxLength": 65000
|
40
|
+
},
|
36
41
|
"position": {
|
37
42
|
"description": "Position of a person in a company.",
|
38
43
|
"type":"string",
|
data/sk_api_schema.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{sk_api_schema}
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.6"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Georg Leciejewski"]
|
12
|
-
s.date = %q{
|
12
|
+
s.date = %q{2012-01-06}
|
13
13
|
s.description = %q{The SalesKing JSON Schema describes our business API in terms of available objects, their fields and links to url endpoints with related objects. Besides ruby users can use a smal lib with utility methods to load and test the schema files.}
|
14
14
|
s.email = %q{gl@salesking.eu}
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sk_api_schema
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 6
|
10
|
+
version: 0.2.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Georg Leciejewski
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2012-01-06 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|