# -*- encoding: utf-8 -*- # stub: lastobelus-merb_global 0.0.10 ruby lib Gem::Specification.new do |s| s.name = "lastobelus-merb_global".freeze s.version = "0.0.10".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alex Coles".freeze, "Maciej Piechotka".freeze, "Michael Johnston".freeze] s.autorequire = "merb_global".freeze s.date = "2009-04-08" s.description = "Localization (L10n) and Internationalization (i18n) support for the Merb MVC Framework".freeze s.email = "merb_global@googlegroups.com".freeze s.extra_rdoc_files = ["README".freeze, "LICENSE".freeze, "TODO".freeze, "HISTORY".freeze] s.files = ["HISTORY".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "activerecord_generators/translations_migration".freeze, "activerecord_generators/translations_migration/USAGE".freeze, "activerecord_generators/translations_migration/templates".freeze, "activerecord_generators/translations_migration/templates/translations_migration.erb".freeze, "activerecord_generators/translations_migration/translations_migration_generator.rb".freeze, "examples/active_record_example".freeze, "examples/active_record_example/README.txt".freeze, "examples/active_record_example/application.rb".freeze, "examples/active_record_example/config".freeze, "examples/active_record_example/config/database.yml".freeze, "examples/active_record_example/config/framework.rb".freeze, "examples/active_record_example/config/init.rb".freeze, "examples/active_record_example/config/plugins.yml".freeze, "examples/data_mapper_example".freeze, "examples/data_mapper_example/README.txt".freeze, "examples/data_mapper_example/application.rb".freeze, "examples/data_mapper_example/config".freeze, "examples/data_mapper_example/config/database.yml".freeze, "examples/data_mapper_example/config/framework.rb".freeze, "examples/data_mapper_example/config/init.rb".freeze, "examples/data_mapper_example/config/plugins.yml".freeze, "examples/database.sql".freeze, "examples/gettext_example".freeze, "examples/gettext_example/README.txt".freeze, "examples/gettext_example/application.rb".freeze, "examples/gettext_example/config".freeze, "examples/gettext_example/config/framework.rb".freeze, "examples/gettext_example/config/init.rb".freeze, "examples/gettext_example/config/plugins.yml".freeze, "examples/gettext_example/locale".freeze, "examples/gettext_example/locale/merbapp.pot".freeze, "examples/gettext_example/locale/pl".freeze, "examples/gettext_example/locale/pl.po".freeze, "examples/gettext_example/locale/pl/LC_MESSAGES".freeze, "examples/gettext_example/locale/pl/LC_MESSAGES/merbapp.mo".freeze, "examples/mock_example".freeze, "examples/mock_example/README.txt".freeze, "examples/mock_example/application.rb".freeze, "examples/mock_example/config".freeze, "examples/mock_example/config/framework.rb".freeze, "examples/mock_example/config/init.rb".freeze, "examples/mock_example/config/plugins.yml".freeze, "examples/sequel_example".freeze, "examples/sequel_example/README.txt".freeze, "examples/sequel_example/application.rb".freeze, "examples/sequel_example/config".freeze, "examples/sequel_example/config/database.yml".freeze, "examples/sequel_example/config/framework.rb".freeze, "examples/sequel_example/config/init.rb".freeze, "examples/sequel_example/config/plugins.yml".freeze, "examples/yaml_example".freeze, "examples/yaml_example/README.txt".freeze, "examples/yaml_example/application.rb".freeze, "examples/yaml_example/config".freeze, "examples/yaml_example/config/framework.rb".freeze, "examples/yaml_example/config/init.rb".freeze, "examples/yaml_example/config/plugins.yml".freeze, "examples/yaml_example/locale".freeze, "examples/yaml_example/locale/en.yaml".freeze, "examples/yaml_example/locale/pl.yaml".freeze, "lib/merb_global".freeze, "lib/merb_global.rb".freeze, "lib/merb_global/base.rb".freeze, "lib/merb_global/config.rb".freeze, "lib/merb_global/controller.rb".freeze, "lib/merb_global/date_providers".freeze, "lib/merb_global/date_providers.rb".freeze, "lib/merb_global/date_providers/fork.rb".freeze, "lib/merb_global/locale.rb".freeze, "lib/merb_global/merbrake.rb".freeze, "lib/merb_global/message_providers".freeze, "lib/merb_global/message_providers.rb".freeze, "lib/merb_global/message_providers/active_record.rb".freeze, "lib/merb_global/message_providers/data_mapper.rb".freeze, "lib/merb_global/message_providers/gettext.rb".freeze, "lib/merb_global/message_providers/gettext.treetop".freeze, "lib/merb_global/message_providers/mock.rb".freeze, "lib/merb_global/message_providers/sequel.rb".freeze, "lib/merb_global/message_providers/yaml.rb".freeze, "lib/merb_global/numeric_providers".freeze, "lib/merb_global/numeric_providers.rb".freeze, "lib/merb_global/numeric_providers/fork.rb".freeze, "lib/merb_global/numeric_providers/java.rb".freeze, "lib/merb_global/plural.rb".freeze, "lib/merb_global/plural.treetop".freeze, "lib/merb_global/providers.rb".freeze, "sequel_generators/translations_migration".freeze, "sequel_generators/translations_migration/USAGE".freeze, "sequel_generators/translations_migration/templates".freeze, "sequel_generators/translations_migration/templates/translations_migration.erb".freeze, "sequel_generators/translations_migration/translations_migration_generator.rb".freeze] s.homepage = "http://trac.ikonoklastik.com/merb_global/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Localization (L10n) and Internationalization (i18n) support for the Merb MVC Framework".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0.9.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.2.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0".freeze]) end