poesie 1.5.2 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/poesie +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 355c560595bbffe31daba9afaa75477a74b793155052743d04609c88ffee78ba
4
- data.tar.gz: 8ce28e1195b4a6f3de29f91e1c5021fb928dd20f8f7f66fcb0a3723e4708acab
3
+ metadata.gz: 3c509385b08468dce9ed76f431ebfc388dc2f7530564fc1efc8801d457951ba7
4
+ data.tar.gz: cc4b6081289db6896078ba0cd94ff4ce38e63aa8d6a4aa73d3d75eb2bf6f3286
5
5
  SHA512:
6
- metadata.gz: 011f0df552252405a4bbe25e9a9b919a93853f3e8b1c3c86d1f10255127b8238fe7bc49561ca13039487e1968a1f147fd75b5460db6f226ca8db06b961743e93
7
- data.tar.gz: 0ae53081589f827da5ce97eacb98ebf8b535fa0834ceb5cf0a985756ea36e069ccd7c0114564a90a5bdf54f0d08b75181bcb51a047349cc90f488097439596e2
6
+ metadata.gz: ea896ab9c5e8a9923611f592ecbcb758e0ef687c4204a00708224e5dda3947cab9f4803802238f2deb78d05ecb58b1a5d805f27fa6bd76f7f6a3da1997d77336
7
+ data.tar.gz: 3af6a55a8c2ce00722a5660d3c8a39259e29ab5156357bf96b94ee6ad0b947afdf58142c54d69a76b9a16a16bc1941c1ed39ba8cc27d0ef7e5f241fa4e551d1d
data/bin/poesie CHANGED
@@ -52,7 +52,7 @@ opts = OptionParser.new do |opts|
52
52
  options[:print_date] = true
53
53
  end
54
54
  opts.on('-s FILE', '--subst FILE', %q(Path to a YAML file listing all substitutions)) do |path|
55
- Poesie.exit_with_error("The substitutions file #{path} was not found") unless File.exists?(path)
55
+ Poesie.exit_with_error("The substitutions file #{path} was not found") unless File.exist?(path)
56
56
  begin
57
57
  subst = YAML.load_file(path)
58
58
  rescue Psych::SyntaxError => e
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Poesie
2
- VERSION = '1.5.2'
2
+ VERSION = '1.5.3'
3
3
  end
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poesie
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Halligon
8
8
  - NijiDigital
9
9
  - Anthony Faucogney
10
10
  - Matěj Kašpar Jirásek
11
- autorequire:
11
+ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2020-10-09 00:00:00.000000000 Z
14
+ date: 2024-12-03 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: net
@@ -64,7 +64,7 @@ homepage: https://github.com/NijiDigital/poesie
64
64
  licenses:
65
65
  - Apache-2.0
66
66
  metadata: {}
67
- post_install_message:
67
+ post_install_message:
68
68
  rdoc_options: []
69
69
  require_paths:
70
70
  - lib
@@ -79,8 +79,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.0.3
83
- signing_key:
82
+ rubygems_version: 3.3.26
83
+ signing_key:
84
84
  specification_version: 4
85
85
  summary: Automate and post-process the export of POEditor strings
86
86
  test_files: []