wovnrb 0.1.15 → 0.1.16

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: 277cd7b348c64e875a44a92d247caa958d7b039a
4
- data.tar.gz: a823b7c601b9e8b477f010bb13f61d3bf8b886f5
3
+ metadata.gz: f79aee117adaaa2556a0c7895bb794f97b660da7
4
+ data.tar.gz: d1e364976c1c478be5e9e37f3028dfe0fbc441a4
5
5
  SHA512:
6
- metadata.gz: 2006e33724c6edbeb40637db024bec9770cbd514a2db2494254a56e41aed3cec7d9f3525a8b1b51c4887cdc46eb441925f60a085fccd006979d9b6d21e6eb13b
7
- data.tar.gz: 4b1597e668d319dc475336ca5cbfc31f1828877c10d12b0084768e81bd131983c8ea3cb74d74c5afc76d51d333656e3c5b3b13bb149f5036047bac8c35b50ab6
6
+ metadata.gz: 1f5794638fa4a93ceff7168b1c05d0795a709656d04f467b636a74211cb66c9ba4bd18a8a4805f246ede579feb617ebcb0ac1d6a20ef13bf9c0bbfd271c8fda3
7
+ data.tar.gz: e19b67d19cb6b579867067d19f540b3739d26768533a5d89737df3362d91865e799e1da34c2ec9cb2e9a8ecd374ca700f8d1b1a139be6787c94151ec163d17da
data/lib/wovnrb.rb CHANGED
@@ -46,11 +46,11 @@ module Wovnrb
46
46
  :pathname => headers.pathname
47
47
  }
48
48
  switch_lang(body, values, url, lang) unless status.to_s =~ /^1|302/
49
- Rails.logger.info(body)
50
49
  #d = Dom.new(storage.get_values, body, lang)
51
50
  end
52
51
 
53
52
  headers.out(res_headers)
53
+ res_headers['Content-Length'] = body.length
54
54
  [status, res_headers, body]
55
55
  #[status, res_headers, d.transform()]
56
56
  end
@@ -1,3 +1,3 @@
1
1
  module Wovnrb
2
- VERSION = "0.1.15"
2
+ VERSION = "0.1.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wovnrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Sandford