diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-24 04:13:16 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-24 04:13:16 +0200 |
| commit | e0a7e0fec760ba12c8067a37e10c96f1f05876e2 (patch) | |
| tree | d0cf745592a46aee4d4913911fd34c7c24515220 /vendor/plugins/globalize2/globalize2.gemspec | |
| parent | 6424e10be5a89f175a74c71c55660412a169b8b8 (diff) | |
Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgrade
- Converted plugins to gems (Gemfile)
- Updated config structure (application.rb, boot.rb, environment.rb)
- Converted routes to Rails 3 DSL
- Converted named_scope to scope throughout models
- Converted find(:all, :conditions) to where() chains
- Fixed has_many :order to use ordering scope
- Updated session store and secret token configuration
- Fixed exception_notification middleware configuration
- Patched Ruby 2.4 / Rails 3.2 incompatibilities:
- Integer/Float duration arithmetic (ActiveSupport)
- Arel visit_Integer for PostgreSQL adapter
- create_database String/Integer coercion
- ActionController consider_all_requests_local
- Migrated taggings schema for acts-as-taggable-on
- Replaced dynamic_form gem with custom form_error_messages helper
- Fixed Rails 3 block helper syntax (form_for, form_tag, fields_for)
- Fixed admin layout yield
- Updated test suite for Rails 3 APIs
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 6ad93d34..00000000 --- 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 | |||
