ydim 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c254440df78cdec7a937bf535dac4ed7be344eb1256460fd11deb92fb03122ec
4
- data.tar.gz: 1c1ed4f8b067219ffa102b22c9024d36e9cfff911398e16d3a63f1058b840a89
3
+ metadata.gz: 669770fe5a8004f1698fa1c421d49d4f35a414d5159f1c1732b82c16fffa9452
4
+ data.tar.gz: 8e764d6b080742a06c580cca2533a2c8f6df9498b86e69382ce435aee662996a
5
5
  SHA512:
6
- metadata.gz: 148cb4f4583c6e89223ab142c5c44d079700b5101cb6bb4a7c80e903e4e49b32d2e1196d3572a4eded8b4cc33b02b2613ff5ca5dcbd0c4a5a9f50aefa79867b0
7
- data.tar.gz: 9c7ac52fcf3b6b24818a328a31d3e9838fcae5ee748065710ef9d21bb1cc03c7b6a93ec1d1c20e6ad5f78abfa3e93bcb4ed56f861340fd9a1a6796ad6ee9c5a4
6
+ metadata.gz: ad881091d075cd0374f2b83ad2bb47d8b96e274581463bf96aa17011bb5e0ee470c267f92b9c627bc3f8a0827716ec86731adab73c101253aeac686b2ea80a29
7
+ data.tar.gz: 7bed78d992d39f73c9edeeff169ab8bee441326afaaaa19c947a844e59315e904fb81d0859e78a80a553a697e8546c822130635c1631eb3c57b3e1446b13623c
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.1.4/ 21.01.2023
2
+
3
+ * Read configuration values only from /etc/ydim
4
+
1
5
  === 1.1.1/ 23.01.2018
2
6
 
3
7
  * Update to ydbi 0.5.6 to avoid error with PGconn
@@ -7,9 +7,8 @@ require 'rclconf'
7
7
 
8
8
  module YDIM
9
9
  class Server
10
- ydim_default_dir = File.join(ENV['HOME'] ? ENV['HOME'] : '.', '.ydim')
10
+ ydim_default_dir = '/etc/ydim'
11
11
  default_config_files = [
12
- File.join(ydim_default_dir, 'ydimd.yml'),
13
12
  '/etc/ydim/ydimd.yml',
14
13
  ]
15
14
  defaults = {
data/lib/ydim/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module YDIM
2
- VERSION = '1.1.3'
2
+ VERSION = '1.1.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ydim
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masaomi Hatakeyama, Zeno R.R. Davatz, Niklaus Giger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-04 00:00:00.000000000 Z
11
+ date: 2023-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-smtp
@@ -414,7 +414,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
414
414
  - !ruby/object:Gem::Version
415
415
  version: '0'
416
416
  requirements: []
417
- rubygems_version: 3.4.1
417
+ rubygems_version: 3.4.4
418
418
  signing_key:
419
419
  specification_version: 4
420
420
  summary: ywesee distributed invoice manager