fedux_org-stdlib 0.6.15 → 0.6.16
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 +4 -4
- data/lib/fedux_org_stdlib/rake/task.rb +1 -1
- data/lib/fedux_org_stdlib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2c3b71a8e3e8b1117a160973a006e0728c42e9f
|
|
4
|
+
data.tar.gz: 8cca9504a18e135aa08ea7dcadaaaeb8952b3d47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d96ccc915c05da077b091874b30445c56770f51c2d36c45760ee979f6cf3ce90308ae6e2c7d8df2b8d4f7f7fa2a18122c559ebe125715c36e0c0a75d74e9b9f0
|
|
7
|
+
data.tar.gz: f154e84f76ac77cdc29488488a5ade945746e87afb22df76e6863ce4b67cb3eeedd6c72fcf7f8533e37c7424260423dfc4dfa14a6f33b0ebb0b6a5740e8d62f8
|
|
@@ -117,7 +117,7 @@ module FeduxOrgStdlib
|
|
|
117
117
|
activate_ci_mode if activate_ci_mode?
|
|
118
118
|
|
|
119
119
|
RakeFileUtils.__send__(:verbose, verbose) do
|
|
120
|
-
|
|
120
|
+
instance_exec(*[self, task_args].slice(0, task_block.arity), &task_block) if task_block.respond_to? :call
|
|
121
121
|
run_task verbose
|
|
122
122
|
end
|
|
123
123
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fedux_org-stdlib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Meyer
|
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
version: '0'
|
|
190
190
|
requirements: []
|
|
191
191
|
rubyforge_project:
|
|
192
|
-
rubygems_version: 2.
|
|
192
|
+
rubygems_version: 2.4.1
|
|
193
193
|
signing_key:
|
|
194
194
|
specification_version: 4
|
|
195
195
|
summary: Collection of useful libraries. It maybe depend on external libraries.
|