.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 | | | 826 Bytes | 07d7ffad2291cb58619c0a63d019528c0b02592d5a03846d54eebfebf9aaaf64 |
.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 | | | 694 Bytes | d5d6e88e34348363030bc08ecf81b266df4279e2e25fbb7830696c1fc14ace11 |
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 | | | 106 Bytes | bf73734ef01e65e89ba211b7a7a4a5bfeeed20d2b763894dc03b851db749a8be |
examples/Gemfile.lock | 100644 | 0 | 0 | | | 1.14 KB | 610ddfee6fea07b78c7c99e0ec5cf612d504330d3dbd2cbba8d67f56d9366ffd |
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 | | | 2.93 KB | cc9e7c82e0fdc3ca21610c5d359d4c7e444045a98bdf7c800b3f86b1f5d4d51d |
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.45 KB | dc620fd4a3210f20e7497314d12a8d2db1a52d2be2242641f2ec93c57fb6fe99 |
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 | 7b4feed4317458a403f4e794ff7bb0976adbc14e1eea4c0dd2d1ee031fb2254e |
lib/asana/resources/custom_field_settings.rb | 100644 | 0 | 0 | | | 1.66 KB | 873c58078a3107d97b643d6b8af016f50737660413bad13a2c6c411173ec0f45 |
lib/asana/resources/custom_fields.rb | 100644 | 0 | 0 | | | 1.65 KB | c352a2b3c3e9067acebda99932b3bdea96ac64bdc1301b39366beec79afb3645 |
lib/asana/resources/project.rb | 100644 | 0 | 0 | | | 12.6 KB | a6fbef433cbc1e6722ae42e20649ddb60c9edeb20cfa8d384affc37a1752dcad |
lib/asana/resources/story.rb | 100644 | 0 | 0 | | | 2.76 KB | cd96472293f36defbcfe0a1341c3587f607b414593ef7d1b54a1cd0b21e91b55 |
lib/asana/resources/tag.rb | 100644 | 0 | 0 | | | 5.72 KB | f539f31e55ea02db0a823738d1e330d82cd46dd4a4f27db2ee58d7f0f2b30610 |
lib/asana/resources/task.rb | 100644 | 0 | 0 | | | 15.4 KB | 23fbd6af6fb2f2bc31614806c6da454ba7de1539adab80c291de99f9ddfe400f |
lib/asana/resources/team.rb | 100644 | 0 | 0 | | | 4.51 KB | c95c875ba749b7a2f194714e021293eef5067b59ab429d09988e02bb9aea1fdb |
lib/asana/resources/user.rb | 100644 | 0 | 0 | | | 2.88 KB | 22d68cd83d7a7cd516016c9eee1e355f5ca35666580ede5ec51a3f168aaa4302 |
lib/asana/resources/webhook.rb | 100644 | 0 | 0 | | | 5.32 KB | 9b23058067b7c6df1d3a2b0a7f2b4807dedb4b346592504f355c897ee9e205de |
lib/asana/resources/workspace.rb | 100644 | 0 | 0 | | | 5.66 KB | c1319a9d00a0f24ba74e3db84f078729720d7016d8b3f93b4b0fb9f5d76b13c1 |
lib/asana/ruby2_0_0_compatibility.rb | 100644 | 0 | 0 | | | 88 Bytes | 595cd850d0c37dd50ec71e16732ec4e858378da35ef2215cbd85a953f2b22216 |
lib/asana/version.rb | 100644 | 0 | 0 | | | 85 Bytes | 28c6d2dcfd9c2a40c692947e7001a09d6249761e2c3cdc8ac14c408f92f561d5 |
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 |