tumugi 0.4.4 → 0.4.5

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3bc506113378a637136e4d843c2e68ba431b376d
4
- data.tar.gz: 687bdb67a1ef02fafde28ea6ec6f4f44775d0d70
3
+ metadata.gz: 0401e82dd964164b72103fcdc046740d4ed0049e
4
+ data.tar.gz: 1780fc9614fad219020465cd32bbabaa312a0d31
5
5
  SHA512:
6
- metadata.gz: 860c86e2db4f799c7894aff42d70389b6c686cf380cf948c1af6c500665ea0cf62a7b6a53ad8234f7be5c398d92c1d8a003fabbfc76286199e1927621bc99ab0
7
- data.tar.gz: fcd0ae11f13f83c39c0a35d98235c4b995fa3991c3575e7e0e685331d05af6c2d2c964d02476dbe84bd447e6fa19c23c5e1b03ecc9ab08f768097316c3c4b1e7
6
+ metadata.gz: 4214e314d0b2773ad288fb021ba849af087710b4c93d7a66c82fcad5146cfe40e91776bec27008093607cc109575d48ffdf66e9b4a092b90dd29f448b17c7937
7
+ data.tar.gz: 3caae1f9cacfc89e6a1714aca555321718143aebefc65ed37ae09269a7decc8fdcbdc97f83c3e24f3a20dff60bdd118cddab10d07a9314fe65f431b78fa950a8
@@ -1,12 +1,23 @@
1
1
  # Change Log
2
2
 
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)
3
+ ## [0.4.5](https://github.com/tumugi/tumugi/tree/0.4.5) (2016-05-16)
4
+ [Full Changelog](https://github.com/tumugi/tumugi/compare/v0.4.4...0.4.5)
5
+
6
+ **Fixed bugs:**
7
+
8
+ - Fix required parameter validation [\#49](https://github.com/tumugi/tumugi/pull/49) ([hakobera](https://github.com/hakobera))
9
+
10
+ ## [v0.4.4](https://github.com/tumugi/tumugi/tree/v0.4.4) (2016-05-13)
11
+ [Full Changelog](https://github.com/tumugi/tumugi/compare/v0.4.3...v0.4.4)
5
12
 
6
13
  **Fixed bugs:**
7
14
 
8
15
  - Fix workflow result output of parameters [\#47](https://github.com/tumugi/tumugi/pull/47) ([hakobera](https://github.com/hakobera))
9
16
 
17
+ **Merged pull requests:**
18
+
19
+ - Prepare release for v0.4.4 [\#48](https://github.com/tumugi/tumugi/pull/48) ([hakobera](https://github.com/hakobera))
20
+
10
21
  ## [v0.4.3](https://github.com/tumugi/tumugi/tree/v0.4.3) (2016-05-12)
11
22
  [Full Changelog](https://github.com/tumugi/tumugi/compare/v0.4.2...v0.4.3)
12
23
 
@@ -23,7 +23,7 @@ module Tumugi
23
23
  end
24
24
  instance_variable_set("@#{name}", param.get)
25
25
  end
26
- validate_params(params)
26
+ validate_params(proxy.params)
27
27
  configure
28
28
  end
29
29
 
@@ -1,3 +1,3 @@
1
1
  module Tumugi
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
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
4
+ version: 0.4.5
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-13 00:00:00.000000000 Z
11
+ date: 2016-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel