packlink_lite 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -2
- data/.ruby-version +1 -0
- data/Gemfile.lock +78 -0
- data/lib/packlink_lite/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c83137c581fb1db46b16e65ab9198f9dcb9ed1f6a69c255a676e3f76175a8901
|
4
|
+
data.tar.gz: a1b7b4022e1e0e9b3867daaabe7826fbcf41c5e1d61e075e49a42671db5aa612
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f846f50699ab237510795bd14dc7fcf0f4452068b6957da2adb78c94e590e0eb7f4b6bb137f141533e50f6f6a00fb56ddba81e3d7f948909486c41990817c327
|
7
|
+
data.tar.gz: 898623a634df3b9fa1b80daae357608e1ee1d531e242d0d609da04e25dfb6f6efa20463fec758340c1605b672b4770a3bcee296cebe13acc514a987d1bed7cc5
|
data/.gitignore
CHANGED
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.7.2
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,78 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
packlink_lite (0.5.2)
|
5
|
+
faraday (~> 1.0)
|
6
|
+
faraday_middleware (~> 1.0)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
addressable (2.8.0)
|
12
|
+
public_suffix (>= 2.0.2, < 5.0)
|
13
|
+
crack (0.4.5)
|
14
|
+
rexml
|
15
|
+
diff-lcs (1.5.0)
|
16
|
+
dotenv (2.7.6)
|
17
|
+
faraday (1.10.0)
|
18
|
+
faraday-em_http (~> 1.0)
|
19
|
+
faraday-em_synchrony (~> 1.0)
|
20
|
+
faraday-excon (~> 1.1)
|
21
|
+
faraday-httpclient (~> 1.0)
|
22
|
+
faraday-multipart (~> 1.0)
|
23
|
+
faraday-net_http (~> 1.0)
|
24
|
+
faraday-net_http_persistent (~> 1.0)
|
25
|
+
faraday-patron (~> 1.0)
|
26
|
+
faraday-rack (~> 1.0)
|
27
|
+
faraday-retry (~> 1.0)
|
28
|
+
ruby2_keywords (>= 0.0.4)
|
29
|
+
faraday-em_http (1.0.0)
|
30
|
+
faraday-em_synchrony (1.0.0)
|
31
|
+
faraday-excon (1.1.0)
|
32
|
+
faraday-httpclient (1.0.1)
|
33
|
+
faraday-multipart (1.0.3)
|
34
|
+
multipart-post (>= 1.2, < 3)
|
35
|
+
faraday-net_http (1.0.1)
|
36
|
+
faraday-net_http_persistent (1.2.0)
|
37
|
+
faraday-patron (1.0.0)
|
38
|
+
faraday-rack (1.0.0)
|
39
|
+
faraday-retry (1.0.3)
|
40
|
+
faraday_middleware (1.2.0)
|
41
|
+
faraday (~> 1.0)
|
42
|
+
hashdiff (1.0.1)
|
43
|
+
multipart-post (2.1.1)
|
44
|
+
public_suffix (4.0.6)
|
45
|
+
rake (13.0.6)
|
46
|
+
rexml (3.2.5)
|
47
|
+
rspec (3.11.0)
|
48
|
+
rspec-core (~> 3.11.0)
|
49
|
+
rspec-expectations (~> 3.11.0)
|
50
|
+
rspec-mocks (~> 3.11.0)
|
51
|
+
rspec-core (3.11.0)
|
52
|
+
rspec-support (~> 3.11.0)
|
53
|
+
rspec-expectations (3.11.0)
|
54
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
55
|
+
rspec-support (~> 3.11.0)
|
56
|
+
rspec-mocks (3.11.0)
|
57
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
58
|
+
rspec-support (~> 3.11.0)
|
59
|
+
rspec-support (3.11.0)
|
60
|
+
ruby2_keywords (0.0.5)
|
61
|
+
webmock (3.14.0)
|
62
|
+
addressable (>= 2.8.0)
|
63
|
+
crack (>= 0.3.2)
|
64
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
65
|
+
|
66
|
+
PLATFORMS
|
67
|
+
ruby
|
68
|
+
|
69
|
+
DEPENDENCIES
|
70
|
+
bundler
|
71
|
+
dotenv
|
72
|
+
packlink_lite!
|
73
|
+
rake
|
74
|
+
rspec
|
75
|
+
webmock
|
76
|
+
|
77
|
+
BUNDLED WITH
|
78
|
+
2.2.22
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: packlink_lite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Laurynas Butkus
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -118,7 +118,9 @@ files:
|
|
118
118
|
- ".github/workflows/build_release_action.yaml"
|
119
119
|
- ".gitignore"
|
120
120
|
- ".rspec"
|
121
|
+
- ".ruby-version"
|
121
122
|
- Gemfile
|
123
|
+
- Gemfile.lock
|
122
124
|
- LICENSE.txt
|
123
125
|
- README.md
|
124
126
|
- Rakefile
|