--- !ruby/object:Gem::Specification name: has_hashcode version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 1 version: 0.1.1 platform: ruby authors: - "Elomar Fran\xC3\xA7a" - Rafael Souza autorequire: bindir: bin cert_chain: [] date: 2010-03-14 00:00:00 -03:00 default_executable: dependencies: [] description: email: elomar+rafael@maisweb.org executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - Gemfile - LICENSE - README.rdoc - Rakefile - VERSION - has_hashcode.gemspec - lib/has_hashcode.rb - test/helper.rb - test/rails_app/.gitignore - test/rails_app/Gemfile - test/rails_app/README - test/rails_app/Rakefile - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/models/user.rb - test/rails_app/config.ru - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/cookie_verification_secret.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/routes.rb - test/rails_app/db/migrate/20100314023120_create_users.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/doc/README_FOR_APP - test/rails_app/lib/tasks/.gitkeep - test/rails_app/script/rails - test/rails_app/test/fixtures/users.yml - test/rails_app/test/performance/browsing_test.rb - test/rails_app/test/test_helper.rb - test/rails_app/test/unit/user_test.rb - test/rails_app/vendor/plugins/.gitkeep - test/test_has_hashcode.rb has_rdoc: true homepage: http://github.com/elomar/has_hashcode licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Adds a hashcode to your objects test_files: - test/helper.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/models/user.rb - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/cookie_verification_secret.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/routes.rb - test/rails_app/db/migrate/20100314023120_create_users.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/test/performance/browsing_test.rb - test/rails_app/test/test_helper.rb - test/rails_app/test/unit/user_test.rb - test/test_has_hashcode.rb