umbrellio-sequel-plugins 0.5.1 → 0.5.1.27
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/.github/workflows/ci.yml +4 -2
- data/Gemfile.lock +13 -13
- data/umbrellio-sequel-plugins.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e58247ddbf507d68fb0513b4bd32093e59e31393d59d28799ae957f676794cf9
|
4
|
+
data.tar.gz: eef62e57d43b7eb7999d644d025cf75384be1bf60c8e3f5d1439941fcee33322
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0db20d4cbc645432075af0e03dd48a33eddf305a87b2f535b84c6237f44f417cfa35bb03efee9ec25ba15e96142ef144c2d8d2f1b925ba23ee8f4528fd4050c
|
7
|
+
data.tar.gz: 46a6d75c690b1fcf1c2a3cca86b53311559f32ee375408250aa8698994c747f459a05bbfce842d495f70a5bdc39d931fbd7927e3d1e0c40d7aec5dd4bf7688f3
|
data/.github/workflows/ci.yml
CHANGED
@@ -60,6 +60,8 @@ jobs:
|
|
60
60
|
steps:
|
61
61
|
- uses: actions/checkout@v1
|
62
62
|
|
63
|
-
- uses: umbrellio/publish-ruby-gem-action@v1
|
63
|
+
- uses: umbrellio/publish-ruby-gem-action@v1.0.4
|
64
64
|
with:
|
65
|
-
api-key: ${{secrets.RUBYGEMS_API_KEY}}
|
65
|
+
api-key: ${{ secrets.RUBYGEMS_API_KEY }}
|
66
|
+
env:
|
67
|
+
PUBLISH_JOB: true
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
umbrellio-sequel-plugins (0.5.
|
4
|
+
umbrellio-sequel-plugins (0.5.1)
|
5
5
|
sequel
|
6
6
|
symbiont-ruby
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (6.1.3)
|
11
|
+
activesupport (6.1.3.2)
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
13
|
i18n (>= 1.6, < 2)
|
14
14
|
minitest (>= 5.1)
|
@@ -18,25 +18,25 @@ GEM
|
|
18
18
|
coderay (1.1.3)
|
19
19
|
concurrent-ruby (1.1.8)
|
20
20
|
diff-lcs (1.4.4)
|
21
|
-
docile (1.
|
22
|
-
i18n (1.8.
|
21
|
+
docile (1.4.0)
|
22
|
+
i18n (1.8.10)
|
23
23
|
concurrent-ruby (~> 1.0)
|
24
24
|
method_source (1.0.0)
|
25
25
|
minitest (5.14.4)
|
26
|
-
money (6.
|
26
|
+
money (6.16.0)
|
27
27
|
i18n (>= 0.6.4, <= 2)
|
28
28
|
parallel (1.20.1)
|
29
|
-
parser (3.0.
|
29
|
+
parser (3.0.1.1)
|
30
30
|
ast (~> 2.4.1)
|
31
31
|
pg (1.2.3)
|
32
|
-
pry (0.14.
|
32
|
+
pry (0.14.1)
|
33
33
|
coderay (~> 1.1)
|
34
34
|
method_source (~> 1.0)
|
35
35
|
rack (2.2.3)
|
36
36
|
rainbow (3.0.0)
|
37
37
|
rake (13.0.3)
|
38
38
|
regexp_parser (2.1.1)
|
39
|
-
rexml (3.2.
|
39
|
+
rexml (3.2.5)
|
40
40
|
rspec (3.10.0)
|
41
41
|
rspec-core (~> 3.10.0)
|
42
42
|
rspec-expectations (~> 3.10.0)
|
@@ -59,8 +59,8 @@ GEM
|
|
59
59
|
rubocop-ast (>= 1.2.0, < 2.0)
|
60
60
|
ruby-progressbar (~> 1.7)
|
61
61
|
unicode-display_width (>= 1.4.0, < 3.0)
|
62
|
-
rubocop-ast (1.
|
63
|
-
parser (>=
|
62
|
+
rubocop-ast (1.7.0)
|
63
|
+
parser (>= 3.0.1.1)
|
64
64
|
rubocop-config-umbrellio (1.11.0.40)
|
65
65
|
rubocop (= 1.11.0)
|
66
66
|
rubocop-performance (= 1.10.0)
|
@@ -83,14 +83,14 @@ GEM
|
|
83
83
|
rubocop-sequel (0.2.0)
|
84
84
|
rubocop (~> 1.0)
|
85
85
|
ruby-progressbar (1.11.0)
|
86
|
-
sequel (5.
|
86
|
+
sequel (5.45.0)
|
87
87
|
simplecov (0.21.2)
|
88
88
|
docile (~> 1.1)
|
89
89
|
simplecov-html (~> 0.11)
|
90
90
|
simplecov_json_formatter (~> 0.1)
|
91
91
|
simplecov-html (0.12.3)
|
92
92
|
simplecov-lcov (0.8.0)
|
93
|
-
simplecov_json_formatter (0.1.
|
93
|
+
simplecov_json_formatter (0.1.3)
|
94
94
|
symbiont-ruby (0.6.0)
|
95
95
|
tzinfo (2.0.4)
|
96
96
|
concurrent-ruby (~> 1.0)
|
@@ -113,4 +113,4 @@ DEPENDENCIES
|
|
113
113
|
umbrellio-sequel-plugins!
|
114
114
|
|
115
115
|
BUNDLED WITH
|
116
|
-
2.2.
|
116
|
+
2.2.17
|
@@ -5,10 +5,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
gem_version = "0.5.1"
|
8
|
-
release_version = "#{gem_version}.#{ENV["GITHUB_RUN_NUMBER"]}" if ENV["
|
8
|
+
release_version = "#{gem_version}.#{ENV["GITHUB_RUN_NUMBER"]}" if ENV["PUBLISH_JOB"]
|
9
9
|
|
10
10
|
spec.name = "umbrellio-sequel-plugins"
|
11
|
-
spec.version =
|
11
|
+
spec.version = release_version || gem_version
|
12
12
|
spec.required_ruby_version = ">= 2.4"
|
13
13
|
|
14
14
|
spec.authors = ["nulldef"]
|