.document | 100644 | 0 | 0 | | | 55 Bytes | 0050ed5b67fff8be1f7e1610fb2e9d4a3f5c826d65c82ede0828c633bacc925f |
.rspec | 100644 | 0 | 0 | | | 48 Bytes | 6ef1fd23986a1155b83f8a7261189253292a62fe62c9cd84b87537cb4f2fb334 |
.travis.yml | 100644 | 0 | 0 | | | 117 Bytes | 7b7b97ff48297484898d3811d15cbc163441579564c3ad26b7af70465b164fc2 |
Gemfile | 100644 | 0 | 0 | | | 437 Bytes | d51560431265c2045b910482788eb172d266b7bff7ed0c9aac84cdff8a5d77f0 |
LICENSE.txt | 100644 | 0 | 0 | | | 558 Bytes | d4168a7e34ec168f5428103811f1642987897f66668410a1851a012524508198 |
README.markdown | 100644 | 0 | 0 | | | 4.02 KB | c5469bd0b89f79764dd1587a0c2a29419aa03cab2c9d274a70f373aeb6e35cf4 |
Rakefile | 100644 | 0 | 0 | | | 1.28 KB | a547c093d919c15bdc0f942b820ae055fc0dd4c1d73c72148f20d53151339b8f |
VERSION | 100644 | 0 | 0 | | | 5 Bytes | ec17a75580c4eacbe03c9b3ea28fe5d77b571617b56704eee363d68595d35137 |
google_contacts_api.gemspec | 100644 | 0 | 0 | | | 3.97 KB | 81d8654e92ab827d212b43efe258e3a6370ce202609e8606f12a9c7aa7461928 |
lib/google_contacts_api.rb | 100644 | 0 | 0 | | | 416 Bytes | 391f68ffb832b694eab2470afd29dc148fb26c3d2b71e5971e11ee2fdc7bf5e6 |
lib/google_contacts_api/api.rb | 100644 | 0 | 0 | | | 2.39 KB | e76f193dae97ba7e17b5b2eab7ac3c53342c422f7fa4e1e26d51c17ab8593f57 |
lib/google_contacts_api/contact.rb | 100644 | 0 | 0 | | | 8.05 KB | aab3cba274a5595375716e69abcb0838920efb4209d64a18ec290bd425c1d2b2 |
lib/google_contacts_api/contact_set.rb | 100644 | 0 | 0 | | | 474 Bytes | 22aa983083280e664432adaf4c733225a66f48db2affb0ca40240514956efe3f |
lib/google_contacts_api/contacts.rb | 100644 | 0 | 0 | | | 1.04 KB | 7c593cc28e9c73034d6dabbba435d453f81e7d63d31dde8e4679fc726fec6747 |
lib/google_contacts_api/group.rb | 100644 | 0 | 0 | | | 1.09 KB | ddda0a61f4edc11eaf245ff7aa0250a06ac234192753ee3b05cd7d73edb540b4 |
lib/google_contacts_api/group_set.rb | 100644 | 0 | 0 | | | 433 Bytes | b33186ecd21aee3b1d7e0c448d5fc21cd48a96655cebc552e59194d0002b9466 |
lib/google_contacts_api/groups.rb | 100644 | 0 | 0 | | | 924 Bytes | 3547b86afc620cbffbb8cdc66439a61cae333f7a98687014fa087931634c74af |
lib/google_contacts_api/result.rb | 100644 | 0 | 0 | | | 1.36 KB | 3e2edb55d3218c582033e30136db29ab6952cc5128b0f5cd88dea82914fc2a0f |
lib/google_contacts_api/result_set.rb | 100644 | 0 | 0 | | | 1.3 KB | b846e0435017f8d0a590a630c9f1b22fcb234ddb34eed3791939767fe74b30ba |
lib/google_contacts_api/user.rb | 100644 | 0 | 0 | | | 881 Bytes | 04b36045e72999bae6545b5c0a27fc2ba3965a0d8b1a09f3c77abeb22d473881 |
lib/google_contacts_api/version.rb | 100644 | 0 | 0 | | | 170 Bytes | 7c0845c2905541f6555333ffbb9d3046b1ce559c5574f70b443a7aea12f9ec50 |
spec/fixtures/contact_set.json | 100644 | 0 | 0 | | | 41.1 KB | d36c7298a948e0482ef56a99b561c79586d0a86062bee4cda1625e2ef5a6d06b |
spec/fixtures/empty_contact_set.json | 100644 | 0 | 0 | | | 2.54 KB | 48d43fc6b3a950e1c84e623c6118e30af901d8923720933f0310a619e81ebb94 |
spec/fixtures/empty_group_set.json | 100644 | 0 | 0 | | | 2.3 KB | 58ccd71ad4da5260e58c0ace55d9125cd7ea67a85fcccefeb5d3d021b2156800 |
spec/fixtures/group_set.json | 100644 | 0 | 0 | | | 7.08 KB | 82fd1501c31cb799906c443f7b75698fe5c922cfe6c2a4c2d760d7950ee9ed08 |
spec/lib/google_contacts_api/api_spec.rb | 100644 | 0 | 0 | | | 2.79 KB | d920eac867cb88b471894ff3ed108b3c2560a32727aef201259b823b28c361b8 |
spec/lib/google_contacts_api/contact_set_spec.rb | 100644 | 0 | 0 | | | 1.17 KB | 703e644b4ee471913b7544ae9c244b0866a9e4e19d2d9e38488e9c2d02ea8416 |
spec/lib/google_contacts_api/contact_spec.rb | 100644 | 0 | 0 | | | 13.5 KB | 3a59bde501559a0578a2fc50308261b7c7b1720d314080c6fec148920e70dcc1 |
spec/lib/google_contacts_api/contacts_spec.rb | 100644 | 0 | 0 | | | 752 Bytes | d04b84a54eb7e3078c9fafbdd37ef84b2ad77b40175ef0936700dbf9ae6e0697 |
spec/lib/google_contacts_api/group_set_spec.rb | 100644 | 0 | 0 | | | 1.13 KB | 749a586cef9e36b86eb6391eed512265a5cff250615c7d47eeeaa8769c697ba4 |
spec/lib/google_contacts_api/group_spec.rb | 100644 | 0 | 0 | | | 2.95 KB | 3917e45a72b07165f5f2c67554666ed187819ef83c44e22a2e92d8726ffc7a84 |
spec/lib/google_contacts_api/groups_spec.rb | 100644 | 0 | 0 | | | 734 Bytes | 8836757f599778cca71c4fcd1a93200d80e7653f6f9f61766d07efd56740785d |
spec/lib/google_contacts_api/result_set_spec.rb | 100644 | 0 | 0 | | | 1.01 KB | a69d1c723c6ac8fab0675f852db5748ba0e4639b45e1bf067a911e702c87687b |
spec/lib/google_contacts_api/result_spec.rb | 100644 | 0 | 0 | | | 1.79 KB | b250647089f41d0cbe85d2c1340f721e89da5c5a6a23a571de8322f52ebbc574 |
spec/lib/google_contacts_api/user_spec.rb | 100644 | 0 | 0 | | | 1.76 KB | c7f2a12271c6dfaa0e29001da39941c5d91544ba00d8add058173ea036f43205 |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 571 Bytes | fe4a96ab4e9954f30e2fc237539f7374b12e77dc800035109f9c5dcd26c6cdac |
spec/support/rspec_helpers.rb | 100644 | 0 | 0 | | | 1 KB | 8e090ae77ad31026202f328cd750110ef2e6357de93caa8320e87bac804959f4 |