chris_lib 2.1.5 → 2.1.6

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: 7363625277366892ac34f44a540f73133d39fc751ed3c8fc3d3db1aebd20d7c4
4
- data.tar.gz: 8202573cdead99159f47d5aee188db142e829823a90e807c997136e47382556e
3
+ metadata.gz: 3cb07cbe06e12fbb8979dde3d46276aa0481daab6a1a61aff5ba7a3296193a53
4
+ data.tar.gz: 870757397f15671cbbe3ef4905ab098e110c988a3ebef3bd6d336efed6b81fbc
5
5
  SHA512:
6
- metadata.gz: 3b46ee10594ed14c5cd577e37286b1876817794351ea470111116ecd50a6b886ad859d5b9ce80c53814d385d9cf2339ae1f2c1bb8fb69e0d6cdc1ab013527907
7
- data.tar.gz: ab3b1c7ad8fbf2c835336522b69a3c3d94cf7801825fe6484adedaf791cd1c8e6855a081b8b6e3dc6c76fecf373efcd993548a263c55cd6aa2e3e0f19cb80c7d
6
+ metadata.gz: 87e1dbc1fe073d2be18e03c4d1dea303efd92cfc1896ab6d02a5dd556fa69a6a6b687eb476fcc86d8112c3ea9e3e0de9796bf2ff33a507c2832bdbca0e9a8018
7
+ data.tar.gz: b53674dff3fa9ea7c9543cbffe0cc071dd9537f603b0dba4a0065e1e3718ae7bb9652ff29429240b2c473dd67b2c3b12c55d9484aff31e99ba4219dec38f5813
@@ -81,11 +81,14 @@ module ShellMethods
81
81
  time.day.to_s + time.month.to_s + time.year.to_s + '-' + time.hour.to_s + time.min.to_s
82
82
  end
83
83
 
84
+ # change in response to
85
+ #[DEPRECATED] `Bundler.with_clean_env` has been deprecated in favor of `Bundler.with_unbundled_env`. If you instead want the environment before bundler was originally loaded, use `Bundler.with_original_env`
86
+ # remove this comment when clear that this works.
84
87
  def same_db_version(remote: nil)
85
88
  destination = (remote.nil? ? nil : "--remote #{remote}")
86
89
  lv = `rake db:version`
87
90
  puts 'Local version: ', lv
88
- hv = Bundler.with_clean_env {
91
+ hv = Bundler.with_unbundled_env{
89
92
  `heroku run rake db:version #{destination}`
90
93
  }
91
94
  puts hv
@@ -1,3 +1,3 @@
1
1
  module ChrisLib
2
- VERSION = '2.1.5'
2
+ VERSION = '2.1.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chris_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-06 00:00:00.000000000 Z
11
+ date: 2022-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv