nrispring 2.1.2 → 2.1.3

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: 29bec9e0fe88f0c3f66fa96ef2a23782596e023ed5230bcb1184ced67b724664
4
- data.tar.gz: baa0c1eb8fdb7db52de54a6d31cd7cadee0a8eab2ebd8c82332126809bd55624
3
+ metadata.gz: 6898738ae2da79303abfa07cb95d6a6ac78239da408b9a569c49cf878ed22fef
4
+ data.tar.gz: 59dc36f7d9d5f2768b862da80666811b279c66ae1e50d7553b5a784c6e655f22
5
5
  SHA512:
6
- metadata.gz: a11de893ad4f7991fac5abdfdb97cf7629fa91004276d421f084a498eec10b4959d4a15412df21ce18e9ec8c65c9012a1d2a63ae46c0f7f1f0d23622fcc02a33
7
- data.tar.gz: aebcc99dafb017c93b56ebbfa3a856537460252330e7872d0ca7903412fdd84bd43fdeb8616bbe7ab4f383ff93f0b5743d38b1cf81a8f481081db96d1e791bca
6
+ metadata.gz: 488e4fd591d95b325cf6c1c8fc378bfafdd2ef78e7ad699cefebd88efe64228c0930ec788500fba7bd4e79b3ece8b419eae7802650ca5157d9084b97ee226862
7
+ data.tar.gz: fb5a823bd25a1c56c4bf8c3ce87a50ced2fa8f1b900e21a9f131e51372095f863f2df94dff7c8f41f08929c5b03b0e88f6227963e86486325d1d6dfd5b115376
@@ -29,6 +29,10 @@ CODE
29
29
  # This file loads Spring without using Bundler, in order to be fast.
30
30
  # It gets overwritten when you run the `spring binstub` command.
31
31
 
32
+ # our nri environment is TOO DAMN LONG.
33
+ # without this, we often get Argument List Too Long errors
34
+ ENV.reject! { |key, _| key.start_with?("NIX_") || key.start_with?("DIRENV_") || key == "PYTHONPATH" }
35
+
32
36
  unless defined?(Spring)
33
37
  require 'rubygems'
34
38
  require 'bundler'
@@ -1,3 +1,3 @@
1
1
  module Spring
2
- VERSION = "2.1.2"
2
+ VERSION = "2.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nrispring
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Leighton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-18 00:00:00.000000000 Z
11
+ date: 2020-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake