flammarion_rails 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 15b049f24031e2e3e71153cda4147b1be067f5ea
4
- data.tar.gz: 3460d2ad8b75e0e703051c139f64c1510b16eb31
3
+ metadata.gz: 73580e3f86164d7cc18f4f18f874003cc7c9cb11
4
+ data.tar.gz: f0f2cc5c83e405301e5a8ffb1c7f6311a6ab2e76
5
5
  SHA512:
6
- metadata.gz: 1c2bf646bd1b800663e7dc1f6f8fdf593c2bc0f11c8a6476197aa2a8d4743726ca84dfe30d196597346b0b77bcf1188d944818106f7eb23fb6efca211a0cf2eb
7
- data.tar.gz: 60cc6d0246ce2b48aee1f7de42987526fa907a41919c8869b554b922dea87b20e449d8b5a7db6f038bd1fa01bb8f499cd565e4f3ff9fafe3fbf31ecacb598c60
6
+ metadata.gz: 9dd16a6a35781d39da7c690e6913a79d40244d70907ec961405a7016622f30678108bfb71d9812a2bd6085549121926a163a280343adac84ddc526ada01d8ae8
7
+ data.tar.gz: 27793f49d21470050e375add3ef2689c67a4097c5541d942e97df9cbbb6f7c62211e2f0b6799124fa08958e72a8dce1661374fc0f667498476431e5931721898
@@ -50,6 +50,7 @@ module Flammarion
50
50
  filename = headers['Content-Disposition'].sub(/.*filename=/, '').gsub(/(^"|"$)/, '')
51
51
  render(action: 'file', name: filename)
52
52
  render(response.body)
53
+ GC.start
53
54
  else
54
55
  render(action: action, body: response.body)
55
56
  end
@@ -1,3 +1,3 @@
1
1
  module FlammarionRails
2
- VERSION = '0.2.9'
2
+ VERSION = '0.2.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flammarion_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrice Lebel