lopata 0.1.31 → 0.1.32

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
  SHA256:
3
- metadata.gz: bd10597360d256e8248ba8899505bb816253d71168673eb307d7fa36755746dd
4
- data.tar.gz: 44b27e90f46875960b284b5375b38025ed6eebf763840db706fac0d88c336d2d
3
+ metadata.gz: 2bd65cdcc3cfefa3e3b34ac54b2205b7deebd8efb02d5fd938fcf5eb69c87cc2
4
+ data.tar.gz: 1b1741a5eb03e2a1aa42a73d3d217779667e67c3d2f6c2654bfb0f3782ccc0a8
5
5
  SHA512:
6
- metadata.gz: bb233b912d322c8ac39f61afb51fa2401bf5cfd8d50c09fee0680044698287693096daf58f6301d32063ca1a213e4600e972d8a61bafcf4c4b08e24f0043c45c
7
- data.tar.gz: 466c0fd57affc0d748932d632d36c0c7728dfadd228ccf599db581d52f25be9672f6e3f27b918899206c01a5fd564f30aa40e8ed19d1c69a532e07e10f794da3
6
+ metadata.gz: fc5b728dbf7ff3567067cafe92e205cc8440e4af7f258fa0f5d9f0a313103c49e31f3b4bfb8da9e6b628ab3fcd113d20c3bf8b0c92b3269aebeaef6fc977a865
7
+ data.tar.gz: 9baa87de542f3af6e69dbd9775e578107110edb54b0e2fa8f7b6144d192ad0bc848bebac3a81a0ae99a8125ab58d54137b84124db36a04e243d4a0fef5dc9e21
@@ -18,7 +18,7 @@ module Lopata
18
18
  require 'yaml'
19
19
  @config = {}
20
20
  config_filename = "./config/environments/#{Lopata.configuration.env}.yml"
21
- @config = YAML::load(File.open(config_filename)) if File.exists?(config_filename)
21
+ @config = YAML::load(File.open(config_filename)) if File.exist?(config_filename)
22
22
  end
23
23
 
24
24
  # Access to environment settings
@@ -33,4 +33,4 @@ module Lopata
33
33
  end
34
34
  end
35
35
  end
36
- end
36
+ end
data/lib/lopata/runner.rb CHANGED
@@ -107,6 +107,6 @@ module Lopata
107
107
  end
108
108
 
109
109
  unless ARGV.first == 'new'
110
- eval File.binread('./Lopatafile') if File.exists?('./Lopatafile')
110
+ eval File.binread('./Lopatafile') if File.exist?('./Lopatafile')
111
111
  end
112
112
 
@@ -1,6 +1,6 @@
1
1
  module Lopata
2
2
  # @private
3
3
  module Version
4
- STRING = '0.1.31'
4
+ STRING = '0.1.32'
5
5
  end
6
6
  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.1.31
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Volochnev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-28 00:00:00.000000000 Z
11
+ date: 2024-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -138,5 +138,5 @@ requirements: []
138
138
  rubygems_version: 3.2.15
139
139
  signing_key:
140
140
  specification_version: 4
141
- summary: lopata-0.1.31
141
+ summary: lopata-0.1.32
142
142
  test_files: []