# -*- encoding: utf-8 -*-
# stub: cldwalker-console_update 0.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "cldwalker-console_update".freeze
  s.version = "0.1.1".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-02-28"
  s.description = "A rails plugin which allows you to edit your database records via the console and your favorite editor.".freeze
  s.email = "gabriel.horner@gmail.com".freeze
  s.extra_rdoc_files = ["README.rdoc".freeze, "LICENSE.txt".freeze]
  s.files = ["LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "init.rb".freeze, "lib/console_update".freeze, "lib/console_update.rb".freeze, "lib/console_update/filter".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://github.com/cldwalker/console_update".freeze
  s.rdoc_options = ["--inline-source".freeze, "--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
end