Skip to content

Commit

Permalink
bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Dec 26, 2009
1 parent 96d5f72 commit 90670af
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 46 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.1
0.2.0
71 changes: 26 additions & 45 deletions globalize2.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{globalize2}
s.version = "0.1.1"
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"]
s.date = %q{2009-12-26}
s.date = %q{2009-12-25}
s.description = %q{Rails I18n: de-facto standard library for ActiveRecord data translation}
s.email = %q{joshmh@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -26,66 +26,47 @@ Gem::Specification.new do |s|
"generators/templates/db_backend_migration.rb",
"globalize2.gemspec",
"init.rb",
"lib/globalize/backend/chain.rb",
"lib/globalize/backend/pluralizing.rb",
"lib/globalize/backend/static.rb",
"lib/globalize/i18n/missing_translations_log_handler.rb",
"lib/globalize/i18n/missing_translations_raise_handler.rb",
"lib/globalize/load_path.rb",
"lib/globalize/locale/fallbacks.rb",
"lib/globalize/locale/language_tag.rb",
"lib/globalize/model/active_record.rb",
"lib/globalize/model/active_record/adapter.rb",
"lib/globalize/model/active_record/translated.rb",
"lib/globalize/translation.rb",
"lib/locale/root.yml",
"lib/rails_edge_load_path_patch.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",
"notes.textile",
"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/backends/chained_test.rb",
"test/backends/pluralizing_test.rb",
"test/backends/static_test.rb",
"test/data/locale/all.yml",
"test/data/locale/de-DE.yml",
"test/data/locale/en-US.yml",
"test/data/locale/en-US/module.yml",
"test/data/locale/fi-FI/module.yml",
"test/data/locale/root.yml",
"test/data/models.rb",
"test/data/no_globalize_schema.rb",
"test/data/schema.rb",
"test/i18n/missing_translations_test.rb",
"test/load_path_test.rb",
"test/locale/fallbacks_test.rb",
"test/locale/language_tag_test.rb",
"test/model/active_record/migration_test.rb",
"test/model/active_record/sti_translated_test.rb",
"test/model/active_record/translated_test.rb",
"test/test_helper.rb",
"test/translation_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.5}
s.summary = %q{Rails I18n: de-facto standard library for ActiveRecord data translation}
s.test_files = [
"test/all.rb",
"test/backends/chained_test.rb",
"test/backends/pluralizing_test.rb",
"test/backends/static_test.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/load_path_test.rb",
"test/locale/fallbacks_test.rb",
"test/locale/language_tag_test.rb",
"test/model/active_record/migration_test.rb",
"test/model/active_record/sti_translated_test.rb",
"test/model/active_record/translated_test.rb",
"test/test_helper.rb",
"test/translation_test.rb"
"test/test_helper.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 90670af

Please sign in to comment.