1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
--- !ruby/object:Gem::Specification
name: gettext_activerecord
version: !ruby/object:Gem::Version
version: 2.1.0
platform: ruby
authors:
- Masao Mutoh
autorequire:
bindir: bin
cert_chain: []
date: 2009-11-14 00:00:00 +09:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
name: gettext
type: :runtime
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: 2.1.0
version:
- !ruby/object:Gem::Dependency
name: activerecord
type: :runtime
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: 2.3.2
version:
description: Localization support for ActiveRecord by Ruby-GetText-Package.
email: mutomasa at gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- lib/gettext_activerecord/base.rb
- lib/gettext_activerecord/i18n.rb
- lib/gettext_activerecord/schema_definitions.rb
- lib/gettext_activerecord/validations.rb
- lib/gettext_activerecord/migration.rb
- lib/gettext_activerecord/tools.rb
- lib/gettext_activerecord/version.rb
- lib/gettext_activerecord/parser.rb
- lib/gettext_activerecord.rb
- test/Rakefile
- test/helper.rb
- test/vendor/repair_helper.rb
- test/test_parser.rb
- test/db/migrate.rb
- test/db/sqlite.rb
- test/locale/ja/LC_MESSAGES/active_record.mo
- test/models/reply.rb
- test/models/user.rb
- test/models/topic.rb
- test/models/inept_wizard.rb
- test/models/wizard.rb
- test/models/book.rb
- test/models/developer.rb
- test/test_validations.rb
- test/po/ja/active_record.po
- test/po/active_record.pot
- Rakefile
- README.rdoc
- gettext_activerecord.gemspec
- ChangeLog
- data/locale/ru/LC_MESSAGES/gettext_activerecord.mo
- data/locale/el/LC_MESSAGES/gettext_activerecord.mo
- data/locale/ko/LC_MESSAGES/gettext_activerecord.mo
- data/locale/ja/LC_MESSAGES/gettext_activerecord.mo
- data/locale/sr/LC_MESSAGES/gettext_activerecord.mo
- data/locale/eo/LC_MESSAGES/gettext_activerecord.mo
- data/locale/bs/LC_MESSAGES/gettext_activerecord.mo
- data/locale/zh/LC_MESSAGES/gettext_activerecord.mo
- data/locale/vi/LC_MESSAGES/gettext_activerecord.mo
- data/locale/et/LC_MESSAGES/gettext_activerecord.mo
- data/locale/it/LC_MESSAGES/gettext_activerecord.mo
- data/locale/zh_TW/LC_MESSAGES/gettext_activerecord.mo
- data/locale/nb/LC_MESSAGES/gettext_activerecord.mo
- data/locale/ua/LC_MESSAGES/gettext_activerecord.mo
- data/locale/es/LC_MESSAGES/gettext_activerecord.mo
- data/locale/pt_BR/LC_MESSAGES/gettext_activerecord.mo
- data/locale/hr/LC_MESSAGES/gettext_activerecord.mo
- data/locale/cs/LC_MESSAGES/gettext_activerecord.mo
- data/locale/ca/LC_MESSAGES/gettext_activerecord.mo
- data/locale/hu/LC_MESSAGES/gettext_activerecord.mo
- data/locale/bg/LC_MESSAGES/gettext_activerecord.mo
- data/locale/lv/LC_MESSAGES/gettext_activerecord.mo
- data/locale/de/LC_MESSAGES/gettext_activerecord.mo
- data/locale/nl/LC_MESSAGES/gettext_activerecord.mo
- data/locale/fr/LC_MESSAGES/gettext_activerecord.mo
- COPYING
- sample/Rakefile
- sample/README.rdoc
- sample/sample.rb
- sample/book.rb
- sample/db/schema.rb
- sample/po/ja/sample_ar.po
- sample/po/sample_ar.pot
- sample/config/database.yml
- po/ru/gettext_activerecord.po
- po/el/gettext_activerecord.po
- po/ko/gettext_activerecord.po
- po/ja/gettext_activerecord.po
- po/sr/gettext_activerecord.po
- po/eo/gettext_activerecord.po
- po/bs/gettext_activerecord.po
- po/zh/gettext_activerecord.po
- po/vi/gettext_activerecord.po
- po/et/gettext_activerecord.po
- po/it/gettext_activerecord.po
- po/zh_TW/gettext_activerecord.po
- po/nb/gettext_activerecord.po
- po/ua/gettext_activerecord.po
- po/es/gettext_activerecord.po
- po/pt_BR/gettext_activerecord.po
- po/hr/gettext_activerecord.po
- po/cs/gettext_activerecord.po
- po/ca/gettext_activerecord.po
- po/hu/gettext_activerecord.po
- po/bg/gettext_activerecord.po
- po/lv/gettext_activerecord.po
- po/gettext_activerecord.pot
- po/de/gettext_activerecord.po
- po/nl/gettext_activerecord.po
- po/fr/gettext_activerecord.po
has_rdoc: true
homepage: http://gettext.rubyforge.org/
licenses: []
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
requirements: []
rubyforge_project: gettext
rubygems_version: 1.3.5
signing_key:
specification_version: 3
summary: Localization support for ActiveRecord by Ruby-GetText-Package.
test_files: []
|