pilha 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -2
- data/lib/pilha/stack_overflow/answer.rb +1 -1
- data/lib/pilha/stack_overflow/question.rb +4 -0
- data/spec/fixtures/{answers_by_id.json → answer_by_id.json} +0 -0
- data/spec/fixtures/{answers_by_id.json.gz → answer_by_id.json.gz} +0 -0
- data/spec/fixtures/answer_by_id_with_body.json +29 -0
- data/spec/fixtures/answer_by_id_with_body.json.gz +0 -0
- data/spec/pilha/stack_overflow/answer_spec.rb +7 -1
- data/spec/pilha/stack_overflow/question_spec.rb +35 -2
- data/spec/spec_helper.rb +4 -3
- metadata +151 -127
- data/spec/fixtures/questions.part +0 -859
- data/spec/spec.opts +0 -2
data/spec/spec.opts
DELETED