iruby-dependencies 3.0.2 → 3.0.3

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: 2b29975404014c378d839ad8041853c824037dfd9df1eb3d156e68c3572d7405
4
- data.tar.gz: 8a88cd8563a1e709f7a3e471650552aafdcbb1b80d29c6be9d3ea8218f8cc497
3
+ metadata.gz: 3a9f26be7f6cea9980ff02687f9b7789d4641e71559f0a32bfb073a390541995
4
+ data.tar.gz: e404c4c83e29c18d4064950008e8e5ad613abf28a6da7d597b14f6fc9525e287
5
5
  SHA512:
6
- metadata.gz: b189de7338a4d576ee7425b5573d8e665fda57a14b9aac3ea23954b0342d36f6ebcfba14096b2240d15c12fa5925c720799f4f6762cb752d4052e0c1ec37d260
7
- data.tar.gz: 3d52f2414e53c5baad1c435d4814e679b6f4d69c5876e28384d0e3bc971bd5f1ab086cb1b1a9822dfbaa76a56fe45a6af940d1b063672e97cdf7e71c24ebba5d
6
+ metadata.gz: 5bd98b0216baa2ee3dfca076713ae2baefd3006a18f5005352c9da7794750a3a7c329d27b9d9ee819f518fa20451b5d286a4da6b4779e56dde94e0ff3b1a93ea
7
+ data.tar.gz: 56db227e28205cf522b589d2b3cf5455616c6ba1468ca0711764840ed81b234df5e9d531e4fa2ea09d270c5f8b451864ffd9406d93ab888067a82b243cf0606c
@@ -18,7 +18,9 @@ module IRuby
18
18
  end
19
19
 
20
20
  def gem name, *args
21
- send *@config[name] if @config[name]
21
+ if commands = @config[name]
22
+ commands.each {|command| send *command}
23
+ end
22
24
  end
23
25
 
24
26
  def exec string
@@ -1,5 +1,5 @@
1
1
  module IRuby
2
2
  class Dependencies
3
- VERSION = "3.0.2"
3
+ VERSION = "3.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iruby-dependencies
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle King
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-12 00:00:00.000000000 Z
11
+ date: 2021-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: iruby