yaml-translator 0.2.0 → 0.2.1
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/Gemfile.lock +1 -1
- data/lib/yaml-translator/version.rb +1 -1
- data/yaml-translator.gemspec +2 -2
- 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: ffe3f59c087dcef0b5973e28a73c828e4974229d
|
|
4
|
+
data.tar.gz: f0ee54165cc8c72e25d514582df7fc9277e22f9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60de15923463ac663d6c0ff759b08833c73d1dae9463f3ac2705e99347ac4cc3cfbd51420feafc87457aee728e0d4b893bca21910b6a25da3ae3772b42661719
|
|
7
|
+
data.tar.gz: 603a03aae6f2b64d28e51d554bb755cf719dc220967bef487457925d503b5625adba5179a8cba1610c1cfa61661a64671579677909f009f0cf87cb2563189832
|
data/Gemfile.lock
CHANGED
data/yaml-translator.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = YamlTranslator::VERSION
|
|
9
9
|
spec.authors = ['Noritaka Horio']
|
|
10
10
|
spec.email = ['holy.shared.design@gmail.com']
|
|
11
|
-
spec.summary =
|
|
12
|
-
spec.description =
|
|
11
|
+
spec.summary = %q{Translate for the locales configuration file}
|
|
12
|
+
spec.description = %q{Translate for the locales configuration file}
|
|
13
13
|
spec.homepage = 'https://github.com/holyshared/yaml-translator'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yaml-translator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Noritaka Horio
|
|
@@ -122,7 +122,7 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
description:
|
|
125
|
+
description: Translate for the locales configuration file
|
|
126
126
|
email:
|
|
127
127
|
- holy.shared.design@gmail.com
|
|
128
128
|
executables: []
|
|
@@ -180,7 +180,7 @@ rubyforge_project:
|
|
|
180
180
|
rubygems_version: 2.5.2
|
|
181
181
|
signing_key:
|
|
182
182
|
specification_version: 4
|
|
183
|
-
summary:
|
|
183
|
+
summary: Translate for the locales configuration file
|
|
184
184
|
test_files:
|
|
185
185
|
- spec/fixtures/no_root.yml
|
|
186
186
|
- spec/fixtures/with_root.yml
|