--- !ruby/object:Gem::Specification name: pilha version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 7 version: 0.1.7 platform: ruby authors: - Dalto Curvelano Junior autorequire: bindir: bin cert_chain: [] date: 2010-06-03 00:00:00 -03:00 default_executable: dependencies: [] description: A ruby wrapper to the Stack Exchange (Stack Overflow and friends) API. email: executables: [] extensions: [] extra_rdoc_files: [] files: - pilha.gemspec - lib/pilha.rb - lib/pilha/stack_overflow/badge.rb - lib/pilha/stack_overflow/statistics.rb - lib/pilha/stack_overflow/user.rb - lib/pilha/stack_overflow/comment.rb - lib/pilha/stack_overflow/answer.rb - lib/pilha/stack_overflow/question.rb - lib/pilha/stack_overflow/base.rb - spec/pilha/stack_overflow/badge_spec.rb - spec/pilha/stack_overflow/stack_overflow_spec.rb - spec/pilha/stack_overflow/statistics_spec.rb - spec/pilha/stack_overflow/user_spec.rb - spec/pilha/stack_overflow/comment_spec.rb - spec/pilha/stack_overflow/answer_spec.rb - spec/pilha/stack_overflow/question_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/fixtures/comments.json.gz - spec/fixtures/comments_by_user_id_to_mentioned_user_id.json.gz - spec/fixtures/question_by_user_id.json.gz - spec/fixtures/users_by_id.json - spec/fixtures/badges.json - spec/fixtures/questions_unanswered.json - spec/fixtures/questions_tagged_ruby.json.gz - spec/fixtures/comments_by_user_to_mentioned_user.json - spec/fixtures/answer_with_comments.json - spec/fixtures/answers_by_id.json.gz - spec/fixtures/search_tagged_ruby_rails.json - spec/fixtures/stats.json - spec/fixtures/answer_with_comments.json.gz - spec/fixtures/user_tags.json - spec/fixtures/badges_name.json - spec/fixtures/answers_by_question_id.json.gz - spec/fixtures/badges_tag_based.json - spec/fixtures/badges.json.gz - spec/fixtures/comments.json - spec/fixtures/question_by_id.json - spec/fixtures/tags_by_user_id.json.gz - spec/fixtures/search_intitle_ruby.json - spec/fixtures/question_by_id_with_body.json.gz - spec/fixtures/favorite_questions_by_user_id.json.gz - spec/fixtures/questions_unanswered.json.gz - spec/fixtures/question_by_id.json.gz - spec/fixtures/revisions_by_id.json - spec/fixtures/all_tags.json.gz - spec/fixtures/questions_tagged_ruby.json - spec/fixtures/comments_by_user_to_mentioned_user_id.json.gz - spec/fixtures/answer_comments.json - spec/fixtures/questions.json - spec/fixtures/comments_by_question_id.json.gz - spec/fixtures/comments_by_user_to_mentioned_user.json.gz - spec/fixtures/answers_by_id.json - spec/fixtures/users_by_id.json.gz - spec/fixtures/stats.json.gz - spec/fixtures/users.json - spec/fixtures/comments_by_mentioned_user_id.json.gz - spec/fixtures/comments_by_user_id.json.gz - spec/fixtures/questions_tagged_gwt_and_googleappengine.json - spec/fixtures/users_answers.json - spec/fixtures/questions_by_user_id.json.gz - spec/fixtures/users_answers.json.gz - spec/fixtures/badges_by_id.json - spec/fixtures/comments_by_question_id.json - spec/fixtures/badges_by_id.json.gz - spec/fixtures/favorite_questions_by_user_id.json - spec/fixtures/badges_tag_based.json.gz - spec/fixtures/tags_by_user_id.json - spec/fixtures/comments_by_user_id.json - spec/fixtures/questions_tagged_gwt_and_googleappengine.json.gz - spec/fixtures/questions.json.gz - spec/fixtures/questions_by_user_id.json - spec/fixtures/question_by_id_with_body.json - spec/fixtures/answers_by_question_id.json - spec/fixtures/post_comments.json - spec/fixtures/all_tags.json - spec/fixtures/questions.part - spec/fixtures/comments_by_mentioned_user_id.json - spec/fixtures/badges_by_id_page2.json.gz - spec/fixtures/badges_name.json.gz - spec/fixtures/badges_by_id_page2.json has_rdoc: true homepage: http://github.com/dlt/pilha licenses: [] post_install_message: rdoc_options: [] 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: A ruby wrapper to the Stack Exchange (Stack Overflow and friends) API. test_files: []