# -*- encoding: utf-8 -*- # stub: has_hashcode 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "has_hashcode".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Elomar Fran\u00C3\u00A7a".freeze, "Rafael Souza".freeze] s.date = "2010-03-14" s.email = "elomar+rafael@maisweb.org".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "has_hashcode.gemspec".freeze, "lib/has_hashcode.rb".freeze, "test/helper.rb".freeze, "test/rails_app/.gitignore".freeze, "test/rails_app/Gemfile".freeze, "test/rails_app/README".freeze, "test/rails_app/Rakefile".freeze, "test/rails_app/app/controllers/application_controller.rb".freeze, "test/rails_app/app/helpers/application_helper.rb".freeze, "test/rails_app/app/models/user.rb".freeze, "test/rails_app/config.ru".freeze, "test/rails_app/config/application.rb".freeze, "test/rails_app/config/boot.rb".freeze, "test/rails_app/config/database.yml".freeze, "test/rails_app/config/environment.rb".freeze, "test/rails_app/config/environments/development.rb".freeze, "test/rails_app/config/environments/production.rb".freeze, "test/rails_app/config/environments/test.rb".freeze, "test/rails_app/config/initializers/backtrace_silencers.rb".freeze, "test/rails_app/config/initializers/cookie_verification_secret.rb".freeze, "test/rails_app/config/initializers/inflections.rb".freeze, "test/rails_app/config/initializers/mime_types.rb".freeze, "test/rails_app/config/initializers/session_store.rb".freeze, "test/rails_app/config/locales/en.yml".freeze, "test/rails_app/config/routes.rb".freeze, "test/rails_app/db/migrate/20100314023120_create_users.rb".freeze, "test/rails_app/db/schema.rb".freeze, "test/rails_app/db/seeds.rb".freeze, "test/rails_app/doc/README_FOR_APP".freeze, "test/rails_app/lib/tasks/.gitkeep".freeze, "test/rails_app/script/rails".freeze, "test/rails_app/test/fixtures/users.yml".freeze, "test/rails_app/test/performance/browsing_test.rb".freeze, "test/rails_app/test/test_helper.rb".freeze, "test/rails_app/test/unit/user_test.rb".freeze, "test/rails_app/vendor/plugins/.gitkeep".freeze, "test/test_has_hashcode.rb".freeze] s.homepage = "http://github.com/elomar/has_hashcode".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Adds a hashcode to your objects".freeze s.test_files = ["test/helper.rb".freeze, "test/rails_app/app/controllers/application_controller.rb".freeze, "test/rails_app/app/helpers/application_helper.rb".freeze, "test/rails_app/app/models/user.rb".freeze, "test/rails_app/config/application.rb".freeze, "test/rails_app/config/boot.rb".freeze, "test/rails_app/config/environment.rb".freeze, "test/rails_app/config/environments/development.rb".freeze, "test/rails_app/config/environments/production.rb".freeze, "test/rails_app/config/environments/test.rb".freeze, "test/rails_app/config/initializers/backtrace_silencers.rb".freeze, "test/rails_app/config/initializers/cookie_verification_secret.rb".freeze, "test/rails_app/config/initializers/inflections.rb".freeze, "test/rails_app/config/initializers/mime_types.rb".freeze, "test/rails_app/config/initializers/session_store.rb".freeze, "test/rails_app/config/routes.rb".freeze, "test/rails_app/db/migrate/20100314023120_create_users.rb".freeze, "test/rails_app/db/schema.rb".freeze, "test/rails_app/db/seeds.rb".freeze, "test/rails_app/test/performance/browsing_test.rb".freeze, "test/rails_app/test/test_helper.rb".freeze, "test/rails_app/test/unit/user_test.rb".freeze, "test/test_has_hashcode.rb".freeze] end