localeapp 3.1.1 → 3.1.2
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 +5 -5
- data/CHANGELOG.md +4 -0
- data/bin/localeapp +1 -1
- data/lib/localeapp/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: cefa568f1f3a6f64ec1c16833160a4ab85d71ad2cc52e783758d9b8b23f98cb9
|
|
4
|
+
data.tar.gz: 4f1815f35e28a390e0dfd10f95afbe6b734deea06b16bf37d98887e33f7bd362
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1fe55195e6be1de28be10e274916ec6b00a903f9608337fd3b614b3e7e97e0c55eb76f7a78fdf90e0a93c7aa5d414cf316210cb087d32a8675edace43433519
|
|
7
|
+
data.tar.gz: f77eb28b1be3db1982cd42e3fddebbae4aa1cfa2f06ecf88795e6ab13ac1c444561b5b983130308df98e11e70cb1f23cd37c3869ea21b797d7d83344965ee68e
|
data/CHANGELOG.md
CHANGED
data/bin/localeapp
CHANGED
|
@@ -34,7 +34,7 @@ module LocaleappGLIWrapper
|
|
|
34
34
|
global_options[:k]
|
|
35
35
|
elsif ENV['LOCALEAPP_API_KEY']
|
|
36
36
|
ENV['LOCALEAPP_API_KEY']
|
|
37
|
-
elsif File.
|
|
37
|
+
elsif File.file?('.env') && IO.read('.env') =~ /^LOCALEAPP_API_KEY=(\w+)$/
|
|
38
38
|
$1
|
|
39
39
|
else
|
|
40
40
|
nil
|
data/lib/localeapp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: localeapp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher Dell
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2019-
|
|
14
|
+
date: 2019-02-15 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: i18n
|
|
@@ -299,9 +299,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
299
299
|
version: '0'
|
|
300
300
|
requirements: []
|
|
301
301
|
rubyforge_project: localeapp
|
|
302
|
-
rubygems_version: 2.6
|
|
302
|
+
rubygems_version: 2.7.6
|
|
303
303
|
signing_key:
|
|
304
304
|
specification_version: 4
|
|
305
305
|
summary: Easy i18n translation management with localeapp.com
|
|
306
306
|
test_files: []
|
|
307
|
-
has_rdoc:
|