lopata 0.0.14 → 0.0.15

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: 975f0b7e56f8afedd0b47e76c0c786c1af76d221
4
- data.tar.gz: 6054f00aa987073b132d495007aea52d02c0f732
3
+ metadata.gz: 2b0067b5742eab7448c34b716f1db223a6928e72
4
+ data.tar.gz: 3379c61e391b95c415be5df25eafae54adf6b6ae
5
5
  SHA512:
6
- metadata.gz: cdffb3a22bbbe31142e7ad288e4fbb18bbf1cba47c514faa4cc18959b09e14552c447f2069d351cd9feea30a37df5a4a37958a25aba09c38e36be21520635a50
7
- data.tar.gz: 28d78ab22a6ea9f20798bd94b061efb54ca280b955a3eccaf7f2dc59cb4011c9dd7e0bc9c94dc49aed54b076f0342f1866e5ae8d0bd8e9558eb79d61757c2415
6
+ metadata.gz: 37b97a6646174b527f5b62e4ff2140227fe8a57da199d36f06bfd8f30d45dd584640417f9225bbb00e1736711531c609df471c51a6e02dc4fc8551e974e7ff03
7
+ data.tar.gz: 8d0004668ce2c2f64f7a05b8454c244e9e283119072ece0b54a986846fe57ef7bd376096ac6d038f44a1982a48622687abaa3f63982fb13a59812758e60bd9e7
data/lib/lopata/config.rb CHANGED
@@ -2,7 +2,8 @@ module Lopata
2
2
  module Config
3
3
  extend self
4
4
 
5
- attr_accessor :build_number, :lopata_host, :lopata_code, :only_roles, :role_descriptions, :after_as, :ops
5
+ attr_accessor :build_number, :lopata_host, :lopata_code, :only_roles, :role_descriptions, :after_as,
6
+ :default_role, :ops
6
7
 
7
8
  def init(env)
8
9
  require 'yaml'
@@ -53,6 +53,7 @@ module Lopata
53
53
  application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
54
54
  application/vnd.ms-excel
55
55
  application/xml
56
+ application/json
56
57
  }.join(', ')
57
58
  profile['pdfjs.disabled'] = true
58
59
  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.14'
4
+ STRING = '0.0.15'
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.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Volochnev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-16 00:00:00.000000000 Z
11
+ date: 2018-01-09 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.5.2
87
87
  signing_key:
88
88
  specification_version: 4
89
- summary: lopata-0.0.14
89
+ summary: lopata-0.0.15
90
90
  test_files: []