Sha256: 4601342ccd8ac40dd5503491569063a49473b7ec8f11b3130a1cf15dc441d298
Contents?: true
Size: 1.84 KB
Versions: 0
Compression: gzip
Compressed size: 806 Bytes
Stored size: 806 Bytes
Contents
--- !ruby/object:Gem::Specification name: console_update version: !ruby/object:Gem::Version version: 0.1.2 platform: ruby authors: - Gabriel Horner autorequire: bindir: bin cert_chain: [] date: 2009-10-22 00:00:00 -04:00 default_executable: dependencies: [] 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. email: gabriel.horner@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.rdoc files: - LICENSE.txt - README.rdoc - Rakefile - VERSION.yml - init.rb - lib/console_update.rb - lib/console_update/filter.rb - lib/console_update/filter/yaml.rb - lib/console_update/named_scope.rb - rails/init.rb - test/console_update_test.rb - test/filter_test.rb - test/named_scope_test.rb - test/schema.rb - test/test_helper.rb has_rdoc: true homepage: http://tagaholic.me/console_update/ licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: tagaholic rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: A rails plugin which allows you to edit your database records via the console and your favorite editor. test_files: - test/console_update_test.rb - test/filter_test.rb - test/named_scope_test.rb - test/schema.rb - test/test_helper.rb