# -*- encoding: utf-8 -*- # stub: console_update 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "console_update".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gabriel Horner".freeze] s.date = "2009-10-22" s.description = "Updates records from the console via your preferred editor. You can update a record's columns as well as any attribute that has accessor methods. Records are edited via a temporary file and once saved, the records are updated. Records go through a filter before and after editing the file. Yaml is the default filter, but you can define your own filters.".freeze s.email = "gabriel.horner@gmail.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze] s.files = ["LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "init.rb".freeze, "lib/console_update.rb".freeze, "lib/console_update/filter.rb".freeze, "lib/console_update/filter/yaml.rb".freeze, "lib/console_update/named_scope.rb".freeze, "rails/init.rb".freeze, "test/console_update_test.rb".freeze, "test/filter_test.rb".freeze, "test/named_scope_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://tagaholic.me/console_update/".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A rails plugin which allows you to edit your database records via the console and your favorite editor.".freeze s.test_files = ["test/console_update_test.rb".freeze, "test/filter_test.rb".freeze, "test/named_scope_test.rb".freeze, "test/schema.rb".freeze, "test/test_helper.rb".freeze] end