diff options
Diffstat (limited to 'vendor/plugins/globalize2/globalize2.gemspec')
| -rw-r--r-- | vendor/plugins/globalize2/globalize2.gemspec | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/vendor/plugins/globalize2/globalize2.gemspec b/vendor/plugins/globalize2/globalize2.gemspec deleted file mode 100644 index 6ad93d3..0000000 --- a/vendor/plugins/globalize2/globalize2.gemspec +++ /dev/null | |||
| @@ -1,82 +0,0 @@ | |||
| 1 | # Generated by jeweler | ||
| 2 | # DO NOT EDIT THIS FILE DIRECTLY | ||
| 3 | # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command | ||
| 4 | # -*- encoding: utf-8 -*- | ||
| 5 | |||
| 6 | Gem::Specification.new do |s| | ||
| 7 | s.name = %q{globalize2} | ||
| 8 | s.version = "0.2.0" | ||
| 9 | |||
| 10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
| 11 | s.authors = ["Sven Fuchs, Joshua Harvey, Clemens Kofler"] | ||
| 12 | s.date = %q{2009-12-25} | ||
| 13 | s.description = %q{Rails I18n: de-facto standard library for ActiveRecord data translation} | ||
| 14 | s.email = %q{joshmh@gmail.com} | ||
| 15 | s.extra_rdoc_files = [ | ||
| 16 | "LICENSE", | ||
| 17 | "README.textile" | ||
| 18 | ] | ||
| 19 | s.files = [ | ||
| 20 | ".gitignore", | ||
| 21 | "LICENSE", | ||
| 22 | "README.textile", | ||
| 23 | "Rakefile", | ||
| 24 | "VERSION", | ||
| 25 | "generators/db_backend.rb", | ||
| 26 | "generators/templates/db_backend_migration.rb", | ||
| 27 | "globalize2.gemspec", | ||
| 28 | "init.rb", | ||
| 29 | "lib/globalize.rb", | ||
| 30 | "lib/globalize/active_record.rb", | ||
| 31 | "lib/globalize/active_record/adapter.rb", | ||
| 32 | "lib/globalize/active_record/attributes.rb", | ||
| 33 | "lib/globalize/active_record/migration.rb", | ||
| 34 | "lib/i18n/missing_translations_log_handler.rb", | ||
| 35 | "lib/i18n/missing_translations_raise_handler.rb", | ||
| 36 | "notes.textile", | ||
| 37 | "test/active_record/fallbacks_test.rb", | ||
| 38 | "test/active_record/migration_test.rb", | ||
| 39 | "test/active_record/sti_translated_test.rb", | ||
| 40 | "test/active_record/translates_test.rb", | ||
| 41 | "test/active_record/translation_class_test.rb", | ||
| 42 | "test/active_record/validation_tests.rb", | ||
| 43 | "test/active_record_test.rb", | ||
| 44 | "test/all.rb", | ||
| 45 | "test/data/models.rb", | ||
| 46 | "test/data/no_globalize_schema.rb", | ||
| 47 | "test/data/schema.rb", | ||
| 48 | "test/i18n/missing_translations_test.rb", | ||
| 49 | "test/test_helper.rb" | ||
| 50 | ] | ||
| 51 | s.homepage = %q{http://github.com/joshmh/globalize2} | ||
| 52 | s.rdoc_options = ["--charset=UTF-8"] | ||
| 53 | s.require_paths = ["lib"] | ||
| 54 | s.rubygems_version = %q{1.3.5} | ||
| 55 | s.summary = %q{Rails I18n: de-facto standard library for ActiveRecord data translation} | ||
| 56 | s.test_files = [ | ||
| 57 | "test/active_record/fallbacks_test.rb", | ||
| 58 | "test/active_record/migration_test.rb", | ||
| 59 | "test/active_record/sti_translated_test.rb", | ||
| 60 | "test/active_record/translates_test.rb", | ||
| 61 | "test/active_record/translation_class_test.rb", | ||
| 62 | "test/active_record/validation_tests.rb", | ||
| 63 | "test/active_record_test.rb", | ||
| 64 | "test/all.rb", | ||
| 65 | "test/data/models.rb", | ||
| 66 | "test/data/no_globalize_schema.rb", | ||
| 67 | "test/data/schema.rb", | ||
| 68 | "test/i18n/missing_translations_test.rb", | ||
| 69 | "test/test_helper.rb" | ||
| 70 | ] | ||
| 71 | |||
| 72 | if s.respond_to? :specification_version then | ||
| 73 | current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION | ||
| 74 | s.specification_version = 3 | ||
| 75 | |||
| 76 | if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then | ||
| 77 | else | ||
| 78 | end | ||
| 79 | else | ||
| 80 | end | ||
| 81 | end | ||
| 82 | |||
