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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87f402e2c73687e9c7d96856a15b996719ac1457
4
- data.tar.gz: 4f052f264ba169fb131f21067e72a391566aa008
3
+ metadata.gz: ffe3f59c087dcef0b5973e28a73c828e4974229d
4
+ data.tar.gz: f0ee54165cc8c72e25d514582df7fc9277e22f9f
5
5
  SHA512:
6
- metadata.gz: 412b6a2821b6a5fa9dd360d0a629b42b3c595321223bcf743f5b3e0cf6efd7ed7ce9123f5c631f6cc0a9c311333863518437d49fb2f5914cea3ea3d7062509fe
7
- data.tar.gz: 066b857483e4a93d4b79490690272e01e6edb8515f0676ff791761a9e4d8883027bc64912cdc507044b7991dac81870ba655ed704f6bd95049b61d08885c27ce
6
+ metadata.gz: 60de15923463ac663d6c0ff759b08833c73d1dae9463f3ac2705e99347ac4cc3cfbd51420feafc87457aee728e0d4b893bca21910b6a25da3ae3772b42661719
7
+ data.tar.gz: 603a03aae6f2b64d28e51d554bb755cf719dc220967bef487457925d503b5625adba5179a8cba1610c1cfa61661a64671579677909f009f0cf87cb2563189832
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yaml-translator (0.2.0)
4
+ yaml-translator (0.2.1)
5
5
  easy_translate
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module YamlTranslator
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -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.0
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