.codeclimate.yml | 100644 | 0 | 0 | | | 65 Bytes | e3877db2fae439d388fba9814165e58145d413d96d09ad9f4b91c7121a1a9e94 |
.gitignore | 100644 | 0 | 0 | | | 122 Bytes | de14f6e113026a0272166cc43156f1ff7554c7d33937efa3cd9ba8b11fe17791 |
.rspec | 100644 | 0 | 0 | | | 61 Bytes | 531031837883782a8a08fb88c0478766c186908ef5c35811cd02954d6866880f |
.rubocop.yml | 100644 | 0 | 0 | | | 249 Bytes | a4cd5245e58f04b043069d3266aa6e4de08ad573010d12a3d1ab97f4a74c19f6 |
.travis.yml | 100644 | 0 | 0 | | | 868 Bytes | 5f2895d0186fb919ea6780b66bb4c25250facc439a06a55f7df00f6b4c9c126e |
.yardopts | 100644 | 0 | 0 | | | 84 Bytes | 582fac47cf33744603b71b37a65861b0af40d8fc3f1309442747f964663c659e |
Appraisals | 100644 | 0 | 0 | | | 652 Bytes | f0c54ee87875ee0bad61b02397838ee0ef803a8110ee2357a1d8b11bb1c01e1a |
CODE_OF_CONDUCT.md | 100644 | 0 | 0 | | | 1.39 KB | b2c988e28bedb9d14acb4cdd58ec0473716c6c30cff49f9f48131a59a73f527e |
Gemfile | 100644 | 0 | 0 | | | 695 Bytes | 2e28a906fa0fe1237a3202e44f9f9766188c6f2ee8307d50a5007353bd3aa78f |
Guardfile | 100644 | 0 | 0 | | | 2.69 KB | 2bbf1311cf2a34027e4fce82be71f302bf54394ed326db2072632cdce46777c3 |
LICENSE.txt | 100644 | 0 | 0 | | | 1.05 KB | 446b75108b10e3898178e355b58464cf36688887fa883aec34d51404e8cd1668 |
README.md | 100644 | 0 | 0 | | | 13.9 KB | 16eab14e377d0361e9838158a5c8f6dc1b54e62fc3642dd154f7a5200bbe330b |
Rakefile | 100644 | 0 | 0 | | | 2.28 KB | 3eb14bb4172c84014ccb3344d8a1df21cb03258efd9dc22f00adc564035331d4 |
asana.gemspec | 100644 | 0 | 0 | | | 1.22 KB | 1af0f704a8fa79dc6651e8d91ddf31491e5f8b1ca2cf52111440431f204f8dce |
bin/console | 100755 | 0 | 0 | | | 330 Bytes | 5ccf71e6cdb66fe301bf568a0b54ddcc7d573745552b5fed4d5315b0173153e7 |
bin/setup | 100755 | 0 | 0 | | | 126 Bytes | 348fce4f69de38f4ab619892edce7d645c541cfdb07b5a2e9dd599af11770319 |
examples/Gemfile | 100644 | 0 | 0 | | | 116 Bytes | 0daf96d1b54fe8f4334068840af0a248a950bc37bf26748179b46f5afa7417c2 |
examples/Gemfile.lock | 100644 | 0 | 0 | | | 1.16 KB | 2b308907329a8fd5ba3a99b7420a570ae25f32efcd5d85645b27f3e8c0614a2e |
examples/cli_app.rb | 100644 | 0 | 0 | | | 892 Bytes | c68f798002ddb8a9642456ebc1f1cce804a3ca3a471c7f1cc20e9d6ef791a119 |
examples/events.rb | 100644 | 0 | 0 | | | 1.09 KB | 1cee232f080ca9de80d83db85de8a3c9947721a0868514b55fdd1f00db59d19d |
examples/omniauth_integration.rb | 100644 | 0 | 0 | | | 1.33 KB | 38010e84664570a6e5282b306ee79ecdb4c5ce7360e2c2a2e9f338b49237afb2 |
examples/personal_access_token.rb | 100644 | 0 | 0 | | | 572 Bytes | 3db328214f7ea0daf381ab548fd54ac747c0f4c6fe9cc6d7a07486dd044c03fd |
lib/asana.rb | 100644 | 0 | 0 | | | 300 Bytes | 0c68bf7a49387de2c4965e6534833ac1cf1d10a230b9125bfcf1d4cbe8c4af61 |
lib/asana/authentication.rb | 100644 | 0 | 0 | | | 201 Bytes | b86970941c747ad75d1c616d2d52bda25104204a4feef4db1b1c0e5874ace1e8 |
lib/asana/authentication/oauth2.rb | 100644 | 0 | 0 | | | 1.76 KB | 53d865ff298caf8728f3e3453eeb2e1fe2c891133d3a690bdb25a2c519fafecb |
lib/asana/authentication/oauth2/access_token_authentication.rb | 100644 | 0 | 0 | | | 2.05 KB | 72133a61af248651d3e40650637202e87ada3bd169a73572f0019cbd6f9757f3 |
lib/asana/authentication/oauth2/bearer_token_authentication.rb | 100644 | 0 | 0 | | | 1.15 KB | 888ccfc981e5a08caf73d401a7e89768840e8eec31a55bbe1a98834ac8a68247 |
lib/asana/authentication/oauth2/client.rb | 100644 | 0 | 0 | | | 1.92 KB | 676a0d420d4d19d0b9583e0076f341f0067da726e9d2f0dc2b0f525f0c17bd1e |
lib/asana/authentication/token_authentication.rb | 100644 | 0 | 0 | | | 500 Bytes | 14d224a29441bb9be7c803e66641e606e3ce90b6ee4be59cfb3cdc912194303f |
lib/asana/client.rb | 100644 | 0 | 0 | | | 4.07 KB | b72924180cbaa260b26c66503a86903c4f88e8cc3108dfbe2c0bcedae49591c3 |
lib/asana/client/configuration.rb | 100644 | 0 | 0 | | | 5.27 KB | 3951da912b347ed85a10df75426abe1fa940fde7916285a754256c2cb311a7a5 |
lib/asana/errors.rb | 100644 | 0 | 0 | | | 3.24 KB | 28cda2e24b82787bab27cfac915bfce54d2d9ed2a494a2e29f19bf884fe693ce |
lib/asana/http_client.rb | 100644 | 0 | 0 | | | 5.39 KB | a88a958e42c86a6539601ec031dc1656c5ed236eef3d4aef590a844cb5d0081b |
lib/asana/http_client/environment_info.rb | 100644 | 0 | 0 | | | 1.42 KB | 5fe704101b79300d7d8110d4de69921c5a237b34649970513b796a3cfb6ebb69 |
lib/asana/http_client/error_handling.rb | 100644 | 0 | 0 | | | 3.89 KB | 1bd7462289c4d86dbbdbe01050aba8fe89567afdb3c04c7ad9530281859c639b |
lib/asana/http_client/response.rb | 100644 | 0 | 0 | | | 934 Bytes | a00a80991f1b2906f84ef78634b77161860b2d5134f11de3b304461003341e0c |
lib/asana/resource_includes/attachment_uploading.rb | 100644 | 0 | 0 | | | 1.25 KB | 6268bf1f8f038fd7b16b831b5d2b056cbc1588f765d4c2b1a0452d06d135628e |
lib/asana/resource_includes/collection.rb | 100644 | 0 | 0 | | | 2.08 KB | 660e42c5e871b1f84e2f72352b2de0cbe141907ecaad1ce5f00ef8a35bc6a334 |
lib/asana/resource_includes/event.rb | 100644 | 0 | 0 | | | 1.96 KB | 1c4eb6d5a9f560829702aaaed06a4f2ef95d235a9c363228d97491a1248f9322 |
lib/asana/resource_includes/event_subscription.rb | 100644 | 0 | 0 | | | 402 Bytes | 4880c0bb55aefb887058a527e26f8772e184724c92f0dbf2837a21e33a3af753 |
lib/asana/resource_includes/events.rb | 100644 | 0 | 0 | | | 3.42 KB | 5959e7d49157ba775c24fb3687ada202e9aca71c0b7a546c644d9812d2876b51 |
lib/asana/resource_includes/registry.rb | 100644 | 0 | 0 | | | 1.82 KB | 9c80f15ab70536f00f91a369e9155875434f29258772b5607b5a2652f82ec45a |
lib/asana/resource_includes/resource.rb | 100644 | 0 | 0 | | | 2.8 KB | fb90019dd9847adb59bae99093eb37ff12e242034aedd352f6099c939eff1c36 |
lib/asana/resource_includes/response_helper.rb | 100644 | 0 | 0 | | | 377 Bytes | 6b6efb4e12b0e300b51c452081881dd654da3bc6a12d0dd2d91f2849e9e9c4b2 |
lib/asana/resources.rb | 100644 | 0 | 0 | | | 417 Bytes | d99e1a310ce36950f2156143bd837a7b3774ca86c8bd547db7f827007df66fee |
lib/asana/resources/attachment.rb | 100644 | 0 | 0 | | | 1.63 KB | cc423ffa06169f4d505191b87a8a0d06b00068d1fc7b49a6f2852c8c017ba4b6 |
lib/asana/resources/custom_field_settings.rb | 100644 | 0 | 0 | | | 1.85 KB | 71936870188884d28428ad9c2f4727d02f6d562cc38989b5688e35cd63d8ae29 |
lib/asana/resources/custom_fields.rb | 100644 | 0 | 0 | | | 8.53 KB | 50da5c95b63a565e921e728a2457229f5141c3482c9afd3344d5d97fd523c048 |
lib/asana/resources/organization_export.rb | 100644 | 0 | 0 | | | 2.26 KB | 954889491b1101943b2eb6dd5ee42cfaa9949abc748636119f2fe65c6ce51c30 |
lib/asana/resources/project.rb | 100644 | 0 | 0 | | | 12.3 KB | 7a3b815d8eaeabf0edb27f00bb68fda6cf41b2d492b6de9bf33a2112cffd6e3a |
lib/asana/resources/project_membership.rb | 100644 | 0 | 0 | | | 1.84 KB | f40ef71bc42d30daf1477b3e82cd6152c87929d7097d70b0f089c386617ac1a3 |
lib/asana/resources/project_status.rb | 100644 | 0 | 0 | | | 2.98 KB | 1aad8ef1b55f5ed0e6298e7bfd9c68a0e66389273897cfcd4bd900cbedb837a1 |
lib/asana/resources/section.rb | 100644 | 0 | 0 | | | 4.32 KB | 84792530292af50b593294dd70b281aa59d27ed1a390795161123089265eac18 |
lib/asana/resources/story.rb | 100644 | 0 | 0 | | | 4.09 KB | 0a8ae942df6673e3d140d11782dd8048afed87de997b4928743132652b3f85af |
lib/asana/resources/tag.rb | 100644 | 0 | 0 | | | 5.69 KB | c178b8d60581843d8c13d31eca5bb9c9c72e67f916b80dea64e47460b8af22fe |
lib/asana/resources/task.rb | 100644 | 0 | 0 | | | 21.2 KB | ba3e8a324f4b3bee004def1e8e19b248160a8b1f51663d64215ca797cbbe65f0 |
lib/asana/resources/team.rb | 100644 | 0 | 0 | | | 4.51 KB | 71925e9720a78a3101fa3eb9d5e534f5faba2978bf8f133710a2d3f7a64ea1c4 |
lib/asana/resources/user.rb | 100644 | 0 | 0 | | | 2.88 KB | d15120d4fd093328065b70b6b84ca92d1cfcd8162ac23e91ee488d119d2eaf3d |
lib/asana/resources/webhook.rb | 100644 | 0 | 0 | | | 5.32 KB | 6e0816244566a2390b02f7418e2ad4beab905261ad8d752bdf4843ef3793b044 |
lib/asana/resources/workspace.rb | 100644 | 0 | 0 | | | 5.76 KB | 781ef40e529ce2d8fde1a1044420a671326cced41f0c12c316a7642f1e791ea8 |
lib/asana/ruby2_0_0_compatibility.rb | 100644 | 0 | 0 | | | 88 Bytes | 595cd850d0c37dd50ec71e16732ec4e858378da35ef2215cbd85a953f2b22216 |
lib/asana/version.rb | 100644 | 0 | 0 | | | 85 Bytes | f3963eb9f42368be042afad5cf04c84c1fed5580cd2b8cab6d3e39ddadeee32f |
lib/templates/index.js | 100644 | 0 | 0 | | | 156 Bytes | 3db66348efb8fdeb0f3c542a46baf34cffba01c74576dcf22adedf09acea550b |
lib/templates/resource.ejs | 100644 | 0 | 0 | | | 8.94 KB | 5db0f09017ddb756f4ab85bbeed5eaf9d57f7a1366fd279112c6599118a749d7 |
package.json | 100644 | 0 | 0 | | | 104 Bytes | 55b83cb7d27551a0d7e40d3f1cf5d23d8b390bb5234f8e0875e4cdebfb9c1417 |