tumugi 0.4.3 → 0.4.4
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/CHANGELOG.md +13 -2
- data/lib/tumugi/command/run.rb +1 -1
- data/lib/tumugi/mixin/parameterizable.rb +3 -1
- data/lib/tumugi/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: 3bc506113378a637136e4d843c2e68ba431b376d
|
|
4
|
+
data.tar.gz: 687bdb67a1ef02fafde28ea6ec6f4f44775d0d70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 860c86e2db4f799c7894aff42d70389b6c686cf380cf948c1af6c500665ea0cf62a7b6a53ad8234f7be5c398d92c1d8a003fabbfc76286199e1927621bc99ab0
|
|
7
|
+
data.tar.gz: fcd0ae11f13f83c39c0a35d98235c4b995fa3991c3575e7e0e685331d05af6c2d2c964d02476dbe84bd447e6fa19c23c5e1b03ecc9ab08f768097316c3c4b1e7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [0.4.
|
|
4
|
-
[Full Changelog](https://github.com/tumugi/tumugi/compare/v0.4.
|
|
3
|
+
## [0.4.4](https://github.com/tumugi/tumugi/tree/0.4.4) (2016-05-13)
|
|
4
|
+
[Full Changelog](https://github.com/tumugi/tumugi/compare/v0.4.3...0.4.4)
|
|
5
|
+
|
|
6
|
+
**Fixed bugs:**
|
|
7
|
+
|
|
8
|
+
- Fix workflow result output of parameters [\#47](https://github.com/tumugi/tumugi/pull/47) ([hakobera](https://github.com/hakobera))
|
|
9
|
+
|
|
10
|
+
## [v0.4.3](https://github.com/tumugi/tumugi/tree/v0.4.3) (2016-05-12)
|
|
11
|
+
[Full Changelog](https://github.com/tumugi/tumugi/compare/v0.4.2...v0.4.3)
|
|
5
12
|
|
|
6
13
|
**Implemented enhancements:**
|
|
7
14
|
|
|
@@ -11,6 +18,10 @@
|
|
|
11
18
|
|
|
12
19
|
- Fix param\_set in subclass overrite parent class param [\#44](https://github.com/tumugi/tumugi/pull/44) ([hakobera](https://github.com/hakobera))
|
|
13
20
|
|
|
21
|
+
**Merged pull requests:**
|
|
22
|
+
|
|
23
|
+
- Prepare release for v0.4.3 [\#46](https://github.com/tumugi/tumugi/pull/46) ([hakobera](https://github.com/hakobera))
|
|
24
|
+
|
|
14
25
|
## [v0.4.2](https://github.com/tumugi/tumugi/tree/v0.4.2) (2016-05-10)
|
|
15
26
|
[Full Changelog](https://github.com/tumugi/tumugi/compare/v0.4.1...v0.4.2)
|
|
16
27
|
|
data/lib/tumugi/command/run.rb
CHANGED
data/lib/tumugi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tumugi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kazuyuki Honda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: parallel
|