magerecord 0.5.5 → 0.5.6
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 +4 -4
- data/Gemfile.lock +32 -25
- data/VERSION +1 -1
- data/magerecord.gemspec +4 -4
- 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: 5b9c5b8c0dba6d1cbed7edc2436a6bff68b96d7ee33385a356cf57864f4ca0b9
|
4
|
+
data.tar.gz: 023e8c420e2c38b48e1c0bcfad582b7c00bd6ae67a9504de1ee36697eef5b597
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69bff57388aa117064b82d1ebe4cf4b3e81fa906a1dcec71f1cdc7543238472d93719fbd0d07739647dbc366e5f72bbc3127700cfbab48dc50634b336cf72f19
|
7
|
+
data.tar.gz: 7a8e875f3dd0863c23d0c75ab1437f001a6c93fad9d6fcd6da413cc402e3c43ceb0b22458763cddfde91c7c60672d3525f34a9ba2f5cfd1297111f89b154b04b
|
data/Gemfile.lock
CHANGED
@@ -1,41 +1,46 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activemodel (
|
5
|
-
activesupport (=
|
6
|
-
activerecord (
|
7
|
-
activemodel (=
|
8
|
-
activesupport (=
|
9
|
-
activesupport (
|
4
|
+
activemodel (7.0.2.2)
|
5
|
+
activesupport (= 7.0.2.2)
|
6
|
+
activerecord (7.0.2.2)
|
7
|
+
activemodel (= 7.0.2.2)
|
8
|
+
activesupport (= 7.0.2.2)
|
9
|
+
activesupport (7.0.2.2)
|
10
10
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
11
11
|
i18n (>= 1.6, < 2)
|
12
12
|
minitest (>= 5.1)
|
13
13
|
tzinfo (~> 2.0)
|
14
|
-
zeitwerk (~> 2.3)
|
15
14
|
addressable (2.8.0)
|
16
15
|
public_suffix (>= 2.0.2, < 5.0)
|
17
16
|
builder (3.2.4)
|
18
17
|
concurrent-ruby (1.1.9)
|
19
18
|
descendants_tracker (0.0.4)
|
20
19
|
thread_safe (~> 0.3, >= 0.3.1)
|
21
|
-
faraday (1.
|
20
|
+
faraday (1.10.0)
|
22
21
|
faraday-em_http (~> 1.0)
|
23
22
|
faraday-em_synchrony (~> 1.0)
|
24
23
|
faraday-excon (~> 1.1)
|
25
|
-
faraday-httpclient (~> 1.0
|
24
|
+
faraday-httpclient (~> 1.0)
|
25
|
+
faraday-multipart (~> 1.0)
|
26
26
|
faraday-net_http (~> 1.0)
|
27
|
-
faraday-net_http_persistent (~> 1.
|
27
|
+
faraday-net_http_persistent (~> 1.0)
|
28
28
|
faraday-patron (~> 1.0)
|
29
|
-
|
29
|
+
faraday-rack (~> 1.0)
|
30
|
+
faraday-retry (~> 1.0)
|
30
31
|
ruby2_keywords (>= 0.0.4)
|
31
32
|
faraday-em_http (1.0.0)
|
32
33
|
faraday-em_synchrony (1.0.0)
|
33
34
|
faraday-excon (1.1.0)
|
34
35
|
faraday-httpclient (1.0.1)
|
36
|
+
faraday-multipart (1.0.3)
|
37
|
+
multipart-post (>= 1.2, < 3)
|
35
38
|
faraday-net_http (1.0.1)
|
36
39
|
faraday-net_http_persistent (1.2.0)
|
37
40
|
faraday-patron (1.0.0)
|
38
|
-
|
41
|
+
faraday-rack (1.0.0)
|
42
|
+
faraday-retry (1.0.3)
|
43
|
+
git (1.10.2)
|
39
44
|
rchardet (~> 1.8)
|
40
45
|
github_api (0.19.0)
|
41
46
|
addressable (~> 2.4)
|
@@ -45,7 +50,7 @@ GEM
|
|
45
50
|
oauth2 (~> 1.0)
|
46
51
|
hashie (3.6.0)
|
47
52
|
highline (2.0.3)
|
48
|
-
i18n (1.
|
53
|
+
i18n (1.10.0)
|
49
54
|
concurrent-ruby (~> 1.0)
|
50
55
|
juwelier (2.4.9)
|
51
56
|
builder
|
@@ -59,37 +64,39 @@ GEM
|
|
59
64
|
rake
|
60
65
|
rdoc
|
61
66
|
semver2
|
62
|
-
jwt (2.
|
67
|
+
jwt (2.3.0)
|
63
68
|
kamelcase (0.0.2)
|
64
69
|
semver2 (~> 3)
|
65
|
-
mini_portile2 (2.
|
66
|
-
minitest (5.
|
70
|
+
mini_portile2 (2.8.0)
|
71
|
+
minitest (5.15.0)
|
67
72
|
multi_json (1.15.0)
|
68
73
|
multi_xml (0.6.0)
|
69
74
|
multipart-post (2.1.1)
|
70
75
|
mysql2 (0.5.3)
|
71
|
-
nokogiri (1.
|
72
|
-
mini_portile2 (~> 2.
|
76
|
+
nokogiri (1.13.3)
|
77
|
+
mini_portile2 (~> 2.8.0)
|
73
78
|
racc (~> 1.4)
|
74
|
-
oauth2 (1.4.
|
75
|
-
faraday (>= 0.
|
79
|
+
oauth2 (1.4.9)
|
80
|
+
faraday (>= 0.17.3, < 3.0)
|
76
81
|
jwt (>= 1.0, < 3.0)
|
77
82
|
multi_json (~> 1.3)
|
78
83
|
multi_xml (~> 0.5)
|
79
84
|
rack (>= 1.2, < 3)
|
80
|
-
psych (4.0.
|
85
|
+
psych (4.0.3)
|
86
|
+
stringio
|
81
87
|
public_suffix (4.0.6)
|
82
|
-
racc (1.
|
88
|
+
racc (1.6.0)
|
83
89
|
rack (2.2.3)
|
84
90
|
rake (13.0.6)
|
85
91
|
rchardet (1.8.0)
|
86
|
-
rdoc (6.
|
92
|
+
rdoc (6.4.0)
|
93
|
+
psych (>= 4.0.0)
|
87
94
|
ruby2_keywords (0.0.5)
|
88
95
|
semver2 (3.4.2)
|
96
|
+
stringio (3.0.1)
|
89
97
|
thread_safe (0.3.6)
|
90
98
|
tzinfo (2.0.4)
|
91
99
|
concurrent-ruby (~> 1.0)
|
92
|
-
zeitwerk (2.4.2)
|
93
100
|
|
94
101
|
PLATFORMS
|
95
102
|
ruby
|
@@ -100,4 +107,4 @@ DEPENDENCIES
|
|
100
107
|
mysql2 (>= 0.4.0)
|
101
108
|
|
102
109
|
BUNDLED WITH
|
103
|
-
2.
|
110
|
+
2.3.6
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.6
|
data/magerecord.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: magerecord 0.5.
|
5
|
+
# stub: magerecord 0.5.6 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "magerecord".freeze
|
9
|
-
s.version = "0.5.
|
9
|
+
s.version = "0.5.6"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib".freeze]
|
13
13
|
s.authors = ["Marc".freeze]
|
14
|
-
s.date = "
|
14
|
+
s.date = "2022-02-24"
|
15
15
|
s.description = "A simple ActiveRecord wrapper for various Magento models".freeze
|
16
16
|
s.email = "xerokill@gmail.com".freeze
|
17
17
|
s.extra_rdoc_files = [
|
@@ -55,7 +55,7 @@ Gem::Specification.new do |s|
|
|
55
55
|
]
|
56
56
|
s.homepage = "http://github.com/mystix/magerecord".freeze
|
57
57
|
s.licenses = ["MIT".freeze]
|
58
|
-
s.rubygems_version = "3.
|
58
|
+
s.rubygems_version = "3.3.3".freeze
|
59
59
|
s.summary = "Simple ActiveRecord wrapper for Magento".freeze
|
60
60
|
|
61
61
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: magerecord
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
112
|
- !ruby/object:Gem::Version
|
113
113
|
version: '0'
|
114
114
|
requirements: []
|
115
|
-
rubygems_version: 3.
|
115
|
+
rubygems_version: 3.3.3
|
116
116
|
signing_key:
|
117
117
|
specification_version: 4
|
118
118
|
summary: Simple ActiveRecord wrapper for Magento
|