dotenv-rails 3.1.3 → 3.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a0b16ffcfff0df077a2571ac67034f5618852220d0922d929b91a14b8bb896e
4
- data.tar.gz: 130eba2c5e88d93ec470d3fcff682d805c7ff7b06165cc1dfd065f2af8f79d15
3
+ metadata.gz: 2c4d023f2d544fa4337db7332134b7bd1410eaa282dc7efb4c6924b76f0ab033
4
+ data.tar.gz: 7f6d3e8f246f8b346b032f19dd0a89252d5887b09817aec8b6f9fda4448bdfd1
5
5
  SHA512:
6
- metadata.gz: 2c6d26c1cc4a721373ae39c0bc47e380a79f3d718ea6e5511a7d350e26551b59a4602548e1d8180d65563af150c3ca7a8749e225f918d231ce57ef1cb2fe7e4c
7
- data.tar.gz: 45d03123008b44dd0b5c24ed08d772bb845033a1742aa0c34198b8a5bbc13bf31908dd519dffd88c743c1aa0179feb41d227199e23dd8f37db1bf5de14f7637b
6
+ metadata.gz: 2aabb320d5ffdf7881e3ba9b57a414542bd1672b0be462c92cc6fe596d0c74770afbfb553cb04633aa8887c700553b3017afb51c3a2128c5dff135bf94dd350c
7
+ data.tar.gz: 461857cda3f2948bc1bbfe34dd1e2325a2997e86533834e627c978d927d155e8e16448d1f8a6915b1f50558e6d6aa35bb74b4389be8b2eab7d1b4e1864d004c3
data/README.md CHANGED
@@ -213,7 +213,7 @@ DATABASE_URL="postgres://$(whoami)@localhost/my_database"
213
213
 
214
214
  ### Variable Substitution
215
215
 
216
- You need to add the value of another variable in one of your variables? You can reference the variable with `${VAR}` or often just `$VAR` in unqoted or double-quoted values.
216
+ You need to add the value of another variable in one of your variables? You can reference the variable with `${VAR}` or often just `$VAR` in unquoted or double-quoted values.
217
217
 
218
218
  ```shell
219
219
  DATABASE_URL="postgres://${USER}@localhost/my_database"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dotenv-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Keepers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-17 00:00:00.000000000 Z
11
+ date: 2024-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.1.3
19
+ version: 3.1.5
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.1.3
26
+ version: 3.1.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: railties
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -66,7 +66,7 @@ homepage: https://github.com/bkeepers/dotenv
66
66
  licenses:
67
67
  - MIT
68
68
  metadata: {}
69
- post_install_message:
69
+ post_install_message:
70
70
  rdoc_options: []
71
71
  require_paths:
72
72
  - lib
@@ -81,8 +81,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 3.5.9
85
- signing_key:
84
+ rubygems_version: 3.5.22
85
+ signing_key:
86
86
  specification_version: 4
87
87
  summary: Autoload dotenv in Rails.
88
88
  test_files: []