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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1a7cd53343b6eb12ea585524362dc60be3c0d2a5
4
- data.tar.gz: 04d96ff855e00b290e748324eff03a7a596bea8f
2
+ SHA256:
3
+ metadata.gz: cefa568f1f3a6f64ec1c16833160a4ab85d71ad2cc52e783758d9b8b23f98cb9
4
+ data.tar.gz: 4f1815f35e28a390e0dfd10f95afbe6b734deea06b16bf37d98887e33f7bd362
5
5
  SHA512:
6
- metadata.gz: c9624f8d6e81d35f9df063059aafaba5779cc607fd9fc45d1a785818b61159bf7776752ef8ee5b29da4d73a5d9748c8ad2bd091e5fe049469fe6c0c8cfaf6593
7
- data.tar.gz: beb7c4864b7c32b52de9c57cf732adcff5375c5833f6988c34603d9ea367ee43d88990bc36021c25abfd0a09c2dbf6cc1c6cd329a8b68606df608cecc8de3322
6
+ metadata.gz: d1fe55195e6be1de28be10e274916ec6b00a903f9608337fd3b614b3e7e97e0c55eb76f7a78fdf90e0a93c7aa5d414cf316210cb087d32a8675edace43433519
7
+ data.tar.gz: f77eb28b1be3db1982cd42e3fddebbae4aa1cfa2f06ecf88795e6ab13ac1c444561b5b983130308df98e11e70cb1f23cd37c3869ea21b797d7d83344965ee68e
@@ -1,5 +1,9 @@
1
1
  # master
2
2
 
3
+ # Version 3.1.2
4
+
5
+ * Fix a bug when `.env` is a directory (thanks to [@xijo](https://github.com/xijo) for [reporting it](https://github.com/Locale/localeapp/pull/262))
6
+
3
7
  # Version 3.1.1
4
8
 
5
9
  * Remove I18n Hash#deep_merge! usage
@@ -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.exist?('.env') && IO.read('.env') =~ /^LOCALEAPP_API_KEY=(\w+)$/
37
+ elsif File.file?('.env') && IO.read('.env') =~ /^LOCALEAPP_API_KEY=(\w+)$/
38
38
  $1
39
39
  else
40
40
  nil
@@ -1,3 +1,3 @@
1
1
  module Localeapp
2
- VERSION = "3.1.1"
2
+ VERSION = "3.1.2"
3
3
  end
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.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-01-11 00:00:00.000000000 Z
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.14
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: