ripl-i18n 0.2.1 → 0.2.2

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.
data/.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Gabriel Horner"]
9
9
  s.email = "gabriel.horner@gmail.com"
10
10
  s.homepage = "http://github.com/cldwalker/ripl-i18n"
11
- s.summary = "A ripl plugin que habla ta langue"
12
- s.description = "A ripl plugin that translates ripl to your preferred language."
11
+ s.summary = "A ripl plugin que habla ta langue."
12
+ s.description = "A ripl plugin that translates ripl to your preferred language. Current supported languages: spanish, chinese, german, portuguese."
13
13
  s.required_rubygems_version = ">= 1.3.6"
14
14
  s.add_dependency 'ripl', '~> 0.4.1'
15
15
  s.add_development_dependency 'bacon', '>= 1.1.0'
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.2.2
2
+ * Add portuguese
3
+
1
4
  == 0.2.1
2
5
  * Add traditional chinese
3
6
 
data/README.rdoc CHANGED
@@ -1,5 +1,6 @@
1
1
  == Description
2
- A ripl plugin that translates ripl to your preferred language.
2
+ A ripl plugin that translates ripl to your preferred language. Current supported languages:
3
+ spanish, chinese, german, portuguese.
3
4
 
4
5
  == Usage
5
6
 
@@ -0,0 +1,18 @@
1
+ ---
2
+ -f: Ignora ~/.irbrc
3
+ -F: Ignora ~/.riplrc
4
+ -d: Configura $DEBUG=true (mesmo que `ruby -d')
5
+ -I: Especifica o diretório $LOAD_PATH. Delimita com ':'
6
+ -r: Require arquivo (mesmo que `ruby -r')
7
+ -v: Mostra a versão
8
+ -h: Mostra ajuda
9
+ run_command: `%s' não e um comando de %s.
10
+ start: Argumentos não usado
11
+ load_rc: Erro ao carregar %s
12
+ parse_option: opção inválida
13
+ prompt: Erro ao criar um prompt
14
+ print_result: Erro ao imprimir resultado
15
+ usage: Uso
16
+ options: Opcoes
17
+ args: ARGUMENTOS
18
+ command: COMANDO
@@ -1,5 +1,5 @@
1
1
  module Ripl
2
2
  module I18n
3
- VERSION = '0.2.1'
3
+ VERSION = '0.2.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ripl-i18n
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.1
5
+ version: 0.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gabriel Horner
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-09 00:00:00 -04:00
13
+ date: 2011-05-10 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: "0"
47
47
  type: :development
48
48
  version_requirements: *id003
49
- description: A ripl plugin that translates ripl to your preferred language.
49
+ description: "A ripl plugin that translates ripl to your preferred language. Current supported languages: spanish, chinese, german, portuguese."
50
50
  email: gabriel.horner@gmail.com
51
51
  executables: []
52
52
 
@@ -69,6 +69,7 @@ files:
69
69
  - lib/ripl/i18n/locales/de.yml
70
70
  - lib/ripl/i18n/locales/en.yml
71
71
  - lib/ripl/i18n/locales/es.yml
72
+ - lib/ripl/i18n/locales/pt.yml
72
73
  - lib/ripl/i18n/locales/zh.yml
73
74
  - test/fixtures/.yml
74
75
  - test/fixtures/invalid_syntax.yml
@@ -100,6 +101,6 @@ rubyforge_project: tagaholic
100
101
  rubygems_version: 1.6.2
101
102
  signing_key:
102
103
  specification_version: 3
103
- summary: A ripl plugin que habla ta langue
104
+ summary: A ripl plugin que habla ta langue.
104
105
  test_files: []
105
106