Sha256: 97997406b07c453f3c0304bd690aa1f1fd27d7ceda9ef8aa604645ca82f95e1d
Contents?: true
Size: 1.52 KB
Versions: 0
Compression: gzip
Compressed size: 618 Bytes
Stored size: 618 Bytes
Contents
--- !ruby/object:Gem::Specification name: track_changes version: !ruby/object:Gem::Version version: 0.3.2 platform: ruby authors: - Matt Haley autorequire: bindir: bin cert_chain: [] date: 2009-12-15 00:00:00 -07:00 default_executable: dependencies: [] 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 - lib/track_changes.rb - lib/track_changes/base.rb - lib/track_changes/class_methods.rb - lib/track_changes/filter.rb - lib/track_changes/instance_methods.rb - lib/track_changes/result.rb - test/base_test.rb - test/class_methods_test.rb - test/filter_test.rb - test/result_test.rb - test/test_helper.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 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: mhaley rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Easier auditing of Rails model changes in your controllers. test_files: - test/base_test.rb - test/test_helper.rb - test/class_methods_test.rb - test/result_test.rb - test/filter_test.rb