runfile 0.6.1 → 0.6.2

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
  SHA1:
3
- metadata.gz: c3a9ac4d26448820b0d60e8cc43d02256de42d82
4
- data.tar.gz: 5363a4b2a3f513693178f1f2d21b8a93f4946ca2
3
+ metadata.gz: fcd488881171918b71a9b0ed134e2b9dbedf4055
4
+ data.tar.gz: 5b71cceb782e4a4a6ccd6215d5642a937bfe7da1
5
5
  SHA512:
6
- metadata.gz: 1a6cc42619f4b37c8e73df76af4dd81164e1718a37f93d3049cf4ba420aa828946bc139a5a3544e090659e48afe3cda804c1ff701555aa3ff03d3b698e6f7581
7
- data.tar.gz: eced22d6cb4bc351e0f9cf121db680a7c30b7ed90f23e12502cd71e4bfeca247641fc0425de979409b61cf2568de72eab3d4969daf0948a04547ffb1af6fa4df
6
+ metadata.gz: 27247b748385fd0ae5f76d4a3eccea430ea0eb003ecd825c41c47310147a129a4c37d5d5ecfd03d5404e4dfb4fe2ebcf241766b5ee3dc4b1083ef7a187b7d205
7
+ data.tar.gz: 4478310d2e8866423f508a8ba4ac58bf32b91150237d01b718f485556e092b709a77ebd954b9adeb3bd1c4cc4cef8d4b79375247ab14a5dfc5bde3406666d258
@@ -132,6 +132,7 @@ module Runfile
132
132
  return action if @actions.has_key? action
133
133
  end
134
134
  return :global if @actions.has_key? :global
135
+ return "#{superspace}_global".to_sym if @superspace and @actions.has_key? "#{superspace}_global".to_sym
135
136
  return false
136
137
  end
137
138
 
@@ -1,3 +1,3 @@
1
1
  module Runfile
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runfile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit