locum 0.1.7 → 0.1.8

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
- SHA1:
3
- metadata.gz: d3bb92c30d9aceff5e862b42eb681d38703dab9b
4
- data.tar.gz: 8d1a5e7e6d97401ad180b27f542364428ac84ab0
2
+ SHA256:
3
+ metadata.gz: 76a37f641ab8cbcea1d503bd5b278f49c700b102759a3079477137a64092c3d3
4
+ data.tar.gz: f12c3488e7fd668a42656914bef9dbec7031bdccd9ee8558ea49ebdc3b5bc12a
5
5
  SHA512:
6
- metadata.gz: 1a35844db196d8355dd1b4f5a9dc29832d5e18a33abf157d80eabacb017a4591cc8ae84db4f98ffa78c2b0cb2b7d3c944b18559301840b7fff37929004c57e6f
7
- data.tar.gz: 56a7e9385475206d571ecdddf3e81ea5f9f068add824d8035d1907d07b6dac57cd05faf71effa05ff59a17f3d43777d46cae8173ad8a438cbbd49250bd999dca
6
+ metadata.gz: b4cfed922356e8e5a4d573c0caadcf9ae3fdbc2ee38bb3489684b05f06ea92b59e9294d210e759cad3877d15346e0eb4b3be596c68b296c50e864202601121a5
7
+ data.tar.gz: e65c0d27cee3bb9c8d7db0c2176edc596fdbd6f3ebf567c70fc012dfcfb8554ad40945f0c3c7beb6b87041369956a12e126db26c3cea6bee8e16daf9d9c31842
@@ -6,7 +6,7 @@ module Locum::ConfigBuilder
6
6
  CONFIG_FILE = '.locum'.freeze
7
7
 
8
8
  def self.load
9
- YAML.load_file(CONFIG_FILE)
9
+ YAML.load_file(CONFIG_FILE, permitted_classes: [Locum::Config])
10
10
  rescue Errno::ENOENT
11
11
  raise Errno::ENOENT, 'Не найден файл конфигурации. Запустите locum init, чтобы его создать'
12
12
  end
data/lib/locum/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Locum
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasily Shmelev
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-11 00:00:00.000000000 Z
11
+ date: 2022-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '3.0'
111
- description:
111
+ description:
112
112
  email:
113
113
  - sleephunter@gmail.com
114
114
  executables:
@@ -144,7 +144,7 @@ homepage: https://github.com/locumru/locum
144
144
  licenses:
145
145
  - MIT
146
146
  metadata: {}
147
- post_install_message:
147
+ post_install_message:
148
148
  rdoc_options: []
149
149
  require_paths:
150
150
  - lib
@@ -159,9 +159,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  - !ruby/object:Gem::Version
160
160
  version: '0'
161
161
  requirements: []
162
- rubyforge_project:
163
- rubygems_version: 2.6.12
164
- signing_key:
162
+ rubygems_version: 3.3.7
163
+ signing_key:
165
164
  specification_version: 4
166
165
  summary: Locum.ru maintenance interface
167
166
  test_files: []