blueprint_config 1.3.0 → 1.3.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
  SHA256:
3
- metadata.gz: c15d3fbdfef9100c4ea913ea334e54121af90b9a3d1a8ebebadf058e3e6332cb
4
- data.tar.gz: 58bb317972ccb61b627973e957fc03f966d233312a45572b438e37ca61925c7f
3
+ metadata.gz: 7925233bbe03d64ea844b56e857b8c0a37470919ccd2b3d9359a136688ba23ee
4
+ data.tar.gz: c2bd4c505bb914673225cadcc616b016cc743f71481adc9aa1aef27280fdf58f
5
5
  SHA512:
6
- metadata.gz: 9fc44988632c85c5d085b86fe6409577de935c781910d754edda255948e1a340951116fd130d0313c8a2390b837e47db3def437e4210fb566c00ebde60021e86
7
- data.tar.gz: d070bfcbe59fa94f9720721c85d76b1d9074f9e55d78b6f2e1eb8164f88921c7237ee3a3d4c49327a9e5d8b596b33811e4d4c2d1bf56d74fa99ebbbe75dbbb83
6
+ metadata.gz: cb49a2651ce8a148a14c84af8af9469399c397f0d7435d1a252b0049c9be1dd8dc15c52559386fc6e0f689887227c8c845cdf2ed0c84d7997a22cab3997f39fc
7
+ data.tar.gz: 4fbf995d9c4339cbcc51c3bde1965b325256ad7468f3f2f74eb5d0c1f8c92ffcee5c7caacfa8235bc2c36b69727d29b6d486af9b4f566717f848bf871040764c
@@ -69,7 +69,6 @@ module BlueprintConfig
69
69
  unless @options[:silence_warnings]
70
70
  puts MISSING_TABLE_WARNING
71
71
  if defined?(Rails)
72
- Rails.logger.warn(e.message)
73
72
  Rails.logger.warn(MISSING_TABLE_WARNING)
74
73
  end
75
74
  end
@@ -87,7 +86,6 @@ module BlueprintConfig
87
86
  unless @options[:silence_warnings]
88
87
  puts MISSING_ATTRIBUTES_WARNING % missing
89
88
  if defined?(Rails)
90
- Rails.logger.warn(e.message)
91
89
  Rails.logger.warn(MISSING_TABLE_WARNING)
92
90
  end
93
91
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlueprintConfig
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueprint_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Elchinov