everythingbehind-i18n 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: everythingbehind-i18n
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
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: 2008-10-26 00:00:00 -07: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
+ - lib/i18n/test_helper.rb
34
+ - MIT-LICENSE
35
+ - README.textile
36
+ has_rdoc: false
37
+ homepage: http://rails-i18n.org
38
+ post_install_message:
39
+ rdoc_options: []
40
+
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: "0"
48
+ version:
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: "0"
54
+ version:
55
+ requirements: []
56
+
57
+ rubyforge_project:
58
+ rubygems_version: 1.2.0
59
+ signing_key:
60
+ specification_version: 2
61
+ summary: Internationalization support for Ruby
62
+ test_files:
63
+ - test/all.rb
64
+ - test/i18n_exceptions_test.rb
65
+ - test/i18n_test.rb
66
+ - test/locale/en.rb
67
+ - test/locale/en.yml
68
+ - test/simple_backend_test.rb
69
+ - test/i18n_test_helper_test.rb