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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29dfd2c22cd0ccc3623ef257fd2576372b1bdc08db61e273b6fda9da4f5832fd
4
- data.tar.gz: 8fa13ad53037035a1973403513de3508ec0f09b39517c109861a9348a8514158
3
+ metadata.gz: d21de9bf721f644f3517c826cd5511980800072724c27b063305fd232177a31f
4
+ data.tar.gz: 577c955a4d7cadaef25f56ff4c73442072c0bbfc7f8ed916c12d96b56f57c7aa
5
5
  SHA512:
6
- metadata.gz: 75ba8d9a295afced5edd21a57e5d1eb79019797b338cc8da07d97cc5f121160661da10a8a8d5b5730ed797548ad978c0ac96515deaf32faa819740669f444dcf
7
- data.tar.gz: 213d21f048b8e2fe9e459d01eb76bbc89851bc132ece81dc5a0df42fc677f7cd9a4ef9b76b939cef1396e9d8ad53c4deb7e0c42d3cad33c9ff56b30661160298
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
- self.libssh2_source = source if source
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mruby_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastián Katzer