Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 439 Bytes

CHANGELOG.md

File metadata and controls

11 lines (8 loc) · 439 Bytes

0.0.4

  • updated README to include further notes on authentication, code examples, contribution notes
  • instantiating associated objects via ProductHunt::Entity#user and #post
  • removing depracted .should syntax in specs in favour of expect().to

0.0.3

  • stubbing API calls using WebMock
  • all API calls to pass through to Product Hunt's API with ENV['SKIP_CALL_STUBS']=true
  • factoring out Entity class from User, Post, Vote classes