Skip to content

Commit

Permalink
extract i18n-cldr to a separate gem.
Browse files Browse the repository at this point in the history
also, remove parsetree and ruby2ruby deps which aren't needed any more.
  • Loading branch information
Sven Fuchs committed Nov 17, 2010
1 parent eb3243e commit a12b951
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 456 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DS_Store
test/rails/fixtures
nbproject/
vendor/cldr
vendor/**/*
*.swp
pkg
.bundle
3 changes: 0 additions & 3 deletions ci/Gemfile.all
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ gem 'sqlite3-ruby'
gem 'mocha'
gem 'rufus-tokyo'
gem 'ffi'
gem 'ruby-cldr'
gem 'ruby2ruby'
gem 'ParseTree'
gem 'test_declarative'
16 changes: 0 additions & 16 deletions ci/Gemfile.all.lock
Original file line number Diff line number Diff line change
@@ -1,39 +1,23 @@
GEM
remote: http://rubygems.org/
specs:
ParseTree (3.0.6)
RubyInline (>= 3.7.0)
sexp_processor (>= 3.0.0)
RubyInline (3.8.6)
ZenTest (~> 4.3)
ZenTest (4.4.0)
activesupport (3.0.1)
ffi (0.6.3)
rake (>= 0.8.7)
mocha (0.9.9)
rake
rake (0.8.7)
ruby-cldr (0.0.1)
ruby2ruby (1.2.5)
ruby_parser (~> 2.0)
sexp_processor (~> 3.0)
ruby_parser (2.0.5)
sexp_processor (~> 3.0)
rufus-tokyo (1.0.7)
sexp_processor (3.0.5)
sqlite3-ruby (1.3.2)
test_declarative (0.0.4)

PLATFORMS
ruby

DEPENDENCIES
ParseTree
activesupport (~> 3.0.0)
ffi
mocha
ruby-cldr
ruby2ruby
rufus-tokyo
sqlite3-ruby
test_declarative
Expand Down
1 change: 0 additions & 1 deletion lib/i18n/backend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module Backend
autoload :Cache, 'i18n/backend/cache'
autoload :Cascade, 'i18n/backend/cascade'
autoload :Chain, 'i18n/backend/chain'
autoload :Cldr, 'i18n/backend/cldr'
autoload :Fallbacks, 'i18n/backend/fallbacks'
autoload :Flatten, 'i18n/backend/flatten'
autoload :Gettext, 'i18n/backend/gettext'
Expand Down
1 change: 0 additions & 1 deletion lib/i18n/backend/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
require 'i18n/core_ext/hash'
require 'i18n/core_ext/kernel/surpress_warnings'


module I18n
module Backend
module Base
Expand Down
99 changes: 0 additions & 99 deletions lib/i18n/backend/cldr.rb

This file was deleted.

144 changes: 0 additions & 144 deletions test/backend/cldr_test.rb

This file was deleted.

Loading

0 comments on commit a12b951

Please sign in to comment.