aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/globalize2/globalize2.gemspec
blob: 89021115e9af908da72fc59ad9e41758ed87d2d6 (plain)
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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{globalize2}
  s.version = "0.2.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Sven Fuchs, Joshua Harvey, Clemens Kofler, John-Paul Bader"]
  s.date = %q{2010-04-22}
  s.description = %q{Rails I18n: de-facto standard library for ActiveRecord data translation}
  s.email = %q{joshmh@gmail.com}
  s.extra_rdoc_files = [
    "LICENSE",
     "README.textile"
  ]
  s.files = [
    ".gitignore",
     "LICENSE",
     "README.textile",
     "Rakefile",
     "VERSION",
     "generators/db_backend.rb",
     "generators/templates/db_backend_migration.rb",
     "globalize2.gemspec",
     "init.rb",
     "lib/globalize.rb",
     "lib/globalize/active_record.rb",
     "lib/globalize/active_record/adapter.rb",
     "lib/globalize/active_record/attributes.rb",
     "lib/globalize/active_record/migration.rb",
     "lib/i18n/missing_translations_log_handler.rb",
     "lib/i18n/missing_translations_raise_handler.rb",
     "test/active_record/fallbacks_test.rb",
     "test/active_record/migration_test.rb",
     "test/active_record/sti_translated_test.rb",
     "test/active_record/translates_test.rb",
     "test/active_record/translation_class_test.rb",
     "test/active_record/validation_tests.rb",
     "test/active_record_test.rb",
     "test/all.rb",
     "test/data/models.rb",
     "test/data/no_globalize_schema.rb",
     "test/data/schema.rb",
     "test/i18n/missing_translations_test.rb",
     "test/test_helper.rb"
  ]
  s.homepage = %q{http://github.com/joshmh/globalize2}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.6}
  s.summary = %q{Rails I18n: de-facto standard library for ActiveRecord data translation}
  s.test_files = [
    "test/active_record/fallbacks_test.rb",
     "test/active_record/migration_test.rb",
     "test/active_record/sti_translated_test.rb",
     "test/active_record/translates_test.rb",
     "test/active_record/translation_class_test.rb",
     "test/active_record/validation_tests.rb",
     "test/active_record_test.rb",
     "test/all.rb",
     "test/data/models.rb",
     "test/data/no_globalize_schema.rb",
     "test/data/schema.rb",
     "test/i18n/missing_translations_test.rb",
     "test/test_helper.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end