db_meta 0.7.0 → 0.7.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50da1c6c39b57c147425e4983c1a43f3c7eb1e3273ad2ea7d1357e3b86092612
4
- data.tar.gz: b809cad32b8316b442ccfa6ed0dfa4d56c862ed8fced2f56a19c2e2ec7befa11
3
+ metadata.gz: ca18fcb213fa155ddad8394f2bbe8716a36a5c692bad3339d794e31621057915
4
+ data.tar.gz: 1ef39d6b703b1eaa2b7d2d927e4a6cadf5de7a473597bdee18389735d0b837b5
5
5
  SHA512:
6
- metadata.gz: 99f55bbd8d9454b0e259273a750af9a945c3a19c3a8c874d09aabfe6e5a2367e1e67f74ac33ce7b09db08aa745a022bfb67a0a88c2b6dc90376c9d35f4f8039f
7
- data.tar.gz: f904eba74c746851cb576bd71df26265e245d7128debccc3a199bb6371abbd996a4e0c1508b8760d07eaf8fa79afc92c487e99ae448e6280bf2ea33b9caeeb62
6
+ metadata.gz: 183b9bc7dfc4cba5d1c6e533974dc252e482e55293e6153a7268b37f672b35f05dd6feada52f1e89929bc890ab77366173a75eb998477f4356a79710bbe24d43
7
+ data.tar.gz: bcee67a352290dc7b071f5d6cc3df567758da8fad12817e339fc497e73151e154340c400a19cee92e2ca39c4739f781394a2fcd1b0cfa0d7b35baf8fc4f3ec24
@@ -7,3 +7,11 @@ updates:
7
7
  day: "saturday"
8
8
  time: "04:00"
9
9
  timezone: "Europe/Zurich"
10
+
11
+ - package-ecosystem: "github-actions"
12
+ directory: "/"
13
+ schedule:
14
+ interval: "weekly"
15
+ day: "saturday"
16
+ time: "04:00"
17
+ timezone: "Europe/Zurich"
@@ -28,7 +28,7 @@ jobs:
28
28
  - name: Set up Ruby
29
29
  uses: ruby/setup-ruby@v1
30
30
  with:
31
- ruby-version: '3.1'
31
+ ruby-version: '3.2'
32
32
  bundler: latest
33
33
  bundler-cache: true
34
34
  cache-version: 1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.6.6
1
+ 3.2.0
data/.tool-versions ADDED
@@ -0,0 +1 @@
1
+ ruby 3.2.0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.7.1] - 2022-12-31
2
+
3
+ ### Changed
4
+ - Update depenencies
5
+
1
6
  ## [0.7.0] - 2022-11-20
2
7
 
3
8
  ### Added
@@ -6,7 +11,6 @@
6
11
  - Use Dependabot to keep dependencies up to date
7
12
  - Use test coverage
8
13
  - Have more rspec tests
9
- - Update dependencies
10
14
 
11
15
  ### Changed
12
16
  - Remove travis integration
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- db_meta (0.7.0)
4
+ db_meta (0.7.1)
5
5
  ruby-oci8 (~> 2.2)
6
6
 
7
7
  GEM
@@ -10,9 +10,10 @@ GEM
10
10
  ast (2.4.2)
11
11
  diff-lcs (1.5.0)
12
12
  docile (1.4.0)
13
- json (2.6.2)
13
+ json (2.6.3)
14
+ language_server-protocol (3.17.0.2)
14
15
  parallel (1.22.1)
15
- parser (3.1.2.1)
16
+ parser (3.1.3.0)
16
17
  ast (~> 2.4.1)
17
18
  rainbow (3.1.1)
18
19
  rake (13.0.6)
@@ -24,14 +25,14 @@ GEM
24
25
  rspec-mocks (~> 3.12.0)
25
26
  rspec-core (3.12.0)
26
27
  rspec-support (~> 3.12.0)
27
- rspec-expectations (3.12.0)
28
+ rspec-expectations (3.12.1)
28
29
  diff-lcs (>= 1.2.0, < 2.0)
29
30
  rspec-support (~> 3.12.0)
30
- rspec-mocks (3.12.0)
31
+ rspec-mocks (3.12.1)
31
32
  diff-lcs (>= 1.2.0, < 2.0)
32
33
  rspec-support (~> 3.12.0)
33
34
  rspec-support (3.12.0)
34
- rubocop (1.39.0)
35
+ rubocop (1.40.0)
35
36
  json (~> 2.3)
36
37
  parallel (~> 1.10)
37
38
  parser (>= 3.1.2.1)
@@ -41,22 +42,23 @@ GEM
41
42
  rubocop-ast (>= 1.23.0, < 2.0)
42
43
  ruby-progressbar (~> 1.7)
43
44
  unicode-display_width (>= 1.4.0, < 3.0)
44
- rubocop-ast (1.23.0)
45
+ rubocop-ast (1.24.1)
45
46
  parser (>= 3.1.1.0)
46
- rubocop-performance (1.15.0)
47
+ rubocop-performance (1.15.1)
47
48
  rubocop (>= 1.7.0, < 2.0)
48
49
  rubocop-ast (>= 0.4.0)
49
- ruby-oci8 (2.2.11)
50
+ ruby-oci8 (2.2.12)
50
51
  ruby-progressbar (1.11.0)
51
- simplecov (0.21.2)
52
+ simplecov (0.22.0)
52
53
  docile (~> 1.1)
53
54
  simplecov-html (~> 0.11)
54
55
  simplecov_json_formatter (~> 0.1)
55
56
  simplecov-html (0.12.3)
56
57
  simplecov_json_formatter (0.1.4)
57
- standard (1.18.0)
58
- rubocop (= 1.39.0)
59
- rubocop-performance (= 1.15.0)
58
+ standard (1.20.0)
59
+ language_server-protocol (~> 3.17.0.2)
60
+ rubocop (= 1.40.0)
61
+ rubocop-performance (= 1.15.1)
60
62
  unicode-display_width (2.3.0)
61
63
 
62
64
  PLATFORMS
@@ -72,4 +74,4 @@ DEPENDENCIES
72
74
  standard (~> 1.18)
73
75
 
74
76
  BUNDLED WITH
75
- 2.3.19
77
+ 2.4.1
@@ -1,3 +1,3 @@
1
1
  module DbMeta
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db_meta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-20 00:00:00.000000000 Z
11
+ date: 2022-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -107,6 +107,7 @@ files:
107
107
  - ".gitignore"
108
108
  - ".rspec"
109
109
  - ".ruby-version"
110
+ - ".tool-versions"
110
111
  - CHANGELOG.md
111
112
  - Gemfile
112
113
  - Gemfile.lock
@@ -173,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
174
  - !ruby/object:Gem::Version
174
175
  version: '0'
175
176
  requirements: []
176
- rubygems_version: 3.3.7
177
+ rubygems_version: 3.4.1
177
178
  signing_key:
178
179
  specification_version: 4
179
180
  summary: Database meta and core data extraction