sk_api_schema 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -4,6 +4,7 @@ A more detailed view of the changes can be found in the {commit messages}[https:
4
4
 
5
5
  2012-06
6
6
  * add due_date and due_days to order
7
+ * Deprecate payment.method in favour of payment.payment_method bcs 'method' is a keyword in programming
7
8
  * test with travis-ci.org
8
9
 
9
10
  2012-05
@@ -24,12 +24,15 @@
24
24
  "type":"string"
25
25
  },
26
26
  "method":{
27
+ "description": "DEPRECATED use payment_method. Kicked at beginning of 08.2012"
28
+ },
29
+ "payment_method":{
27
30
  "description": "How the payment was made.",
28
31
  "enum":["cash","bank_transfer","credit_card","paypal","direct_debit","cheque", "moneybookers", "premium_sms"],
29
32
  "type":"string"
30
33
  },
31
34
  "related_object_type": {
32
- "description": "Object type of the payments parent. Is the camelcased base class name: Document for invoice, credit_note,.., Contact for client",
35
+ "description": "Object type of the payments parent. Is the camel-cased base class name: Document for invoice, credit_note,.., Contact for client",
33
36
  "required":true,
34
37
  "type":"string"
35
38
  },
@@ -1,7 +1,7 @@
1
1
  module SK
2
2
  module Api
3
3
  class Schema
4
- VERSION='0.3.3'
4
+ VERSION='0.3.4'
5
5
  end
6
6
  end
7
7
  end
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: 21
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 3
10
- version: 0.3.3
9
+ - 4
10
+ version: 0.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Georg Leciejewski