airservice_build_tools 0.0.2 → 0.0.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8eb172591e24c724e6337a197da4160193a3ee40
4
- data.tar.gz: f8ffbbf546e1f95a8bc894fa4d00b02f61fb903a
3
+ metadata.gz: adea1ed03567c9a482ac46df1fcb5b7ff650feb3
4
+ data.tar.gz: 70e7c0ebf663f25a242b83f68eceaf69773ace46
5
5
  SHA512:
6
- metadata.gz: ca4212e62669a9f79b8a211653569ffa1443abe772bbff44360dcac2d8406e00446ded77488268a69e9ae738cceb6cb952bb5aee2c313e240cfabf4329789db7
7
- data.tar.gz: 6bef8d3e8539be0021f06453ebc368ee211b9c4c651974cffe551a1cc9f4ad4b358b2282391efb78513bde257dddc13401b620b184fb9136f9c1e5db03c4178d
6
+ metadata.gz: 3dd9995bdac6bed771c2d94697fccf36b30fde7a1cac949cf1aee61b2d67670b28ad7347f86de1f8b501498097e80a4e3d79d16bf1e81b45385dddbd920e1d0b
7
+ data.tar.gz: bcc9fa3bae2798a65bdffc18fba09b218f4cbccc2c1b9d6574dec1b0a5a06dfd0dbf25d363b72e667edf4f3c8ee5fecab63da17057b189fbd8099da91420896f
@@ -7,7 +7,7 @@ module AirService
7
7
  def update_plist_version(options={})
8
8
  plist_file_path = options[:file_path]
9
9
  raise 'Plist file path as file_path' unless plist_file_path
10
- raise "Plist file doesn't exists" unless File.exists?(plist_file_path)
10
+ raise "Specified file #{plist_file_path} doesn't exists" unless File.exists?(plist_file_path)
11
11
  log "Opening plist #{plist_file_path}"
12
12
  plist = Plist::parse_xml(plist_file_path)
13
13
 
@@ -1,5 +1,5 @@
1
1
  module AirService
2
2
  module BuildTools
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airservice_build_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - AirService