selly 2.0.7 → 2.0.8

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
  SHA256:
3
- metadata.gz: 3ae79d6f69c51647c75b2a468e2407036b0899220d4a8a1c16f7628049b662bb
4
- data.tar.gz: a9aa1ea63b0c987e3257b17d049e46a5df0f1e58d7dd3b9d61169f9e03007417
3
+ metadata.gz: 403764b31303b195517a8d8e496311385fe5d0a9a2158abcc62b6fc9da1c32c5
4
+ data.tar.gz: 46c402adf0cc18e76f4b331866d47397262ec28e69caba49e3344b3cc2d05405
5
5
  SHA512:
6
- metadata.gz: 47d7d76d3d08e49a16a3155825642b9cf3f0bedbdbb833d41a0ad27d134b39a9390dd35e721c81eaeab1e96fcef9208faa4eb4b1980ba7435554ca42e5bd816c
7
- data.tar.gz: f8829eb4567ba53a3f9fd7a62b17e618593b7ae3cd42b97305c97776769e18988e0974cf1c5826c5f6c20b9780a3b93b2632740f56ab5b979c2ccd91b065d5e4
6
+ metadata.gz: 2fa38a05931b8fb43a2866513c0749bb37bf47f52c4bd60f618a81225d283dfdddb91f34add8a97b62bcb83fed808184fdc40b15d870bf3f530882c967a38663
7
+ data.tar.gz: b32ed967553e27b47192ba46ea8e9600d892ef830326567af1cac759c4334fde4204aab2f4b7cc9537f226cc508ace93a8ebbf9ab4c60aaa8b9373b961fc0c69
@@ -4,13 +4,5 @@ module Selly
4
4
  extend Selly::Operations::Create
5
5
  extend Selly::Operations::Update
6
6
  extend Selly::Operations::Destroy
7
-
8
- def create(params)
9
- super({blacklist: params})
10
- end
11
-
12
- def update(id, params)
13
- super(id, {blacklist: params})
14
- end
15
7
  end
16
8
  end
@@ -5,13 +5,5 @@ module Selly
5
5
  extend Selly::Operations::Create
6
6
  extend Selly::Operations::Update
7
7
  extend Selly::Operations::Destroy
8
-
9
- def create(params)
10
- super({coupon: params})
11
- end
12
-
13
- def update(id, params)
14
- super(id, {coupon: params})
15
- end
16
8
  end
17
9
  end
@@ -5,13 +5,5 @@ module Selly
5
5
  extend Selly::Operations::Create
6
6
  extend Selly::Operations::Update
7
7
  extend Selly::Operations::Destroy
8
-
9
- def create(params)
10
- super({product: params})
11
- end
12
-
13
- def update(id, params)
14
- super(id, {product: params})
15
- end
16
8
  end
17
9
  end
@@ -1,3 +1,3 @@
1
1
  module Selly
2
- VERSION = '2.0.7'.freeze
2
+ VERSION = '2.0.8'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selly
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Selly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-25 00:00:00.000000000 Z
11
+ date: 2019-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http