# -*- encoding: utf-8 -*- # stub: best_in_place 2.0.3 ruby lib Gem::Specification.new do |s| s.name = "best_in_place".freeze s.version = "2.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bernat Farrero".freeze] s.date = "2013-01-22" s.description = "BestInPlace is a jQuery script and a Rails 3 helper that provide the method best_in_place to display any object field easily editable for the user by just clicking on it. It supports input data, text data, boolean data and custom dropdown data. It works with RESTful controllers.".freeze s.email = ["bernat@itnig.net".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "best_in_place.gemspec".freeze, "lib/assets/javascripts/best_in_place.js".freeze, "lib/assets/javascripts/best_in_place.purr.js".freeze, "lib/assets/javascripts/jquery.purr.js".freeze, "lib/best_in_place.rb".freeze, "lib/best_in_place/check_version.rb".freeze, "lib/best_in_place/controller_extensions.rb".freeze, "lib/best_in_place/display_methods.rb".freeze, "lib/best_in_place/engine.rb".freeze, "lib/best_in_place/helper.rb".freeze, "lib/best_in_place/railtie.rb".freeze, "lib/best_in_place/test_helpers.rb".freeze, "lib/best_in_place/utils.rb".freeze, "lib/best_in_place/version.rb".freeze, "spec/helpers/best_in_place_spec.rb".freeze, "spec/integration/double_init_spec.rb".freeze, "spec/integration/js_spec.rb".freeze, "spec/integration/live_spec.rb".freeze, "spec/integration/text_area_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/retry_on_timeout.rb".freeze, "test_app/Gemfile".freeze, "test_app/README".freeze, "test_app/Rakefile".freeze, "test_app/app/assets/images/no.png".freeze, "test_app/app/assets/images/red_pen.png".freeze, "test_app/app/assets/images/ui-bg_diagonals-thick_18_b81900_40x40.png".freeze, "test_app/app/assets/images/ui-bg_diagonals-thick_20_666666_40x40.png".freeze, "test_app/app/assets/images/ui-bg_flat_10_000000_40x100.png".freeze, "test_app/app/assets/images/ui-bg_glass_100_f6f6f6_1x400.png".freeze, "test_app/app/assets/images/ui-bg_glass_100_fdf5ce_1x400.png".freeze, "test_app/app/assets/images/ui-bg_glass_65_ffffff_1x400.png".freeze, "test_app/app/assets/images/ui-bg_gloss-wave_35_f6a828_500x100.png".freeze, "test_app/app/assets/images/ui-bg_highlight-soft_100_eeeeee_1x100.png".freeze, "test_app/app/assets/images/ui-bg_highlight-soft_75_ffe45c_1x100.png".freeze, "test_app/app/assets/images/ui-icons_222222_256x240.png".freeze, "test_app/app/assets/images/ui-icons_228ef1_256x240.png".freeze, "test_app/app/assets/images/ui-icons_ef8c08_256x240.png".freeze, "test_app/app/assets/images/ui-icons_ffd27a_256x240.png".freeze, "test_app/app/assets/images/ui-icons_ffffff_256x240.png".freeze, "test_app/app/assets/images/yes.png".freeze, "test_app/app/assets/javascripts/application.js".freeze, "test_app/app/assets/stylesheets/.gitkeep".freeze, "test_app/app/assets/stylesheets/jquery-ui-1.8.16.custom.css.erb".freeze, "test_app/app/assets/stylesheets/scaffold.css".freeze, "test_app/app/assets/stylesheets/style.css.erb".freeze, "test_app/app/controllers/admin/users_controller.rb".freeze, "test_app/app/controllers/application_controller.rb".freeze, "test_app/app/controllers/cuca/cars_controller.rb".freeze, "test_app/app/controllers/users_controller.rb".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/helpers/users_helper.rb".freeze, "test_app/app/models/cuca/car.rb".freeze, "test_app/app/models/user.rb".freeze, "test_app/app/views/admin/users/show.html.erb".freeze, "test_app/app/views/cuca/cars/show.html.erb".freeze, "test_app/app/views/layouts/application.html.erb".freeze, "test_app/app/views/users/_form.html.erb".freeze, "test_app/app/views/users/double_init.html.erb".freeze, "test_app/app/views/users/email_field.html.erb".freeze, "test_app/app/views/users/index.html.erb".freeze, "test_app/app/views/users/new.html.erb".freeze, "test_app/app/views/users/show.html.erb".freeze, "test_app/app/views/users/show_ajax.html.erb".freeze, "test_app/config.ru".freeze, "test_app/config/application.rb".freeze, "test_app/config/boot.rb".freeze, "test_app/config/database.yml".freeze, "test_app/config/environment.rb".freeze, "test_app/config/environments/development.rb".freeze, "test_app/config/environments/production.rb".freeze, "test_app/config/environments/test.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/countries.rb".freeze, "test_app/config/initializers/default_date_format.rb".freeze, "test_app/config/initializers/inflections.rb".freeze, "test_app/config/initializers/mime_types.rb".freeze, "test_app/config/initializers/secret_token.rb".freeze, "test_app/config/initializers/session_store.rb".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/routes.rb".freeze, "test_app/db/migrate/20101206205922_create_users.rb".freeze, "test_app/db/migrate/20101212170114_add_receive_email_to_user.rb".freeze, "test_app/db/migrate/20110115204441_add_description_to_user.rb".freeze, "test_app/db/migrate/20111210084202_add_favorite_color_to_users.rb".freeze, "test_app/db/migrate/20111210084251_add_favorite_books_to_users.rb".freeze, "test_app/db/migrate/20111217215935_add_birth_date_to_users.rb".freeze, "test_app/db/migrate/20111224181356_add_money_to_user.rb".freeze, "test_app/db/migrate/20120513003308_create_cars.rb".freeze, "test_app/db/migrate/20120607172609_add_favorite_movie_to_users.rb".freeze, "test_app/db/migrate/20120616170454_add_money_proc_to_users.rb".freeze, "test_app/db/migrate/20120620165212_add_height_to_user.rb".freeze, "test_app/db/schema.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/doc/README_FOR_APP".freeze, "test_app/lib/tasks/.gitkeep".freeze, "test_app/lib/tasks/cron.rake".freeze, "test_app/public/404.html".freeze, "test_app/public/422.html".freeze, "test_app/public/500.html".freeze, "test_app/public/favicon.ico".freeze, "test_app/public/robots.txt".freeze, "test_app/script/rails".freeze, "test_app/test/fixtures/users.yml".freeze, "test_app/test/functional/users_controller_test.rb".freeze, "test_app/test/performance/browsing_test.rb".freeze, "test_app/test/test_helper.rb".freeze, "test_app/test/unit/helpers/users_helper_test.rb".freeze, "test_app/test/unit/user_test.rb".freeze, "test_app/vendor/plugins/.gitkeep".freeze] s.homepage = "http://github.com/bernat/best_in_place".freeze s.rubygems_version = "3.5.10".freeze s.summary = "It makes any field in place editable by clicking on it, it works for inputs, textareas, select dropdowns and checkboxes".freeze s.test_files = ["spec/helpers/best_in_place_spec.rb".freeze, "spec/integration/double_init_spec.rb".freeze, "spec/integration/js_spec.rb".freeze, "spec/integration/live_spec.rb".freeze, "spec/integration/text_area_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/retry_on_timeout.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.8.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1.2".freeze]) end