lopata 0.0.11 → 0.0.12

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: 56108e1ffcf22287982f8e617e9f9a27778e238c
4
- data.tar.gz: f7093a50a727e8bb0c6a740e908518bba6c09f70
3
+ metadata.gz: 6ec4aa1bccc0150d8e7a5efc60f794113d9aa24f
4
+ data.tar.gz: 76cff79433e4cf5b71c9f4d4b67ebd4c98212a47
5
5
  SHA512:
6
- metadata.gz: 5fc7790fec095b90370790fd04c8916bd64d6b13c0782caf01d25fbc0d0b9a330b0f1363db872af6992c0c7c3b094f3fc11ea1a3fb9a76dcb155bce810ec8928
7
- data.tar.gz: 9b679b7f7c0d03dd4cd13539b471954c3d9a133b72605447566b61b643ec718c96cb8d768fd14393cc77323c8067a08124ede90dfb7592f507db533155ecd4a7
6
+ metadata.gz: 16c797100f05e2fc8059c5a8f05fdf358a4ed13a470601259bdaabfe2c7a66527b2752da5f23a73d18bbcab120b8923af15af889ba57c777ba0c6aa437be81e7
7
+ data.tar.gz: 0f0e9062fc97e5dfe783db95ce892881e753c7deaf33958a67eaf21092de9eeac895476f0e1f35ddce24673b3f5574fac72f26e6736bf9ea991a2d170173b821
@@ -52,6 +52,7 @@ module Lopata
52
52
  application/x-pdf
53
53
  application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
54
54
  application/vnd.ms-excel
55
+ application/xml
55
56
  }.join(', ')
56
57
  profile['pdfjs.disabled'] = true
57
58
  profile['plugin.scan.Acrobat'] = "99.0"
@@ -1,7 +1,7 @@
1
1
  module Lopata
2
2
  module RSpec
3
3
  module Version
4
- STRING = '0.0.11'
4
+ STRING = '0.0.12'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lopata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Volochnev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-18 00:00:00.000000000 Z
11
+ date: 2016-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -86,5 +86,5 @@ rubyforge_project:
86
86
  rubygems_version: 2.2.5
87
87
  signing_key:
88
88
  specification_version: 4
89
- summary: lopata-0.0.11
89
+ summary: lopata-0.0.12
90
90
  test_files: []