babel_i18n 0.0.4 → 0.0.5

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: 2eedc791d3a24620f07894313fd46690ff796e5a
4
- data.tar.gz: c269346b7a89bdb2023b7f6fae69a937957a4cc2
3
+ metadata.gz: 0b27b9aecfaa6b4b8889a5eadadf3e77de1a8c11
4
+ data.tar.gz: 105bccc7e236d6e62584d0d317a643fab3b4c34d
5
5
  SHA512:
6
- metadata.gz: 73fbe20876e9d431704628974a0b567846a7b35ba09c505558b4c99fd07b2c9964d1cbfa011cc81e7b18198e969b9eaca182be6e844abb485a84d6d6ba6f0258
7
- data.tar.gz: 944e938e598c7b116821bc868a0c99f16bafaa1f9d6ebfeec6213d1818d78c34dd17a4b86d5cbc0377071417eb86aa489f9d7636e614a651949f483425e7fa4a
6
+ metadata.gz: bb06e33fe48979bc02d288e3b799e108d486280aa76ac9f31f6379cc0858ed42d9e042ff7528f056abbeaf28d3bd107c533764966a89085ddb1fa25eb025cf5f
7
+ data.tar.gz: 31fa79f84508e91bd4741cd3373243a931b3dd94b3a26107a7005f37181af53b9bf98fb6aadb6642e3c644649e4d887ffad61da1807e10dde21577ce113a4e7e
data/babel_i18n.gemspec CHANGED
@@ -7,10 +7,11 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "babel_i18n"
8
8
  spec.version = BabelI18n::VERSION
9
9
  spec.authors = ["Gabriel Pereira"]
10
- spec.email = ["gabrielgibson@gmail.com"]
10
+ spec.email = ["gabrielpedepera@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Translate locale dictionaries to other languages using Google Translate API}
13
- spec.homepage = "https://github.com/gabrielgibson/babel_i18n"
13
+ spec.description = %q{This Ruby library allows to translate files locale dictionaries and provides methods to translate words and phrases using the Google Translate API}
14
+ spec.homepage = "https://github.com/gabrielpedepera/babel_i18n"
14
15
  spec.license = "MIT"
15
16
 
16
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module BabelI18n
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: babel_i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Pereira
@@ -94,9 +94,10 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description:
97
+ description: This Ruby library allows to translate files locale dictionaries and provides
98
+ methods to translate words and phrases using the Google Translate API
98
99
  email:
99
- - gabrielgibson@gmail.com
100
+ - gabrielpedepera@gmail.com
100
101
  executables:
101
102
  - babel_i18n
102
103
  - console
@@ -124,7 +125,7 @@ files:
124
125
  - lib/babel_i18n/version.rb
125
126
  - lib/google/api.rb
126
127
  - pt-BR.yml
127
- homepage: https://github.com/gabrielgibson/babel_i18n
128
+ homepage: https://github.com/gabrielpedepera/babel_i18n
128
129
  licenses:
129
130
  - MIT
130
131
  metadata: {}