rubycom 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTY4ZmE3MjRkNWJlYmE4Yzg1NGYyOTE1NGNlODFhZWJmZDg5MDFmMg==
4
+ MDYyODg5YzNmNWY2MDQwMTM4MmQzN2I5OTU2NzA2YTE5ZTllODQwNg==
5
5
  data.tar.gz: !binary |-
6
- YjlmZTllNzllZjQ1MDM0ZGQwYzFlMjI2M2I3YjQxMGUwOWFkZjM2Mg==
6
+ YTk1MDE4MTIzMGMxYWM4Zjg0ZjEyNDU5NzU0NzBmMDVjNDRmYTg1MA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NDQxOGU4ZTU3ZmFhZmQ3NjA2Y2QwMjIxN2Y2NTNiZjc1NzRmYjE5ZTZjMTJj
10
- ZDVlYjVhZGFkNzBlMjMwZWI3YTkyN2QzZDUwNTY1NTNmODIwN2Y1OWQyMjI4
11
- ZDU5NzRlODk5MDc4MzI1ODk2YzZmZmUzNWI0ZTdkYWM4NjQ4MWI=
9
+ ZmM4MTEzYjhiN2U1MDczODBjYmFhODRkOWZlNzRiOWUyZmFiZjkzMzZmZmE4
10
+ NmFkNmE1YTI5M2VjOWZmOTZiOGIxOTZiYTRlZjEwNTM4OWQ0NWIwYTQyODZi
11
+ M2Q5ZTY2NDk1MGQwOTkyYWVhYTBhYTNlYzlkZDc1MGUxNDVjNTk=
12
12
  data.tar.gz: !binary |-
13
- ZDg3YTIyODAwYmFlZWFjODM0ZGI3ODNjODU5MTk5OTlkN2ZjNDMzZDFmZGNl
14
- NTVjMzIwOTVlZTBlZDBkODFjOTIyZTYxOGE0MTBmMTE2NjY4OWQ5NDYwMDg3
15
- ZmZmY2JkZjdiNjE5YzFkNmIwNjBhM2UzNGYwMzViMmM2ODg2NmU=
13
+ ZmMzNzA1YjNjMDEyN2MyN2I5ZjQxYzExYmFkMjAyNjBiNDdlM2E3YzNkNzY4
14
+ YjQxM2Y5MGVhOGVkZjk4YjQ5ZDk5MjM1MTM1ZjI3MjBiOGY3OTQ3ZjE4ZjIw
15
+ Yjc1NGNjNzBmNWQ4ZTg5YTdlNGQ4NmMyNTlkODk5MzNiMDVjNDY=
@@ -4,10 +4,10 @@ module Rubycom
4
4
  # Calls the given run_fn with the given base and args if the base was
5
5
  # run from the command line in it's home folder or from an installed gem library
6
6
  #
7
- # @param [Array] the result from Kernel.caller as called from an included module within base
7
+ # @param [Array] callerthe result from Kernel.caller as called from an included module within base
8
8
  # if the first caller entry matches $0 then the base module was executed from it's home folder
9
- # @param [Method|Proc] to be run if run criteria are satisfied
10
- # @param [Module] the base Module to test against and to send to the run_fn
9
+ # @param [Method|Proc] run_fn to be run if run criteria are satisfied
10
+ # @param [Module] base the base Module to test against and to send to the run_fn
11
11
  # @param [Array] args a String Array representing the arguments to be passed to run_fn
12
12
  # @return nil
13
13
  def self.run(caller, run_fn, base, args)
@@ -1,3 +1,3 @@
1
1
  module Rubycom
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubycom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Purcell