torigoya_kit 0.0.7 → 0.0.8
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/torigoya_kit/ticket.rb +3 -1
- data/lib/torigoya_kit/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: 96d429d04e256d51935021f0b0b3a57b4a104855
|
|
4
|
+
data.tar.gz: cdf529ceb7f90bc719a57218e8e0b2ae61343875
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2968853d435ec8dc14721c6c79d5247dfff485743ae63312b7f5b35c3ea8cf7f4bc9d7068d7291b20649d193c2c52c799d310e5e22546ef2dac11a1c1161c7ff
|
|
7
|
+
data.tar.gz: 6f73a01faf6679d04b108bb90018f282f623db68ebbc61321334471226bef94ae936c2855b9a8da87b292a6c00ed83324effee68097521dc9544d32a19aa8ccc
|
data/lib/torigoya_kit/ticket.rb
CHANGED
|
@@ -297,7 +297,9 @@ module TorigoyaKit
|
|
|
297
297
|
@source_codes.each do |e|
|
|
298
298
|
raise InvalidFormatError.new("type of element of source_codes must be SourceData") unless e.is_a?(SourceData)
|
|
299
299
|
end
|
|
300
|
-
|
|
300
|
+
unless @build_inst.nil?
|
|
301
|
+
raise InvalidFormatError.new("type of build_inst must be BuildInstruction") unless @build_inst.is_a?(BuildInstruction)
|
|
302
|
+
end
|
|
301
303
|
raise InvalidFormatError.new("type of run_inst must be RunInstruction") unless @run_inst.is_a?(RunInstruction)
|
|
302
304
|
end
|
|
303
305
|
end
|
data/lib/torigoya_kit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: torigoya_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- yutopp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-07-
|
|
11
|
+
date: 2014-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|