godmin 2.2.1 → 2.2.2

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: d659e1782cb8fbbe56b7f2b02e6d35accf718a9b86b04d26072343bc7b7d0946
4
- data.tar.gz: eed902f06dd62ed82872c938bed84e3197140aae626551794248554b2c3a7a3a
3
+ metadata.gz: 48acefb7a163b19b58779a565c05f70f21c01be49dd45ded049826a7f5f39df7
4
+ data.tar.gz: e4306796ece713a6e24eba897fc18e4ea0f24f97bea075ca5e7a883739239113
5
5
  SHA512:
6
- metadata.gz: 40496213be9caea389d129d5ee649ba2283a553e6c5a9c8f7b819f14934a38e9a2fcf257c947bd5bbc498d08edb0a229d32ad65c9332e8cd88552ed83803afeb
7
- data.tar.gz: e89991517c1dd57de145f369c23b47fda087d343932da47e2776874b1b13eb0da33594868f2adc9130c7e4d73c25d03d1484607d6d76711d5a6315bfbb0e655d
6
+ metadata.gz: 16b5838830c7ff5f6662b166023bda316ba63faf2aba9d5968152db85a92e5bbcb3cf1634bb1f9e879113ea23e49245d732af7eef58357b9f822bf7ef92dd613
7
+ data.tar.gz: e12509e0e4efa91597e6cfdc4b578253647c0a1a4a8683d6f3c9714346f0a6ab9bc26ce5d4a8d35a78f814352f0e063b0f48d24a2075785c4de6230885bd3a04
data/.travis.yml CHANGED
@@ -1,6 +1,7 @@
1
1
  bundler_args: "--without debug"
2
2
  cache: bundler
3
3
  script: bundle exec rake test
4
+ dist: focal
4
5
  rvm:
5
6
  - 2.6.7
6
7
  - 2.7.3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 2.2.2 - 2021-11-08
4
+
5
+ Fix
6
+ - Render values in columns (https://github.com/varvet/godmin/pull/263)
7
+ - Correct README to match Godmin 2 (https://github.com/varvet/godmin/pull/262)
8
+
3
9
  ### 2.2.1 - 2021-05-20
4
10
 
5
11
  Fix
data/README.md CHANGED
@@ -733,7 +733,7 @@ module Admin
733
733
  include Godmin::ApplicationController
734
734
  include Godmin::Authentication
735
735
 
736
- def authenticate_admin_user
736
+ def authenticate
737
737
  authenticate_user!
738
738
  end
739
739
 
@@ -33,7 +33,7 @@ module Godmin
33
33
  column_value = t(column_value.to_s)
34
34
  end
35
35
 
36
- column_value
36
+ return column_value
37
37
  end
38
38
  end
39
39
  end
@@ -1,3 +1,3 @@
1
1
  module Godmin
2
- VERSION = "2.2.1"
2
+ VERSION = "2.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: godmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Ljungblad
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-05-21 00:00:00.000000000 Z
13
+ date: 2021-11-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bcrypt
@@ -553,7 +553,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
553
553
  - !ruby/object:Gem::Version
554
554
  version: '0'
555
555
  requirements: []
556
- rubygems_version: 3.1.4
556
+ rubygems_version: 3.1.6
557
557
  signing_key:
558
558
  specification_version: 4
559
559
  summary: Godmin is an admin framework for Rails 5+