rubycom 0.4.2 → 0.4.3
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 +8 -8
- data/lib/rubycom/base_inclusion_runner.rb +1 -1
- data/lib/rubycom/version.rb +1 -1
- data/rubycom.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZDk3MzRkYThmNGY4N2MzMTI2YWRjZjY1MjAzMmIzMjZiYzJmMmY1OA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2JkZTBkNDQyYzI3ZDk0N2VmODNlNzRjYWJjMWQzOTQ1MTg0NTU0Ng==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjE5NzRkYmJmNzk0ZmE4M2I3MzY4NTE2OGUyZTg4YmFhY2NjMzljOTNlZjFl
|
|
10
|
+
ZWRjNjNkZjNlNGMzMWZiNjJlYWE1M2NiZGUxYzE5YjU5NzUzZTUwNGNiZGM2
|
|
11
|
+
NjNlZTBkNDVmM2NmZWFjYjAzMjNiZjhhNDk5NzU1ODRjNWU5N2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YThiNjU5NmJhNTkzN2IzZjI1Y2JhNTRkNjZlOGJhZTg1OGUwMjliNmFlMWRi
|
|
14
|
+
YjA1YmViYTFhYTNiYmUwMDc0Mzk3NTJkYmJhMDcwODQxYjA0MTIxOTk1M2Vk
|
|
15
|
+
MGUzZDE4N2E3MTBiNzdkMzFmYjFjZTBjYjNhNjE1Y2JlNjg5MWM=
|
|
@@ -4,7 +4,7 @@ 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]
|
|
7
|
+
# @param [Array] caller the 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
9
|
# @param [Method|Proc] run_fn to be run if run criteria are satisfied
|
|
10
10
|
# @param [Module] base the base Module to test against and to send to the run_fn
|
data/lib/rubycom/version.rb
CHANGED
data/rubycom.gemspec
CHANGED
|
@@ -17,8 +17,8 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
|
|
18
18
|
spec.add_development_dependency 'bundler'
|
|
19
19
|
spec.add_development_dependency 'test-unit'
|
|
20
|
-
spec.add_development_dependency 'yard'
|
|
21
20
|
spec.add_development_dependency 'rake'
|
|
21
|
+
spec.add_dependency 'yard'
|
|
22
22
|
spec.add_dependency 'method_source'
|
|
23
23
|
spec.add_dependency 'parslet'
|
|
24
24
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubycom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danny Purcell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
|
-
name:
|
|
42
|
+
name: rake
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - ! '>='
|
|
@@ -53,13 +53,13 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
|
-
name:
|
|
56
|
+
name: yard
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
|
-
type: :
|
|
62
|
+
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|