# -*- encoding: utf-8 -*- # stub: refinerycms-admin-locales 2.0.0 ruby lib Gem::Specification.new do |s| s.name = "refinerycms-admin-locales".freeze s.version = "2.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Simplel\u00F3gica".freeze, "Rub\u00E9n Sierra".freeze] s.date = "2013-05-30" s.description = "Manage locale for each user in the refinerycms admin.".freeze s.email = "ruben@simplelogica.net".freeze s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Rakefile".freeze, "app/controllers/refinery/admin_locales/admin/admin_locales_controller.rb".freeze, "app/views/refinery/admin_locales/admin/admin_locales/_form.html.erb".freeze, "app/views/refinery/admin_locales/admin/admin_locales/_records.html.erb".freeze, "app/views/refinery/admin_locales/admin/admin_locales/_user.html.erb".freeze, "app/views/refinery/admin_locales/admin/admin_locales/_users.html.erb".freeze, "app/views/refinery/admin_locales/admin/admin_locales/edit.html.erb".freeze, "app/views/refinery/admin_locales/admin/admin_locales/index.html.erb".freeze, "config/locales/en.yml".freeze, "config/locales/es.yml".freeze, "config/routes.rb".freeze, "db/migrate/1_add_locale_to_user.rb".freeze, "db/seeds.rb".freeze, "lib/generators/refinery/admin_locales_generator.rb".freeze, "lib/refinery/admin_locales.rb".freeze, "lib/refinery/admin_locales/engine.rb".freeze, "lib/refinery/admin_locales/version.rb".freeze, "lib/refinerycms-admin-locales.rb".freeze, "lib/tasks/refinery/admin_locales.rake".freeze, "readme.md".freeze, "refinerycms-admin-locales.gemspec".freeze, "script/rails".freeze, "spec/controllers/refinery/admin_locales/admin/admin_locales_spec.rb".freeze, "spec/factories/refinery/admin_locales.rb".freeze, "spec/requests/refinery/admin_locales/admin/admin_locales_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/rspec.rake".freeze, "tasks/testing.rake".freeze] s.homepage = "http://simplelogica.net".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Admin Locales extension for Refinery CMS.".freeze s.test_files = ["spec/controllers/refinery/admin_locales/admin/admin_locales_spec.rb".freeze, "spec/factories/refinery/admin_locales.rb".freeze, "spec/requests/refinery/admin_locales/admin/admin_locales_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 2.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end