contentful-management 2.11.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +36 -0
  3. data/README.md +30 -13
  4. data/contentful-management.gemspec +1 -1
  5. data/lib/contentful/management/asset.rb +2 -0
  6. data/lib/contentful/management/client.rb +10 -12
  7. data/lib/contentful/management/{client_usage_period_methods_factory.rb → client_organization_periodic_usage_methods_factory.rb} +3 -4
  8. data/lib/contentful/management/{client_api_usage_methods_factory.rb → client_space_periodic_usage_methods_factory.rb} +4 -11
  9. data/lib/contentful/management/entry.rb +16 -12
  10. data/lib/contentful/management/field.rb +3 -1
  11. data/lib/contentful/management/organization.rb +18 -8
  12. data/lib/contentful/management/{api_usage.rb → organization_periodic_usage.rb} +13 -18
  13. data/lib/contentful/management/organization_user_methods_factory.rb +18 -0
  14. data/lib/contentful/management/resource.rb +3 -2
  15. data/lib/contentful/management/resource/metadata.rb +44 -0
  16. data/lib/contentful/management/resource_builder.rb +8 -6
  17. data/lib/contentful/management/space.rb +10 -0
  18. data/lib/contentful/management/{usage_period.rb → space_periodic_usage.rb} +12 -9
  19. data/lib/contentful/management/space_user_methods_factory.rb +19 -0
  20. data/lib/contentful/management/tag.rb +14 -0
  21. data/lib/contentful/management/user.rb +7 -1
  22. data/lib/contentful/management/version.rb +1 -1
  23. data/spec/fixtures/vcr_cassettes/asset/issue_219.yml +442 -0
  24. data/spec/fixtures/vcr_cassettes/entry/issue_215_1.yml +905 -0
  25. data/spec/fixtures/vcr_cassettes/entry/issue_215_2.yml +899 -0
  26. data/spec/fixtures/vcr_cassettes/entry/issue_215_3.yml +893 -0
  27. data/spec/fixtures/vcr_cassettes/entry/issue_219.yml +535 -0
  28. data/spec/fixtures/vcr_cassettes/organization/user.yml +238 -0
  29. data/spec/fixtures/vcr_cassettes/organization_periodic_usage/all.yml +368 -0
  30. data/spec/fixtures/vcr_cassettes/organization_periodic_usage/filters.yml +167 -0
  31. data/spec/fixtures/vcr_cassettes/space/user.yml +254 -0
  32. data/spec/fixtures/vcr_cassettes/space_periodic_usage/all.yml +6800 -0
  33. data/spec/fixtures/vcr_cassettes/space_periodic_usage/filters.yml +1976 -0
  34. data/spec/lib/contentful/management/asset_spec.rb +31 -0
  35. data/spec/lib/contentful/management/entry_spec.rb +77 -0
  36. data/spec/lib/contentful/management/organization_periodic_usage_spec.rb +36 -0
  37. data/spec/lib/contentful/management/organization_spec.rb +20 -0
  38. data/spec/lib/contentful/management/space_periodic_usage_spec.rb +36 -0
  39. data/spec/lib/contentful/management/space_spec.rb +20 -0
  40. metadata +43 -21
  41. data/spec/fixtures/vcr_cassettes/api_usage/all.yml +0 -155
  42. data/spec/fixtures/vcr_cassettes/usage_period/all.yml +0 -114
  43. data/spec/lib/contentful/management/api_usage_spec.rb +0 -28
  44. data/spec/lib/contentful/management/usage_period_spec.rb +0 -27

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.