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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c094522c97ddd9c6a6d7c0fe7bfebb8631bf8f69df958b87b35aa8426af969d
4
- data.tar.gz: d6aade4a8833b945cb9ce9526b599cd5c2ead9b59388e8612a85d9c55ed22dbf
3
+ metadata.gz: c83137c581fb1db46b16e65ab9198f9dcb9ed1f6a69c255a676e3f76175a8901
4
+ data.tar.gz: a1b7b4022e1e0e9b3867daaabe7826fbcf41c5e1d61e075e49a42671db5aa612
5
5
  SHA512:
6
- metadata.gz: 404cbc639c31d5dbe0132a36d37e4145c9974ab7cc19a7f1b0f548d47a94febd9700a852edb867325372e6e595f9a14d140d2cc2610dbe98a47fe8a72a2b81e5
7
- data.tar.gz: 2451dfba0293b9607ee1c54ba50e938d54d17cd56cc7d5e67eba04625f8ff44c10e53d6ca9812264c41fff7d72a94fba8d92d49a8876d3816ce0f2b6ca8d3284
6
+ metadata.gz: f846f50699ab237510795bd14dc7fcf0f4452068b6957da2adb78c94e590e0eb7f4b6bb137f141533e50f6f6a00fb56ddba81e3d7f948909486c41990817c327
7
+ data.tar.gz: 898623a634df3b9fa1b80daae357608e1ee1d531e242d0d609da04e25dfb6f6efa20463fec758340c1605b672b4770a3bcee296cebe13acc514a987d1bed7cc5
data/.gitignore CHANGED
@@ -1,6 +1,5 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
- /.ruby-version
4
3
  /.env
5
4
  /_yardoc/
6
5
  /coverage/
@@ -8,4 +7,3 @@
8
7
  /pkg/
9
8
  /spec/reports/
10
9
  /tmp/
11
- Gemfile.lock
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
@@ -1,3 +1,3 @@
1
1
  module PacklinkLite
2
- VERSION = '0.5.1'
2
+ VERSION = '0.5.2'
3
3
  end
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.1
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: 2021-04-09 00:00:00.000000000 Z
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