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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDYyODg5YzNmNWY2MDQwMTM4MmQzN2I5OTU2NzA2YTE5ZTllODQwNg==
4
+ ZDk3MzRkYThmNGY4N2MzMTI2YWRjZjY1MjAzMmIzMjZiYzJmMmY1OA==
5
5
  data.tar.gz: !binary |-
6
- YTk1MDE4MTIzMGMxYWM4Zjg0ZjEyNDU5NzU0NzBmMDVjNDRmYTg1MA==
6
+ M2JkZTBkNDQyYzI3ZDk0N2VmODNlNzRjYWJjMWQzOTQ1MTg0NTU0Ng==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZmM4MTEzYjhiN2U1MDczODBjYmFhODRkOWZlNzRiOWUyZmFiZjkzMzZmZmE4
10
- NmFkNmE1YTI5M2VjOWZmOTZiOGIxOTZiYTRlZjEwNTM4OWQ0NWIwYTQyODZi
11
- M2Q5ZTY2NDk1MGQwOTkyYWVhYTBhYTNlYzlkZDc1MGUxNDVjNTk=
9
+ ZjE5NzRkYmJmNzk0ZmE4M2I3MzY4NTE2OGUyZTg4YmFhY2NjMzljOTNlZjFl
10
+ ZWRjNjNkZjNlNGMzMWZiNjJlYWE1M2NiZGUxYzE5YjU5NzUzZTUwNGNiZGM2
11
+ NjNlZTBkNDVmM2NmZWFjYjAzMjNiZjhhNDk5NzU1ODRjNWU5N2U=
12
12
  data.tar.gz: !binary |-
13
- ZmMzNzA1YjNjMDEyN2MyN2I5ZjQxYzExYmFkMjAyNjBiNDdlM2E3YzNkNzY4
14
- YjQxM2Y5MGVhOGVkZjk4YjQ5ZDk5MjM1MTM1ZjI3MjBiOGY3OTQ3ZjE4ZjIw
15
- Yjc1NGNjNzBmNWQ4ZTg5YTdlNGQ4NmMyNTlkODk5MzNiMDVjNDY=
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] callerthe result from Kernel.caller as called from an included module within base
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
@@ -1,3 +1,3 @@
1
1
  module Rubycom
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
@@ -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.2
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: 2013-11-23 00:00:00.000000000 Z
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: yard
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: rake
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: :development
62
+ type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements: