MrMurano 1.4.2 → 1.4.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: 0271003380ad3597a7b8522db408a955f9e0678f
4
- data.tar.gz: e36306d65362a9c67bca0b504713aecfa9f16a1d
3
+ metadata.gz: 86450cabd85b63dc6f6db984acddfbb1571846ae
4
+ data.tar.gz: cdc772d246ed238d2ac11018a808c1b8721fda4a
5
5
  SHA512:
6
- metadata.gz: b032e0e3f04e2c9f2b6be2cc01584bd8b93484027a6509b0bd2657b25dda5d6e13fe3bbd8f0e6ffbc6860765c4b0386201c8625f986775196cbc4141f707b24f
7
- data.tar.gz: c666e9604c69f2385d5ddea60232027a05714605b5ffa0900783c9f53b7a601fc617e2b4f788ed8af91b3f8fac06c92dae1a85b083c21b9f7f6aad434ed3e92b
6
+ metadata.gz: ac4278c5d0dbad4af322d9d37c416f989610fc4bde3ee9d634698bbd91101a65a9cea12383d0bcca9689f6e6f73d63c00c5bd6a515f17472b47e7eaa63e7214c
7
+ data.tar.gz: fcc89fbf8ea4f675b670960bfc39cb6b65cee7ec87fffddede8e72a160cab14d2ba775a516e47491c437c86f36d9971326e70195a19b8b8f2f87bdfe53adfb8e
@@ -110,7 +110,7 @@ command 'config import' do |c|
110
110
  end
111
111
 
112
112
  $cfg.set('solution.id', ss['solution_id']) if ss.has_key? 'solution_id'
113
- $cfg.set('solution.id', ss['product_id']) if ss.has_key? 'product_id'
113
+ $cfg.set('product.id', ss['product_id']) if ss.has_key? 'product_id'
114
114
  end
115
115
  end
116
116
 
@@ -1,4 +1,4 @@
1
1
  module MrMurano
2
- VERSION = '1.4.2'.freeze
2
+ VERSION = '1.4.3'.freeze
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: MrMurano
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Conrad Tadpol Tilstra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-22 00:00:00.000000000 Z
11
+ date: 2016-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander