inkwell 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. data/db/migrate/20130202130010_change_tables_for_communities.rb +1 -1
  2. data/db/migrate/20130202130020_add_community_ids_to_post.rb +1 -1
  3. data/lib/inkwell/version.rb +1 -1
  4. data/test/dummy/db/development.sqlite3 +0 -0
  5. data/test/dummy/db/migrate/{20130206112225_create_inkwell_timeline_items.inkwell.rb → 20130208134948_create_inkwell_timeline_items.inkwell.rb} +0 -0
  6. data/test/dummy/db/migrate/{20130206112226_add_columns_to_posts.inkwell.rb → 20130208134949_add_columns_to_posts.inkwell.rb} +0 -0
  7. data/test/dummy/db/migrate/{20130206112227_create_inkwell_blog_items.inkwell.rb → 20130208134950_create_inkwell_blog_items.inkwell.rb} +0 -0
  8. data/test/dummy/db/migrate/{20130206112228_create_inkwell_favorite_items.inkwell.rb → 20130208134951_create_inkwell_favorite_items.inkwell.rb} +0 -0
  9. data/test/dummy/db/migrate/{20130206112229_add_columns_to_users.inkwell.rb → 20130208134952_add_columns_to_users.inkwell.rb} +0 -0
  10. data/test/dummy/db/migrate/{20130206112230_create_inkwell_comments.inkwell.rb → 20130208134953_create_inkwell_comments.inkwell.rb} +0 -0
  11. data/test/dummy/db/migrate/{20130206112231_change_tables_for_communities.inkwell.rb → 20130208134954_change_tables_for_communities.inkwell.rb} +1 -1
  12. data/test/dummy/db/migrate/{20130207112455_add_community_ids_to_post.inkwell.rb → 20130208134955_add_community_ids_to_post.inkwell.rb} +1 -1
  13. data/test/dummy/db/schema.rb +1 -1
  14. data/test/dummy/db/test.sqlite3 +0 -0
  15. data/test/dummy/log/development.log +124 -0
  16. data/test/dummy/log/test.log +9287 -0
  17. data/test/dummy_without_community/db/development.sqlite3 +0 -0
  18. data/test/dummy_without_community/db/migrate/{20130120124010_create_inkwell_timeline_items.rb → 20130208134743_create_inkwell_timeline_items.inkwell.rb} +1 -0
  19. data/test/dummy_without_community/db/migrate/{20130120124011_add_columns_to_posts.rb → 20130208134744_add_columns_to_posts.inkwell.rb} +1 -0
  20. data/test/dummy_without_community/db/migrate/{20130120124012_create_inkwell_blog_items.rb → 20130208134745_create_inkwell_blog_items.inkwell.rb} +1 -0
  21. data/test/dummy_without_community/db/migrate/{20130120124013_create_inkwell_favorite_items.rb → 20130208134746_create_inkwell_favorite_items.inkwell.rb} +1 -0
  22. data/test/dummy_without_community/db/migrate/{20130120124014_add_columns_to_users.rb → 20130208134747_add_columns_to_users.inkwell.rb} +1 -0
  23. data/test/dummy_without_community/db/migrate/{20130120124015_create_inkwell_comments.rb → 20130208134748_create_inkwell_comments.inkwell.rb} +1 -0
  24. data/test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb +21 -0
  25. data/test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb +8 -0
  26. data/test/dummy_without_community/db/schema.rb +19 -18
  27. data/test/dummy_without_community/db/test.sqlite3 +0 -0
  28. data/test/dummy_without_community/log/development.log +194 -0
  29. data/test/dummy_without_community/log/test.log +12555 -0
  30. data/test/dummy_without_community/spec/functional/blogline_spec.rb +4 -3
  31. data/test/dummy_without_community/spec/functional/comments_spec.rb +11 -11
  32. data/test/dummy_without_community/spec/functional/following_spec.rb +10 -0
  33. data/test/dummy_without_community/spec/functional/reblog_spec.rb +4 -4
  34. metadata +45 -41

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.