poesie 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/poesie +1 -1
- data/lib/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c509385b08468dce9ed76f431ebfc388dc2f7530564fc1efc8801d457951ba7
|
4
|
+
data.tar.gz: cc4b6081289db6896078ba0cd94ff4ce38e63aa8d6a4aa73d3d75eb2bf6f3286
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
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.
|
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:
|
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.
|
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: []
|