gemika 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: f5738e95e2a60c2d8770b3e2c9c1af954fc9907fa08052881f4907ab92ab6486
4
- data.tar.gz: d7a393eb17698030280a0de6a1f54339c58e7ed0102c622e3bcf41d84d240f3a
3
+ metadata.gz: 7e18df6a4de06811b0fb0f21378e94777dc4e25fdcaf3e9bbef1d8cc01322fd6
4
+ data.tar.gz: 1cd5ff75c0e5df66fc61b257e215a216b00ac81e5a76aa1a66e23c09fb6e11b6
5
5
  SHA512:
6
- metadata.gz: 89340ce5602cd4b6321f774f99112230954d4eaa7eabdea7e1bb5f8c3441dda4feb5db9d29b1c921a07432c98b601f843e1b813e62ff5a620c0c0f3b8b5c3935
7
- data.tar.gz: 70999ba66ef99d68eda7b1d5c800343c0c7ad2b1139386509c1d9d43f32847db50334695a1138244b2c67d573bb75470b387f8cbf979c88051bf9b0e346ff6d2
6
+ metadata.gz: 88ffc9eea84fc4406993c7286a57944a80e74d54ed97dd9783c8c3ce0163c674bc98e24bab8d5a1670c2831271f79143b2c53e584f3e1bd4e7c39256d85e84ce
7
+ data.tar.gz: 5576c0e0300b46c076feaf5e7c40cdb30f8cacf9b57611c61562f797539bda404a310147f0cadc8ea821994bc4460dd8363ca9bd76bad20b613030e1410f30ef
data/CHANGELOG.md CHANGED
@@ -7,11 +7,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
7
7
 
8
8
  ### Breaking changes
9
9
 
10
- - Remove no longer supported ruby versions (2.3.8)
10
+ ### Compatible changes
11
+
12
+ ## 0.7.1 - 2022-03-16
11
13
 
12
14
  ### Compatible changes
13
15
 
14
- - test against ActiveRecord 7.0
16
+ - Activate rubygems MFA
15
17
 
16
18
  ## 0.7.0 - 2022-01-19
17
19
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gemika (0.7.0)
4
+ gemika (0.7.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/Gemfile.5.2.pg.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gemika (0.7.0)
4
+ gemika (0.7.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gemika (0.7.0)
4
+ gemika (0.7.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/Gemfile.6.1.pg.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gemika (0.7.0)
4
+ gemika (0.7.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/Gemfile.7.0.pg.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gemika (0.7.0)
4
+ gemika (0.7.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/gemika.gemspec CHANGED
@@ -10,6 +10,12 @@ Gem::Specification.new do |s|
10
10
  s.summary = 'Helpers for testing Ruby gems'
11
11
  s.description = s.summary
12
12
  s.license = 'MIT'
13
+ s.metadata = {
14
+ 'source_code_uri' => s.homepage,
15
+ 'bug_tracker_uri' => 'https://github.com/makandra/gemika/issues',
16
+ 'changelog_uri' => 'https://github.com/makandra/gemika/blob/master/CHANGELOG.md',
17
+ 'rubygems_mfa_required' => 'true',
18
+ }
13
19
 
14
20
  s.files = `git ls-files`.split("\n").reject { |path| !File.exists?(path) || File.lstat(path).symlink? }
15
21
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n").reject { |path| !File.exists?(path) || File.lstat(path).symlink? }
@@ -1,3 +1,3 @@
1
1
  module Gemika
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: gemika
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
  - Henning Koch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-26 00:00:00.000000000 Z
11
+ date: 2022-03-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Helpers for testing Ruby gems
14
14
  email: henning.koch@makandra.de
@@ -82,7 +82,11 @@ files:
82
82
  homepage: https://github.com/makandra/gemika
83
83
  licenses:
84
84
  - MIT
85
- metadata: {}
85
+ metadata:
86
+ source_code_uri: https://github.com/makandra/gemika
87
+ bug_tracker_uri: https://github.com/makandra/gemika/issues
88
+ changelog_uri: https://github.com/makandra/gemika/blob/master/CHANGELOG.md
89
+ rubygems_mfa_required: 'true'
86
90
  post_install_message:
87
91
  rdoc_options: []
88
92
  require_paths:
@@ -98,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
102
  - !ruby/object:Gem::Version
99
103
  version: '0'
100
104
  requirements: []
101
- rubygems_version: 3.2.32
105
+ rubygems_version: 3.2.22
102
106
  signing_key:
103
107
  specification_version: 4
104
108
  summary: Helpers for testing Ruby gems