t 1.7.0 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. data.tar.gz.sig +2 -0
  2. data/LICENSE.md +1 -1
  3. data/README.md +28 -20
  4. data/lib/t/requestable.rb +1 -1
  5. data/lib/t/version.rb +1 -1
  6. data/spec/cli_spec.rb +18 -18
  7. data/spec/fixtures/200_direct_messages.json +1 -27054
  8. data/spec/fixtures/200_statuses.json +1 -1
  9. data/spec/fixtures/501_ids.json +1 -509
  10. data/spec/fixtures/501_users_list.json +1 -17543
  11. data/spec/fixtures/direct_message.json +1 -80
  12. data/spec/fixtures/direct_messages.json +1 -802
  13. data/spec/fixtures/empty_cursor.json +1 -7
  14. data/spec/fixtures/favorites.json +1 -1099
  15. data/spec/fixtures/followers_ids.json +1 -10
  16. data/spec/fixtures/friends_ids.json +1 -9
  17. data/spec/fixtures/gem.json +1 -61
  18. data/spec/fixtures/list.json +1 -54
  19. data/spec/fixtures/lists.json +1 -1
  20. data/spec/fixtures/locations.json +1 -57
  21. data/spec/fixtures/not_found.json +1 -4
  22. data/spec/fixtures/rate_limit_status.json +1 -6
  23. data/spec/fixtures/recommendations.json +1 -364
  24. data/spec/fixtures/retweet.json +1 -112
  25. data/spec/fixtures/search.json +1 -1
  26. data/spec/fixtures/search_with_entities.json +1 -1
  27. data/spec/fixtures/settings.json +1 -30
  28. data/spec/fixtures/sferik.json +1 -60
  29. data/spec/fixtures/status.json +1 -109
  30. data/spec/fixtures/status_no_attributes.json +1 -104
  31. data/spec/fixtures/status_no_country.json +1 -102
  32. data/spec/fixtures/status_no_full_name.json +1 -101
  33. data/spec/fixtures/status_no_locality.json +1 -107
  34. data/spec/fixtures/status_no_place.json +1 -72
  35. data/spec/fixtures/status_no_street_address.json +1 -108
  36. data/spec/fixtures/status_with_mention.json +1 -1
  37. data/spec/fixtures/statuses.json +1 -1
  38. data/spec/fixtures/trends.json +1 -35
  39. data/spec/fixtures/users.json +1 -122
  40. data/spec/fixtures/users_list.json +1 -128
  41. data/spec/list_spec.rb +8 -8
  42. data/spec/search_spec.rb +39 -39
  43. data/t.gemspec +8 -3
  44. metadata +85 -46
  45. metadata.gz.sig +2 -0
  46. data/spec/fixtures/false.json +0 -1
  47. data/spec/fixtures/true.json +0 -1

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.