gecko-ruby 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c85728687e6bc4e59c11d5214181af686b350033
4
- data.tar.gz: 18cc56bd3df2520071e796eb191eb8c341bc4666
3
+ metadata.gz: bde35d37535ff7b2ff5a672a2abc87a2b3daa1da
4
+ data.tar.gz: 187615ac485d4542cad9331c608f7bc8000f1b40
5
5
  SHA512:
6
- metadata.gz: 14c2cd95c537a35fb6a574c8991703333bd856a882f93bbca0f08922f7d2804ce0c512c7e91c40522be97fbe5d15e0e7fc40042705393c3c1a3e0dc818301aa5
7
- data.tar.gz: 94114cbea7468c93308b60a8a68904874cd30f12588a2c801a27346f6767ccf3644911411ebecb52c94959d6be94d726c16c76894779c5e51ee2b348ff23d0f7
6
+ metadata.gz: 5a7d8ae08ecfd0554ad69dc03e8608641f0635729f2ee3203d52441f252992a23d488f606a4380369353641dc40c3d3d55b594121d6abacadbb8a92e4880b65d
7
+ data.tar.gz: a435a68ee4b133128c6b2a1461141e494534dbabc8af7b6c601536a9f4db4af5c0ed20f668d3d28406346ee1bd9672311157314be47511429066ae64c1366cf1
@@ -1,5 +1,8 @@
1
+ ## 0.2.4 (2017-08-28)
2
+ - Add `Company#tags`
3
+
1
4
  ## 0.2.3 (2017-08-14)
2
- - Add support for API idempotency @client.Record.save(idempotency_key: 'ABCDEF123456')
5
+ - Add support for API idempotency `@client.Record.save(idempotency_key: 'ABCDEF123456')`
3
6
  - Marked a couple of fields as readonly that weren't correctly marked so
4
7
 
5
8
  ## 0.2.2 (2016-06-06)
@@ -19,17 +22,17 @@
19
22
  - Clean up old attributes
20
23
 
21
24
  ## 0.0.10 (2015-10-21)
22
- - Add first_name/last_name to addresses
25
+ - Add `first_name`/`last_name` to addresses
23
26
 
24
27
  ## 0.0.9 (2015-10-02)
25
28
  - Add tags to order
26
29
 
27
30
  ## 0.0.8 (2015-09-10)
28
- - Fetch VariantLocation#committed_stock as committed
31
+ - Fetch `VariantLocation#committed_stock` as committed
29
32
  - Make image uploading work
30
33
 
31
34
  ## 0.0.7 (2015-03-17)
32
- - Fix issue with Order#tax_override
35
+ - Fix issue with `Order#tax_override`
33
36
  - Support sideloaded records without a hack
34
37
 
35
38
  ## 0.0.6 (2015-03-17)
@@ -24,6 +24,7 @@ module Gecko
24
24
  attribute :email, String
25
25
  attribute :website, String
26
26
  attribute :company_type, String
27
+ attribute :tags, Array[String]
27
28
 
28
29
  attribute :status, String
29
30
 
@@ -1,3 +1,3 @@
1
1
  module Gecko
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gecko-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bradley Priest
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-14 00:00:00.000000000 Z
11
+ date: 2017-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler