magentwo 0.1.91 → 0.1.92
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/connection.rb +2 -2
- data/magentwo.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5000157d6397addf74a0ac9fbc01d42c7af210b8503d443ccf957264b854941
|
4
|
+
data.tar.gz: 3ea8f1c1c9888938a287d744362439fb831e5e98a9781c5d3d8057a541ef65ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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::
|
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.
|
4
|
-
s.date = '
|
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.
|
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:
|
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.
|
64
|
+
rubygems_version: 3.3.25
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: Magento 2 API Wrapper
|