babel_i18n.gemspec in babel_i18n-0.0.4 vs babel_i18n.gemspec in babel_i18n-0.0.5

- old
+ new

@@ -5,13 +5,14 @@ Gem::Specification.new do |spec| spec.name = "babel_i18n" spec.version = BabelI18n::VERSION spec.authors = ["Gabriel Pereira"] - spec.email = ["gabrielgibson@gmail.com"] + spec.email = ["gabrielpedepera@gmail.com"] spec.summary = %q{Translate locale dictionaries to other languages using Google Translate API} - spec.homepage = "https://github.com/gabrielgibson/babel_i18n" + 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} + spec.homepage = "https://github.com/gabrielpedepera/babel_i18n" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"]