web-connect 0.4.5 → 0.4.6

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: f63aefe6e3d4e57c35a13b8d50c498cd4f251af7
4
- data.tar.gz: cb70abe3467ee489bf9f3360575ce59304d2a420
3
+ metadata.gz: b0feeac9efadc9a0ca1e6dead9cfca72368dd954
4
+ data.tar.gz: de497a2e497e10d6384cf71ce9dfc54b1b0f0d5c
5
5
  SHA512:
6
- metadata.gz: c24950ca0f415a5281c454952ed7b16df6822af7e2a3e5b296c6db10be5b2281e7917f4e737db8759ce0852a868c6607664bdde658b7482c03b9128a58250af0
7
- data.tar.gz: 1103b12151704ba54c8e69f707d7aa5b07174e49c6abc6e92949ea5b09bbac33efc7e2c86c614cdfc3a23cbfa7f40a877631a2846d549e2f992ccacf84dd4ce3
6
+ metadata.gz: 77aba83cb8c1b87499dcb5584afb939c109d182765369d4d0d634e5af67f60916f8cfcdec7ea9a3cb8edf20d2f4023b28d2de63441411c6470d524386d1075e4
7
+ data.tar.gz: 63771c8b33ab7efb761a2c6fe5bfcc06841b2b04c014fa3d7f36eae0a2b2ff3fd41580a8a91abbec0f025799db3095f8238aba58387407b9d2cd717244420784
@@ -1,6 +1,6 @@
1
1
  module Netfira
2
2
  module WebConnect
3
- VERSION = '0.4.5'
3
+ VERSION = '0.4.6'
4
4
  PLATFORM_AND_VERSION = 'Rack/' << VERSION
5
5
  end
6
6
  end
@@ -23,6 +23,7 @@ module Netfira
23
23
  end
24
24
  @config.materialize_when_db_changed = !options[:skip_materialization]
25
25
  yield @config if block_given?
26
+ Paperclip::Attachment.default_options[:preserve_files] = paranoia?
26
27
  end
27
28
 
28
29
  def self.db_table_prefix(string = '')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neil E. Pearson