i18n-tasks 0.9.9 → 0.9.10
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 +4 -4
- data/README.md +1 -1
- data/lib/i18n/tasks/console_context.rb +2 -2
- data/lib/i18n/tasks/scanners/pattern_with_scope_scanner.rb +1 -1
- data/lib/i18n/tasks/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8aaee1c5ad26d0ecf8e4b35f358ffb96092b4f58
|
|
4
|
+
data.tar.gz: 82e7baa6d2b38e4628ba7cd77b27291e7cc2f04b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 262a49e458e4bdf8e26a29acad82bb5f568b9dd6ed2c19753bdde6d228629dae539c2dcca05730b5e80a2d23a8188d5dc9197cbd8a8f4f721d0686a66dac58ea
|
|
7
|
+
data.tar.gz: 7e67b2dfb0cbe9be2445bbecb7ee2805bee09d171e50e8b05a7ba0e95f520ce08ada1c729c0e7229f82f92aa4402bb904a7f9ce140bed1b469fd6809943f819e
|
data/README.md
CHANGED
|
@@ -24,7 +24,7 @@ i18n-tasks can be used with any project using the ruby [i18n gem][i18n-gem] (def
|
|
|
24
24
|
Add i18n-tasks to the Gemfile:
|
|
25
25
|
|
|
26
26
|
```ruby
|
|
27
|
-
gem 'i18n-tasks', '~> 0.9.
|
|
27
|
+
gem 'i18n-tasks', '~> 0.9.10'
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
Copy the default [configuration file](#configuration):
|
data/lib/i18n/tasks/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: i18n-tasks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- glebm
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -353,7 +353,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
353
353
|
version: '0'
|
|
354
354
|
requirements: []
|
|
355
355
|
rubyforge_project:
|
|
356
|
-
rubygems_version: 2.6.
|
|
356
|
+
rubygems_version: 2.6.10
|
|
357
357
|
signing_key:
|
|
358
358
|
specification_version: 4
|
|
359
359
|
summary: Manage localization and translation with the awesome power of static analysis
|