README.md | 100644 | 0 | 0 | | | 519 Bytes | 325029f0e607f98f554f231ed52030e9c7d62803084ca6689a3c9063ddc9520b |
Rakefile | 100644 | 0 | 0 | | | 116 Bytes | 7479a7543bc8530b08c8fbc5b1e754e0e36d573093fdbf69b23c2b1a21085b24 |
.gitignore | 100644 | 0 | 0 | | | 161 Bytes | 0d6078547e1575e911e93f9396502725866d3d4d24ca086dcc3d3cb6a40cf609 |
.rspec | 100644 | 0 | 0 | | | 33 Bytes | 25a67cee587b575a0406ac365f7fd3a4f2d66136e222177c773a01f533ca4ed6 |
Gemfile | 100644 | 0 | 0 | | | 99 Bytes | ed98b97640357b06131855a5672e6de14c0b2496b03344703b61af7107ebc137 |
Guardfile | 100644 | 0 | 0 | | | 278 Bytes | 1193bd0071cee46d5fbd9deb5ad373678b25eb5ad011db9db139f116ee540f5c |
LICENSE.txt | 100644 | 0 | 0 | | | 1.04 KB | a8245f1b066476c42df5117ad0fdc4de0b3d9fcbf71a198f9f56f68788d90d42 |
google-scholar.gemspec | 100644 | 0 | 0 | | | 1.23 KB | 16782a811ef1deadb03fb08bb6491dfbe00c0c96260f3a561db9a6ce0b63cc9b |
lib/google/scholar.rb | 100644 | 0 | 0 | | | 916 Bytes | 914c335b9f2cf1b16e4e522d77bcff14c1ee953b074bf42417bcf723b2b69ae3 |
lib/google/scholar/article_enumerator.rb | 100644 | 0 | 0 | | | 806 Bytes | e8ddf0e7ebb902534a603539701d1bd8b5a8d135c346135459c230b09a4bf372 |
lib/google/scholar/article_summary.rb | 100644 | 0 | 0 | | | 745 Bytes | 9e9aed87537b7b99d48db8b9b541d775ca6f1065c4698ea4a7215b93743c08b2 |
lib/google/scholar/author.rb | 100644 | 0 | 0 | | | 1.01 KB | 93a2122363483ccd7e18f5468210089e81c637db6c479d64887e2bb80a767722 |
lib/google/scholar/author_enumerator.rb | 100644 | 0 | 0 | | | 802 Bytes | a8c41490c7477c957749e4409e1760217092beae5f7bac7b585ed47aaf6c5e83 |
lib/google/scholar/author_search.rb | 100644 | 0 | 0 | | | 282 Bytes | 327e93513ed996361c00fe46c674fd9378d2e04c4e369caa17f065b9c1cac805 |
lib/google/scholar/base.rb | 100644 | 0 | 0 | | | 344 Bytes | a72da616349adbcbe4185ae89eebf9862829082d5a23e421032cb7fc5feaa177 |
lib/google/scholar/document.rb | 100644 | 0 | 0 | | | 844 Bytes | b7fda164b9c9ff5fdd13098cbe1756e98cbabb617922b40a6b739d69f65a439a |
lib/google/scholar/document/authors_document.rb | 100644 | 0 | 0 | | | 654 Bytes | 64612b764ab27a5b3ca8fec54eb3f35ea0b201007cbd7f364f126c4fb5258b52 |
lib/google/scholar/document/authors_profile_document.rb | 100644 | 0 | 0 | | | 379 Bytes | e5fc13939c2c90803fa59dd13ecff4ae4bb66acedc5e1506e499bcf1f1fc5c95 |
lib/google/scholar/scraper.rb | 100644 | 0 | 0 | | | 1.35 KB | ebf1a34fca45324adfba024f7e134ec816631b0aef07b8fb193db8d8532adb85 |
lib/google/scholar/version.rb | 100644 | 0 | 0 | | | 63 Bytes | 4778d450a9176aab0c3fc3126d4cb0e3f678ad490edc5003ee404c95788e2c41 |
spec/fixtures/article_part.htm | 100644 | 0 | 0 | | | 603 Bytes | 1f9f0890f45a32cd270ed356b4523c851940eedfd36c96650c3fc2976e61ec92 |
spec/fixtures/author_profile_page.htm | 100644 | 0 | 0 | | | 22.5 KB | 4f1fbfca5f895794cf0cc113821b15784083b6d7b2bb0348b65ca8b5256175fe |
spec/fixtures/author_result_page.htm | 100644 | 0 | 0 | | | 8.85 KB | 68f9de6b6ba9a6cfd66a8d33efff3101745a8e896838a30466db6a5d04ae7fef |
spec/fixtures/author_result_page_has_next.htm | 100644 | 0 | 0 | | | 8.87 KB | b77e33c44643ecafbd3e071390d72766d86b6584864c44476fd860be40e7e9fc |
spec/fixtures/full_article.htm | 100644 | 0 | 0 | | | 8.37 KB | d0414182208176b78aa2538e09b3fba67b4095a5bbc255d6e5bb1f701e688cc7 |
spec/fixtures/single_author_page.htm | 100644 | 0 | 0 | | | 713 Bytes | 0869d215c3497532a2f90225b16bb8d14bf7112fb208f0b81bc260e43ae18a5e |
spec/lib/google/scholar/article_enumerator_spec.rb | 100644 | 0 | 0 | | | 1.52 KB | 387e4b44ceb11b9bf1d93ffdf6bd914d2192b8b3e326deb623e6a2e62c343db8 |
spec/lib/google/scholar/article_summary_spec.rb | 100644 | 0 | 0 | | | 1.25 KB | 0f63d6452a41048ea7925b329450916f033bc9233856b8e590186044d246117e |
spec/lib/google/scholar/author_enumerator_spec.rb | 100644 | 0 | 0 | | | 1.75 KB | f9697b0a8f8c6319b30ccffb2f61d8d4b53f44e7df6db7ebd863b3db908e4bd9 |
spec/lib/google/scholar/author_search_spec.rb | 100644 | 0 | 0 | | | 633 Bytes | 9035a097601ddbb0877ec8ecbeefbe220a5228d4493d2f956421abd150cf1f16 |
spec/lib/google/scholar/author_spec.rb | 100644 | 0 | 0 | | | 2.1 KB | a04fed27e57d34ce154aab63a6e487bc5a5c6e64d690eb2c165630fc14987dd6 |
spec/lib/google/scholar/base_spec.rb | 100644 | 0 | 0 | | | 577 Bytes | ee04847268d35abe53576fb38ad14d448ef042a9308da661e236db6c42a55cd2 |
spec/lib/google/scholar/document/authors_document_spec.rb | 100644 | 0 | 0 | | | 3.19 KB | e6c2f52e4ff8feb8b2f682c9ea5a825080c5506b51679691ac34904c3878f00a |
spec/lib/google/scholar/document/authors_profile_document_spec.rb | 100644 | 0 | 0 | | | 1.46 KB | 91a46abff1b97207d52aa883af46c2c32e15d879014b873f984b024758193925 |
spec/lib/google/scholar/scraper_spec.rb | 100644 | 0 | 0 | | | 1.55 KB | 72af8e26a2ab56f14b35f4f8e2292608655696d8a0135f29d742167f1afdb891 |
spec/lib/google/scholar_spec.rb | 100644 | 0 | 0 | | | 794 Bytes | 5caa91a80c2a7acbee36038424d2b1343cd8fc695bf84a6a3b644b96b60a3323 |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 856 Bytes | f8557eb1c5f7a3a9382d7309101ef7f5a02162764a16cf1742d6e3404f57ef65 |