--- !ruby/object:Gem::Specification name: fb-localizer version: !ruby/object:Gem::Version hash: 23 prerelease: segments: - 0 - 2 - 0 version: 0.2.0 platform: ruby authors: - Albert Bellonch autorequire: bindir: bin cert_chain: [] date: 2011-10-08 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec-rails prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 9 segments: - 2 - 5 version: "2.5" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: rails prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: i18n prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: libxml-ruby prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id004 description: |- Converts from Ruby's locale to the nearest Facebook's locale. This way you can localize the "I like it" button on every web page you want email: - albert@itnig.net executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .travis.yml - Gemfile - Gemfile.lock - README.md - Rakefile - fb-localizer.gemspec - lib/fb-localizer.rb - lib/fb-localizer/railtie.rb - lib/fb-localizer/version.rb - pkg/fb-localizer-0.1.0.gem - pkg/fb-localizer-0.1.1.gem - spec/helpers/fb-localizer_spec.rb - spec/spec_helper.rb - testapp/.gitignore - testapp/Gemfile - testapp/Gemfile.lock - testapp/README - testapp/Rakefile - testapp/app/controllers/application_controller.rb - testapp/app/controllers/static_controller.rb - testapp/app/helpers/application_helper.rb - testapp/app/views/layouts/application.html.erb - testapp/app/views/static/index.html.haml - testapp/config.ru - testapp/config/application.rb - testapp/config/boot.rb - testapp/config/database.yml - testapp/config/environment.rb - testapp/config/environments/development.rb - testapp/config/environments/production.rb - testapp/config/environments/test.rb - testapp/config/initializers/backtrace_silencers.rb - testapp/config/initializers/fb-localizer.rb - testapp/config/initializers/inflections.rb - testapp/config/initializers/mime_types.rb - testapp/config/initializers/secret_token.rb - testapp/config/initializers/session_store.rb - testapp/config/locales/en.yml - testapp/config/routes.rb - testapp/db/seeds.rb - testapp/doc/README_FOR_APP - testapp/lib/tasks/.gitkeep - testapp/public/404.html - testapp/public/422.html - testapp/public/500.html - testapp/public/favicon.ico - testapp/public/images/rails.png - testapp/public/javascripts/application.js - testapp/public/javascripts/controls.js - testapp/public/javascripts/dragdrop.js - testapp/public/javascripts/effects.js - testapp/public/javascripts/prototype.js - testapp/public/javascripts/rails.js - testapp/public/robots.txt - testapp/public/stylesheets/.gitkeep - testapp/script/rails - testapp/test/performance/browsing_test.rb - testapp/test/test_helper.rb - testapp/vendor/plugins/.gitkeep has_rdoc: true homepage: https://github.com/albertbellonch/fb-localizer licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: fb-localizer rubygems_version: 1.5.2 signing_key: specification_version: 3 summary: Converts from Ruby's locale to the nearest Facebook's locale. test_files: - spec/helpers/fb-localizer_spec.rb - spec/spec_helper.rb