Manifest in koala-0.8.0 vs Manifest in koala-0.9.0

- old
+ new

@@ -1,9 +1,23 @@ CHANGELOG LICENSE Manifest Rakefile +examples/oauth_playground/Capfile +examples/oauth_playground/LICENSE +examples/oauth_playground/Rakefile +examples/oauth_playground/config.ru +examples/oauth_playground/config/deploy.rb +examples/oauth_playground/config/facebook.yml +examples/oauth_playground/lib/load_facebook.rb +examples/oauth_playground/lib/oauth_playground.rb +examples/oauth_playground/readme.md +examples/oauth_playground/spec/oauth_playground_spec.rb +examples/oauth_playground/spec/spec_helper.rb +examples/oauth_playground/tmp/restart.txt +examples/oauth_playground/views/index.erb +examples/oauth_playground/views/layout.erb init.rb koala.gemspec lib/koala.rb lib/koala/graph_api.rb lib/koala/http_services.rb @@ -14,9 +28,10 @@ spec/koala/api_base_tests.rb spec/koala/graph_and_rest_api/graph_and_rest_api_no_token_tests.rb spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb spec/koala/graph_api/graph_api_no_access_token_tests.rb spec/koala/graph_api/graph_api_with_access_token_tests.rb +spec/koala/graph_api/graph_collection_tests.rb spec/koala/live_testing_data_helper.rb spec/koala/net_http_service_tests.rb spec/koala/oauth/oauth_tests.rb spec/koala/realtime_updates/realtime_updates_tests.rb spec/koala/rest_api/rest_api_no_access_token_tests.rb