rails-pg-extras-web 1.4.0 → 1.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abc008aaf05163eebc554ac1bb9eb7746f51fe83ff7557c4f924e5fc19b151ae
|
|
4
|
+
data.tar.gz: 41a7833a4550b17c93a884a9abdd17b7304822db9dc85d560469469e8728791e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0527a2d23300b0602a807e68fb2c058941051cac537f0828420a3cd8ac3a450df256c43dd52dba9e9556705015cd86833cea9e0c470866e3c9b5e5d60b51b05
|
|
7
|
+
data.tar.gz: 6dcd0d8dc82528e9eaa3afd75caec3e9642c54bb7115410982914ea313b22e37fcadec35fa44884c1c987efbb98ba1470e989c55fbe8d9e06a1168644a8f7d7d
|
|
@@ -5,7 +5,7 @@ module RailsPgExtrasWeb
|
|
|
5
5
|
layout "rails_pg_extras_web/application"
|
|
6
6
|
|
|
7
7
|
if Rails.env.production? && ENV['PG_EXTRAS_USER'].present? && ENV['PG_EXTRAS_PASSWORD'].present?
|
|
8
|
-
http_basic_authenticate_with name: ENV['PG_EXTRAS_USER'], password: ENV['
|
|
8
|
+
http_basic_authenticate_with name: ENV['PG_EXTRAS_USER'], password: ENV['PG_EXTRAS_PASSWORD']
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
protect_from_forgery with: :exception
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-pg-extras-web
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomasz Mazur
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pg
|