spob-i18n 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +67 -0
metadata ADDED
@@ -0,0 +1,67 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: spob-i18n
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.3
5
+ platform: ruby
6
+ authors:
7
+ - Sven Fuchs
8
+ - Joshua Harvey
9
+ - Matt Aimonetti
10
+ - Stephan Soller
11
+ - Saimon Moore
12
+ autorequire:
13
+ bindir: bin
14
+ cert_chain: []
15
+
16
+ date: 2009-01-09 00:00:00 -08:00
17
+ default_executable:
18
+ dependencies: []
19
+
20
+ description: Add Internationalization support to your Ruby application.
21
+ email: rails-i18n@googlegroups.com
22
+ executables: []
23
+
24
+ extensions: []
25
+
26
+ extra_rdoc_files: []
27
+
28
+ files:
29
+ - i18n.gemspec
30
+ - lib/i18n/backend/simple.rb
31
+ - lib/i18n/exceptions.rb
32
+ - lib/i18n.rb
33
+ - MIT-LICENSE
34
+ - README.textile
35
+ has_rdoc: false
36
+ homepage: http://rails-i18n.org
37
+ post_install_message:
38
+ rdoc_options: []
39
+
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: "0"
47
+ version:
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: "0"
53
+ version:
54
+ requirements: []
55
+
56
+ rubyforge_project:
57
+ rubygems_version: 1.2.0
58
+ signing_key:
59
+ specification_version: 2
60
+ summary: Internationalization support for Ruby
61
+ test_files:
62
+ - test/all.rb
63
+ - test/i18n_exceptions_test.rb
64
+ - test/i18n_test.rb
65
+ - test/locale/en.rb
66
+ - test/locale/en.yml
67
+ - test/simple_backend_test.rb