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 +4 -4
- data/lib/spring/client/binstub.rb +4 -0
- data/lib/spring/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6898738ae2da79303abfa07cb95d6a6ac78239da408b9a569c49cf878ed22fef
|
|
4
|
+
data.tar.gz: 59dc36f7d9d5f2768b862da80666811b279c66ae1e50d7553b5a784c6e655f22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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'
|
data/lib/spring/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2020-10-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|