mruby_utils 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 +4 -4
- data/lib/mruby_utils/build_helpers.rb +1 -11
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d21de9bf721f644f3517c826cd5511980800072724c27b063305fd232177a31f
|
4
|
+
data.tar.gz: 577c955a4d7cadaef25f56ff4c73442072c0bbfc7f8ed916c12d96b56f57c7aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8c2db10b0316cdbcfe588dbe0d3548624336b9f4703b384056d561904571153470173e3917a430e43c6c00a77f7fa83b97bd0cb000dde612016af8055f48884
|
7
|
+
data.tar.gz: a495d08bca61fe1390c97563bbb6dc1b1b4c86cbc06f07dff8f81461932f3e8348df2ae99496052f7c6f63d818dcd440cc5e778dca73c5c543c26babdb456111
|
@@ -83,17 +83,7 @@ module MRuby
|
|
83
83
|
cc.defines += %w[LIBSSH2DEBUG MRB_SSH_DEBUG] if debug
|
84
84
|
end
|
85
85
|
|
86
|
-
|
87
|
-
end
|
88
|
-
|
89
|
-
# Override the github repo from where to download the libssh2 source code.
|
90
|
-
#
|
91
|
-
# @param [ String ] github A format like "account/repo#branch"
|
92
|
-
#
|
93
|
-
# @return [ Void ]
|
94
|
-
def libssh2_source=(github)
|
95
|
-
require File.join(gem_clone_dir, 'mruby-ssh/lib/ssh/downloader')
|
96
|
-
SSH::Downloader.add_source :libssh2, github: github
|
86
|
+
ENV['LIBSSH2_SOURCE'] = source if source
|
97
87
|
end
|
98
88
|
end
|
99
89
|
end
|