angellist_api 1.0.7 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. checksums.yaml +6 -14
  2. data/CHANGELOG.md +15 -0
  3. data/lib/angellist_api/client/activity_feeds.rb +0 -12
  4. data/lib/angellist_api/client/jobs.rb +4 -4
  5. data/lib/angellist_api/version.rb +1 -1
  6. data/spec/fixtures/cassettes/activity_feeds.yml +225 -253
  7. data/spec/fixtures/cassettes/follows.yml +990 -1569
  8. data/spec/fixtures/cassettes/jobs.yml +2458 -1984
  9. data/spec/fixtures/cassettes/press.yml +158 -119
  10. data/spec/fixtures/cassettes/reviews.yml +111 -202
  11. data/spec/fixtures/cassettes/search.yml +116 -136
  12. data/spec/fixtures/cassettes/startup_roles.yml +3036 -3684
  13. data/spec/fixtures/cassettes/startups.yml +2024 -5906
  14. data/spec/fixtures/cassettes/status_updates.yml +108 -78
  15. data/spec/fixtures/cassettes/tags.yml +557 -695
  16. data/spec/fixtures/cassettes/users.yml +748 -728
  17. data/spec/integration/activity_feeds_spec.rb +5 -9
  18. data/spec/integration/follows_spec.rb +9 -8
  19. data/spec/integration/jobs_spec.rb +5 -8
  20. data/spec/integration/reviews_spec.rb +5 -3
  21. data/spec/integration/search_spec.rb +1 -1
  22. data/spec/integration/startup_roles_spec.rb +7 -5
  23. data/spec/integration/startups_spec.rb +4 -4
  24. data/spec/integration/status_updates_spec.rb +4 -2
  25. data/spec/integration/tags_spec.rb +1 -1
  26. data/spec/integration/users_spec.rb +7 -6
  27. data/spec/spec_helper.rb +10 -4
  28. data/spec/support/vcr.rb +25 -2
  29. data/spec/unit/lib/angellist_api/authentication_spec.rb +5 -5
  30. data/spec/unit/lib/angellist_api/client/activity_feeds_spec.rb +0 -8
  31. data/spec/unit/lib/angellist_api_spec.rb +2 -2
  32. metadata +49 -35

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.