has_defaults 1.1.0 → 1.1.1

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: d3eae6f469137f2596e0037f16750876be8e3859b37ff37d1d3969edff48752c
4
- data.tar.gz: 0004d3d663f7cb8b31622886852711a574c01a0a72f95dbac530e8ea80498d20
3
+ metadata.gz: acb5aa54e082d9e9aeadd2f3ad9f4683742259aba5f6fe24eb60e153c9f5c4c2
4
+ data.tar.gz: 598cbd647639a8d8aa8a02f3d49fec91d535cb99cd01f2490f4e0af9bf265728
5
5
  SHA512:
6
- metadata.gz: 6747c2fc5b0fa501718d94838b7e098304ce4399ee4e998f5cd758920121e16f3e31e4ff9cc9567f6acb4ee8807e017726e81df83d2d56d1addc15fdc0924c79
7
- data.tar.gz: f557ba0bb57c4612c10ffb9f66786fa00be49a5897b1dbda40615bc067abfda22b3e804cede99e447f185b11ac3aad267a4a34ef2c050087e454e19c508aa5dd
6
+ metadata.gz: a6edd0d47090c129cd0ab12a14b59ec82897d026593abdb25de133e53818d9af7eb59467f28d6099c0d4a4152b6fbb7027d22019c72475e48ce29c86790b4c36
7
+ data.tar.gz: 3a10c2d9b44a827909106f69b310991607063b1b68df9f4db583ca5947e5b815d59c53de1b513029361673bd016c40a8ff60367a873780325a30e5c2efdf3b18
data/CHANGELOG.md CHANGED
@@ -11,6 +11,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
11
11
  ### Compatible changes
12
12
 
13
13
 
14
+ ## 1.1.1 - 2022-03-09
15
+
16
+ ### Breaking changes
17
+
18
+ ### Compatible changes
19
+
20
+ * Activate Rubygems MFA
21
+
22
+
14
23
  ## 1.1.0 - 2022-01-20
15
24
 
16
25
  ### Breaking changes
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- has_defaults (1.1.0)
11
+ has_defaults (1.1.1)
12
12
  activerecord
13
13
 
14
14
  GEM
@@ -72,4 +72,4 @@ DEPENDENCIES
72
72
  rspec (~> 3.4)
73
73
 
74
74
  BUNDLED WITH
75
- 2.2.26
75
+ 2.2.32
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- has_defaults (1.1.0)
4
+ has_defaults (1.1.1)
5
5
  activerecord
6
6
 
7
7
  GEM
@@ -70,4 +70,4 @@ DEPENDENCIES
70
70
  rspec (~> 3.4)
71
71
 
72
72
  BUNDLED WITH
73
- 2.2.26
73
+ 2.2.32
data/Gemfile.4.2.pg.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- has_defaults (1.1.0)
4
+ has_defaults (1.1.1)
5
5
  activerecord
6
6
 
7
7
  GEM
@@ -70,4 +70,4 @@ DEPENDENCIES
70
70
  rspec (~> 3.4)
71
71
 
72
72
  BUNDLED WITH
73
- 2.2.26
73
+ 2.2.32
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- has_defaults (1.1.0)
4
+ has_defaults (1.1.1)
5
5
  activerecord
6
6
 
7
7
  GEM
@@ -68,4 +68,4 @@ DEPENDENCIES
68
68
  rspec (~> 3.5)
69
69
 
70
70
  BUNDLED WITH
71
- 2.2.26
71
+ 2.3.4
data/Gemfile.5.2.pg.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- has_defaults (1.1.0)
4
+ has_defaults (1.1.1)
5
5
  activerecord
6
6
 
7
7
  GEM
@@ -74,4 +74,4 @@ DEPENDENCIES
74
74
  rspec (~> 3.5)
75
75
 
76
76
  BUNDLED WITH
77
- 2.2.26
77
+ 2.3.4
data/Gemfile.6.1.pg.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- has_defaults (1.1.0)
4
+ has_defaults (1.1.1)
5
5
  activerecord
6
6
 
7
7
  GEM
@@ -72,4 +72,4 @@ DEPENDENCIES
72
72
  rspec (~> 3.5)
73
73
 
74
74
  BUNDLED WITH
75
- 2.2.26
75
+ 2.3.4
data/Gemfile.7.0.pg.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- has_defaults (1.1.0)
4
+ has_defaults (1.1.1)
5
5
  activerecord
6
6
 
7
7
  GEM
@@ -70,4 +70,4 @@ DEPENDENCIES
70
70
  rspec (~> 3.5)
71
71
 
72
72
  BUNDLED WITH
73
- 2.2.26
73
+ 2.3.4
data/README.md CHANGED
@@ -50,7 +50,7 @@ Page.has_defaults_options = {:title => "Here's your new page", :body => "Write y
50
50
 
51
51
  There are tests in `spec`. We only accept PRs with tests. To run tests:
52
52
 
53
- - Install Ruby 2.5.7
53
+ - Install Ruby 2.7.4
54
54
  - Create a local test database `has_defaults_test` in both MySQL and PostgreSQL
55
55
  - Copy `spec/support/database.sample.yml` to `spec/support/database.yml` and enter your local credentials for the test databases
56
56
  - Install development dependencies using `bundle install`
data/has_defaults.gemspec CHANGED
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.description = 'Default values for ActiveRecord models'
14
14
  spec.homepage = 'https://github.com/makandra/has_defaults'
15
15
  spec.license = 'MIT'
16
+ spec.metadata = { 'rubygems_mfa_required' => 'true' }
16
17
 
17
18
  # Specify which files should be added to the gem when it is released.
18
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,5 +1,5 @@
1
1
  module HasDefaults
2
2
 
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.1'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_defaults
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henning Koch
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-20 00:00:00.000000000 Z
11
+ date: 2022-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -61,7 +61,8 @@ files:
61
61
  homepage: https://github.com/makandra/has_defaults
62
62
  licenses:
63
63
  - MIT
64
- metadata: {}
64
+ metadata:
65
+ rubygems_mfa_required: 'true'
65
66
  post_install_message:
66
67
  rdoc_options: []
67
68
  require_paths: