magentwo 0.1.91 → 0.1.92

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/connection.rb +2 -2
  3. data/magentwo.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15cb810f21e6410e34b764567e40378ca481d8b2ba9133a6981a2b6738818c8a
4
- data.tar.gz: c5f1fe3851888baf2d6371e849fa44a87087c54ea91adcf574ed2ff79f384d3b
3
+ metadata.gz: c5000157d6397addf74a0ac9fbc01d42c7af210b8503d443ccf957264b854941
4
+ data.tar.gz: 3ea8f1c1c9888938a287d744362439fb831e5e98a9781c5d3d8057a541ef65ec
5
5
  SHA512:
6
- metadata.gz: a18862fc3e2792a23539d840ffea2591d90c232ce17d2fa0d114707d759554bbd114bcd726c7d1a5bc13ce67bb4c9c7d482ff038d0e2e98ca4d55eaec4e6535c
7
- data.tar.gz: 49fca1ac96a80a6a3373f65340fd1e5bc8861fba62c3957b0bf6e2d4154c94ee90ecb5dd98a4e89265dd3e16acbca2104e8c2f76bbbd7813a17dc00cd6345863
6
+ metadata.gz: 63e8765e7d5e6d46c2f4f121924b7c7d2000c040be71913a935ce40db556409142a58eae31193e8741841952ec07f0cd8831d201e096197de24812d9593e558f
7
+ data.tar.gz: 0d0a65941d967d699714b717d3e1ca3cfe5c2989cdb371119a079fbc7fa4ca679672c64e81455e07480dcc8449e6e8a3b5c1c529a0c9c4d8a1e15c35602d91c3
data/lib/connection.rb CHANGED
@@ -57,11 +57,11 @@ module Magentwo
57
57
  end
58
58
 
59
59
  def post path, data
60
- request Net::HTTP::Put, path:path, data:data
60
+ request Net::HTTP::Post, path:path, data:data
61
61
  end
62
62
 
63
63
  def get path, query
64
64
  request Net::HTTP::Get, path:"#{path}?#{query}"
65
65
  end
66
66
  end
67
- end
67
+ end
data/magentwo.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'magentwo'
3
- s.version = '0.1.91'
4
- s.date = '2019-01-17'
3
+ s.version = '0.1.92'
4
+ s.date = '2023-02-10'
5
5
  s.summary = "Magento 2 API Wrapper"
6
6
  s.description = "Provides a simple Ruby Interface to interact with the Magento 2 API"
7
7
  s.authors = ["André Mueß"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magentwo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.91
4
+ version: 0.1.92
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Mueß
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-17 00:00:00.000000000 Z
11
+ date: 2023-02-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides a simple Ruby Interface to interact with the Magento 2 API
14
14
  email: andre.cux90@gmail.com
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
- rubygems_version: 3.2.15
64
+ rubygems_version: 3.3.25
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: Magento 2 API Wrapper