--- !ruby/object:Gem::Specification name: track_changes version: !ruby/object:Gem::Version prerelease: true segments: - 1 - 0 - 0 - pre3 version: 1.0.0.pre3 platform: ruby authors: - Matt Haley autorequire: bindir: bin cert_chain: [] date: 2010-08-20 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rails prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version segments: - 3 - 0 - 0 - rc version: 3.0.0.rc type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: activerecord-jdbc-adapter prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: activerecord-jdbcsqlite3-adapter prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id003 description: Easier auditing of Rails model changes in your controllers. email: matt@smajnr.net executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc - TODO files: - LICENSE - TODO - VERSION.yml - app/helpers/audits_helper.rb - app/models/audit.rb - app/views/audits/_audit.html.erb - lib/generators/track_changes/templates/initializer.rb - lib/generators/track_changes/templates/migration.rb - lib/generators/track_changes/templates/stylesheet.css - lib/generators/track_changes/track_changes_generator.rb - lib/track_changes.rb - lib/track_changes/action_controller.rb - lib/track_changes/active_record.rb - lib/track_changes/around_save.rb - lib/track_changes/changes.rb - lib/track_changes/configuration.rb - lib/track_changes/current_user.rb - lib/track_changes/current_user_filter.rb - lib/track_changes/engine.rb - test/functional/posts_controller_test.rb - test/railsapp/Gemfile - test/railsapp/Gemfile.lock - test/railsapp/Rakefile - test/railsapp/app/controllers/application_controller.rb - test/railsapp/app/controllers/posts_controller.rb - test/railsapp/app/models/post.rb - test/railsapp/app/models/user.rb - test/railsapp/app/views/layouts/application.html.erb - test/railsapp/app/views/posts/_form.html.erb - test/railsapp/app/views/posts/_post.html.erb - test/railsapp/app/views/posts/edit.html.erb - test/railsapp/app/views/posts/index.html.erb - test/railsapp/config.ru - test/railsapp/config/application.rb - test/railsapp/config/boot.rb - test/railsapp/config/database.yml - test/railsapp/config/environment.rb - test/railsapp/config/environments/test.rb - test/railsapp/config/routes.rb - test/railsapp/db/test.sqlite3 - test/railsapp/log/test.log - test/railsapp/script/rails - test/schema.rb - test/test_helper.rb - test/track_changes_test.rb - README.rdoc has_rdoc: true homepage: http://github.com/mhaley/track_changes licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: mhaley rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Easier auditing of Rails model changes in your controllers. test_files: - test/schema.rb - test/test_helper.rb - test/track_changes_test.rb - test/functional/posts_controller_test.rb - test/railsapp/app/controllers/application_controller.rb - test/railsapp/app/controllers/posts_controller.rb - test/railsapp/app/models/post.rb - test/railsapp/app/models/user.rb - test/railsapp/config/application.rb - test/railsapp/config/boot.rb - test/railsapp/config/environment.rb - test/railsapp/config/routes.rb - test/railsapp/config/environments/test.rb