XCUtils 0.2.0 → 0.2.1

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: bb1a1a45c660b01ad9672329aabcf7b8ac5ff491
4
- data.tar.gz: f6e3b8f7fb21070693a6cb8d803b8bab0a19f335
3
+ metadata.gz: 98c97d05b4d1002055237d2941312b16bb6da42d
4
+ data.tar.gz: 15c202a65fea53bc00bd7a243c1c86b3c26f54fa
5
5
  SHA512:
6
- metadata.gz: 7d8c10c8ee75d7a46f19a6ce254ce1c00fe2ce01acce741c6c7e16c5bef2781baebf6c7c171cbb076238d57bf0e9d874c109600ea8737ce790e6f72f52a09c51
7
- data.tar.gz: a4b2c57213075d1a1840942ab5857fae13a88618baa613d84264225959fe85c38d893de30ef6b0fc3f6f2f149c39cdf6be3935753fbb2646bc141284c57b3567
6
+ metadata.gz: f2a59ac8590999b1971561b357fff06f519579b1d2146c3137b9199f7adf489a9c7a0613052e0e3c8c6abe8d096f714f6aebe5c0fbcdaaffe7e0b769caa08cf8
7
+ data.tar.gz: f8f73aa56ac75db63b44e4ce3cfb91ec6f582b7e73005f05687be5812328a060cbc6c917e984e38e129f83a13aa4bcc8696cff237fb60d12a2225543d52e6f4f
@@ -1,3 +1,3 @@
1
1
  module XCUtils
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -30,6 +30,8 @@ module XCUtils
30
30
  # check for configuration file
31
31
  config_path = File.join(source,".xcutils-config")
32
32
 
33
+ @options_merge = options
34
+
33
35
  if File.exists?(config_path)
34
36
  original_options = options
35
37
  say "found configuration file", nil
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: XCUtils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Müller
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-14 00:00:00.000000000 Z
12
+ date: 2015-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler