I have a little side project that uses the GitHub API (and a little bit of rubygems API) to analyze what gem dependencies and versions (from among a list of ‘interesting’ ones) are being used in a list of open Github repos with `Gemfile.lock`s, that I wrote out of curiosity regarding sufia/hyrax apps. I think it could turn into a useful tool for any ruby open source community using common dependencies to use to see what the community is up to.
It’s far from done, it just generates an ASCII report, and is missing many features I’d like. There are things I’m curious about that it doesn’t report on yet, like history of dependency use, how often do people upgrade a given dependency. And I’d like an interactive HTML interface that lets you slice and dice the data a bit (of people using a given gem, how many are also using another gem, etc). And then maybe set it up so it’s on the public web and regularly updates itself.
But it’s been a couple of months since I’ve worked on it, and I thought just the current snapshot in limited ASCII report format was useful enough that I should share a report.
The report, intentionally, for now, does not tell you which repos are using which dependencies, it just gives aggregate descriptive statistics. (Although you could of course manually find that out from their open Gemfile.locks). I wanted to avoid seeming to ‘call out’ anyone for using old versions or whatever. Although it would be useful to know, so you can, say, get in touch with people using the same things or same versions as you, I wanted to get some community feedback first. Thoughts on if it should?
I got the list of repos from various public lists of sufia or hyrax repos. Some things on the lists didn’t actually have open github repos at that address anymore — or had an open repo, but without a Gemfile.lock! Can only analyze with a Gemfile.lock in the repo. But I don’t really know which of these repos are in production, and which might be not yet, no longer, or never were. If you have a repo you’d like me to add or remove from the list, let me know! Also any other things you might want the report to include or questions you might want to let it help you answer. Or additional ‘interesting’ gems you’d like included in the report?
I do think it’s pretty cool that the combination of machine-readable Gemfile.lock and the GitHub API lets us do some pretty cool stuff here! If I get around to writing an interactive HTML interface, I’m thinking of trying to do it all in static file Javascript. That would require rewriting some of the analysis tools I’ve already written in ruby, in JS, but might be a good project to experiment with, say, vue.js. I don’t have much fancy new-gen JS experience, and this is a nice isolated thing for trying it out.
I am not sure what to read into these results. They aren’t necessarily good or bad, they just are a statement of what things are, which I think is interesting and useful in itself, and helps us plan and coordinate. I do think it’s worth recognizing that when developers in the community are on old major versions of shared dependencies, it increases the cost for them to contribute back upstream, makes it harder to do as part of “scratching their own itch”, and probably decreases such contributions. I also found it interesting how many repos use unreleased straight-from-github versions of some dependencies (17 of 28 do at least once), as well as the handful of gems that are fairly widely used in production but still don’t have a 1.0 release.
And here’s the ugly ascii report!
38 total input URLs, 28 with fetchable Gemfile.lock total apps analyzed: 28 with dependencies on non-release (git or path) gem versions: 17 with git checkouts: 16 with local path deps: 1 Date of report: 2017-08-30 15:11:20 -0400 Repos analyzed: https://github.com/psu-stewardship/scholarsphere https://github.com/psu-stewardship/archivesphere https://github.com/VTUL/data-repo https://github.com/gwu-libraries/gw-sufia https://github.com/gwu-libraries/scholarspace https://github.com/duke-libraries/course-assets https://github.com/ualbertalib/HydraNorth https://github.com/ualbertalib/Hydranorth2 https://github.com/aic-collections/aicdams-lakeshore https://github.com/osulp/Scholars-Archive https://github.com/durham-university/collections https://github.com/OregonShakespeareFestival/osf_digital_archives https://github.com/cul/ac3_sufia https://github.com/ihrnexuslab/research-repo https://github.com/galterlibrary/digital-repository https://github.com/chemheritage/chf-sufia https://github.com/vecnet/vecnet-dl https://github.com/vecnet/dl-discovery https://github.com/osulibraries/dc https://github.com/uclibs/scholar_uc https://github.com/uvalib/Libra2 https://github.com/pulibrary/plum https://github.com/curationexperts/laevigata https://github.com/csuscholarworks/bravado https://github.com/UVicLibrary/Vault https://github.com/mlibrary/heliotrope https://github.com/ucsdlib/horton https://github.com/pulibrary/figgy Gems analyzed: rails hyrax sufia curation_concerns qa hydra-editor hydra-head hydra-core hydra-works hydra-derivatives hydra-file_characterization hydra-pcdm hydra-role-management hydra-batch-edit browse-everything solrizer blacklight-access_controls hydra-access-controls blacklight blacklight-gallery blacklight_range_limit blacklight_advanced_search active-fedora active_fedora-noid active-triples ldp linkeddata riiif iiif_manifest pul_uv_rails mirador_rails osullivan bixby orcid rails: apps without dependency: 0 apps with dependency: 28 (100%) git checkouts: 0 local path dep: 0 3.x (3.0.0 released 2010-08-29): 1 (4%) 3.2.x (3.2.0 released 2012-01-20): 1 (4%) 4.x (4.0.0 released 2013-06-25): 16 (57%) 4.0.x (4.0.0 released 2013-06-25): 2 (7%) 4.1.x (4.1.0 released 2014-04-08): 1 (4%) 4.2.x (4.2.0 released 2014-12-20): 13 (46%) 5.x (5.0.0 released 2016-06-30): 11 (39%) 5.0.x (5.0.0 released 2016-06-30): 8 (29%) 5.1.x (5.1.0 released 2017-04-27): 3 (11%) Latest release: 5.1.4.rc1 (2017-08-24) hyrax: apps without dependency: 20 (71%) apps with dependency: 8 (29%) git checkouts: 4 (50%) local path dep: 0 1.x (1.0.1 released 2017-05-24): 4 (50%) 1.0.x (1.0.1 released 2017-05-24): 4 (50%) 2.x ( released unreleased): 4 (50%) 2.0.x ( released unreleased): 4 (50%) Latest release: 1.0.4 (2017-08-22) sufia: apps without dependency: 10 (36%) apps with dependency: 18 (64%) git checkouts: 8 (44%) local path dep: 0 0.x (0.0.1.pre1 released 2012-11-15): 1 (6%) 0.1.x (0.1.0 released 2013-02-04): 1 (6%) 3.x (3.0.0 released 2013-07-22): 1 (6%) 3.7.x (3.7.0 released 2014-02-07): 1 (6%) 4.x (4.0.0 released 2014-08-21): 2 (11%) 4.1.x (4.1.0 released 2014-10-31): 1 (6%) 4.2.x (4.2.0 released 2014-11-25): 1 (6%) 5.x (5.0.0 released 2015-06-06): 1 (6%) 5.0.x (5.0.0 released 2015-06-06): 1 (6%) 6.x (6.0.0 released 2015-03-27): 6 (33%) 6.0.x (6.0.0 released 2015-03-27): 2 (11%) 6.2.x (6.2.0 released 2015-07-09): 1 (6%) 6.3.x (6.3.0 released 2015-08-12): 1 (6%) 6.6.x (6.6.0 released 2016-01-28): 2 (11%) 7.x (7.0.0 released 2016-08-01): 7 (39%) 7.0.x (7.0.0 released 2016-08-01): 1 (6%) 7.1.x (7.1.0 released 2016-08-11): 1 (6%) 7.2.x (7.2.0 released 2016-10-01): 4 (22%) 7.3.x (7.3.0 released 2017-03-21): 1 (6%) Latest release: 7.3.1 (2017-04-26) curation_concerns: apps without dependency: 21 (75%) apps with dependency: 7 (25%) git checkouts: 1 (14%) local path dep: 1 (14%) 1.x (1.0.0 released 2016-06-22): 7 (100%) 1.3.x (1.3.0 released 2016-08-03): 2 (29%) 1.6.x (1.6.0 released 2016-09-14): 3 (43%) 1.7.x (1.7.0 released 2016-12-09): 2 (29%) Latest release: 2.0.0 (2017-04-20) qa: apps without dependency: 11 (39%) apps with dependency: 17 (61%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2013-10-04): 9 (53%) 0.3.x (0.3.0 released 2014-06-20): 1 (6%) 0.8.x (0.8.0 released 2016-07-07): 1 (6%) 0.10.x (0.10.0 released 2016-08-16): 3 (18%) 0.11.x (0.11.0 released 2017-01-04): 4 (24%) 1.x (1.0.0 released 2017-03-22): 8 (47%) 1.2.x (1.2.0 released 2017-06-23): 8 (47%) Latest release: 1.2.0 (2017-06-23) hydra-editor: apps without dependency: 3 (11%) apps with dependency: 25 (89%) git checkouts: 2 (8%) local path dep: 0 0.x (0.0.1 released 2013-06-13): 3 (12%) 0.5.x (0.5.0 released 2014-08-27): 3 (12%) 1.x (1.0.0 released 2015-01-30): 6 (24%) 1.0.x (1.0.0 released 2015-01-30): 4 (16%) 1.2.x (1.2.0 released 2016-01-21): 2 (8%) 2.x (2.0.0 released 2016-04-28): 1 (4%) 2.0.x (2.0.0 released 2016-04-28): 1 (4%) 3.x (3.1.0 released 2016-08-09): 15 (60%) 3.1.x (3.1.0 released 2016-08-09): 6 (24%) 3.3.x (3.3.1 released 2017-05-04): 9 (36%) Latest release: 3.3.2 (2017-05-23) hydra-head: apps without dependency: 1 (4%) apps with dependency: 27 (96%) git checkouts: 0 local path dep: 0 5.x (5.0.0 released 2012-12-11): 1 (4%) 5.4.x (5.4.0 released 2013-02-06): 1 (4%) 6.x (6.0.0 released 2013-03-28): 1 (4%) 6.5.x (6.5.0 released 2014-02-18): 1 (4%) 7.x (7.0.0 released 2014-03-31): 3 (11%) 7.2.x (7.2.0 released 2014-07-18): 3 (11%) 9.x (9.0.1 released 2015-01-30): 6 (22%) 9.1.x (9.1.0 released 2015-03-06): 2 (7%) 9.2.x (9.2.0 released 2015-07-08): 2 (7%) 9.5.x (9.5.0 released 2015-11-11): 2 (7%) 10.x (10.0.0 released 2016-06-08): 16 (59%) 10.0.x (10.0.0 released 2016-06-08): 1 (4%) 10.3.x (10.3.0 released 2016-09-02): 3 (11%) 10.4.x (10.4.0 released 2017-01-25): 4 (15%) 10.5.x (10.5.0 released 2017-06-09): 8 (30%) Latest release: 10.5.0 (2017-06-09) hydra-core: apps without dependency: 1 (4%) apps with dependency: 27 (96%) git checkouts: 0 local path dep: 0 5.x (5.0.0 released 2012-12-11): 1 (4%) 5.4.x (5.4.0 released 2013-02-06): 1 (4%) 6.x (6.0.0 released 2013-03-28): 1 (4%) 6.5.x (6.5.0 released 2014-02-18): 1 (4%) 7.x (7.0.0 released 2014-03-31): 3 (11%) 7.2.x (7.2.0 released 2014-07-18): 3 (11%) 9.x (9.0.0 released 2015-01-30): 6 (22%) 9.1.x (9.1.0 released 2015-03-06): 2 (7%) 9.2.x (9.2.0 released 2015-07-08): 2 (7%) 9.5.x (9.5.0 released 2015-11-11): 2 (7%) 10.x (10.0.0 released 2016-06-08): 16 (59%) 10.0.x (10.0.0 released 2016-06-08): 1 (4%) 10.3.x (10.3.0 released 2016-09-02): 3 (11%) 10.4.x (10.4.0 released 2017-01-25): 4 (15%) 10.5.x (10.5.0 released 2017-06-09): 8 (30%) Latest release: 10.5.0 (2017-06-09) hydra-works: apps without dependency: 13 (46%) apps with dependency: 15 (54%) git checkouts: 1 (7%) local path dep: 0 0.x (0.0.1 released 2015-06-05): 15 (100%) 0.12.x (0.12.0 released 2016-05-24): 1 (7%) 0.14.x (0.14.0 released 2016-09-06): 2 (13%) 0.15.x (0.15.0 released 2016-11-30): 2 (13%) 0.16.x (0.16.0 released 2017-03-02): 10 (67%) Latest release: 0.16.0 (2017-03-02) hydra-derivatives: apps without dependency: 2 (7%) apps with dependency: 26 (93%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2013-07-23): 4 (15%) 0.0.x (0.0.1 released 2013-07-23): 1 (4%) 0.1.x (0.1.0 released 2014-05-10): 3 (12%) 1.x (1.0.0 released 2015-01-30): 6 (23%) 1.0.x (1.0.0 released 2015-01-30): 1 (4%) 1.1.x (1.1.0 released 2015-03-27): 3 (12%) 1.2.x (1.2.0 released 2016-05-18): 2 (8%) 3.x (3.0.0 released 2015-10-07): 16 (62%) 3.1.x (3.1.0 released 2016-05-10): 3 (12%) 3.2.x (3.2.0 released 2016-11-17): 7 (27%) 3.3.x (3.3.0 released 2017-06-15): 6 (23%) Latest release: 3.3.2 (2017-08-17) hydra-file_characterization: apps without dependency: 3 (11%) apps with dependency: 25 (89%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2013-09-17): 25 (100%) 0.3.x (0.3.0 released 2013-10-24): 25 (100%) Latest release: 0.3.3 (2015-10-15) hydra-pcdm: apps without dependency: 13 (46%) apps with dependency: 15 (54%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2015-06-05): 15 (100%) 0.8.x (0.8.0 released 2016-05-12): 1 (7%) 0.9.x (0.9.0 released 2016-08-31): 14 (93%) Latest release: 0.9.0 (2016-08-31) hydra-role-management: apps without dependency: 17 (61%) apps with dependency: 11 (39%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2013-04-18): 11 (100%) 0.2.x (0.2.0 released 2014-06-25): 11 (100%) Latest release: 0.2.2 (2015-08-14) hydra-batch-edit: apps without dependency: 10 (36%) apps with dependency: 18 (64%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2012-06-15): 1 (6%) 0.1.x (0.1.0 released 2012-12-21): 1 (6%) 1.x (1.0.0 released 2013-05-10): 10 (56%) 1.1.x (1.1.0 released 2013-10-01): 10 (56%) 2.x (2.0.2 released 2016-04-20): 7 (39%) 2.0.x (2.0.2 released 2016-04-20): 1 (6%) 2.1.x (2.1.0 released 2016-08-17): 6 (33%) Latest release: 2.1.0 (2016-08-17) browse-everything: apps without dependency: 3 (11%) apps with dependency: 25 (89%) git checkouts: 3 (12%) local path dep: 0 0.x (0.1.0 released 2013-09-24): 25 (100%) 0.6.x (0.6.0 released 2014-07-31): 1 (4%) 0.7.x (0.7.0 released 2014-12-10): 1 (4%) 0.8.x (0.8.0 released 2015-02-27): 5 (20%) 0.10.x (0.10.0 released 2016-04-04): 5 (20%) 0.11.x (0.11.0 released 2016-12-31): 1 (4%) 0.12.x (0.12.0 released 2017-03-01): 2 (8%) 0.13.x (0.13.0 released 2017-04-30): 2 (8%) 0.14.x (0.14.0 released 2017-07-07): 8 (32%) Latest release: 0.14.0 (2017-07-07) solrizer: apps without dependency: 1 (4%) apps with dependency: 27 (96%) git checkouts: 1 (4%) local path dep: 0 2.x (2.0.0 released 2012-11-30): 1 (4%) 2.1.x (2.1.0 released 2013-01-18): 1 (4%) 3.x (3.0.0 released 2013-03-28): 25 (93%) 3.1.x (3.1.0 released 2013-05-03): 1 (4%) 3.3.x (3.3.0 released 2014-07-17): 7 (26%) 3.4.x (3.4.0 released 2016-03-14): 17 (63%) 4.x (4.0.0 released 2017-01-26): 1 (4%) 4.0.x (4.0.0 released 2017-01-26): 1 (4%) Latest release: 4.0.0 (2017-01-26) blacklight-access_controls: apps without dependency: 12 (43%) apps with dependency: 16 (57%) git checkouts: 0 local path dep: 0 0.x (0.1.0 released 2015-12-01): 16 (100%) 0.5.x (0.5.0 released 2016-06-08): 1 (6%) 0.6.x (0.6.0 released 2016-09-01): 15 (94%) Latest release: 0.6.2 (2017-03-28) hydra-access-controls: apps without dependency: 1 (4%) apps with dependency: 27 (96%) git checkouts: 0 local path dep: 0 5.x (5.0.0 released 2012-12-11): 1 (4%) 5.4.x (5.4.0 released 2013-02-06): 1 (4%) 6.x (6.0.0 released 2013-03-28): 1 (4%) 6.5.x (6.5.0 released 2014-02-18): 1 (4%) 7.x (7.0.0 released 2014-03-31): 3 (11%) 7.2.x (7.2.0 released 2014-07-18): 3 (11%) 9.x (9.0.0 released 2015-01-30): 6 (22%) 9.1.x (9.1.0 released 2015-03-06): 2 (7%) 9.2.x (9.2.0 released 2015-07-08): 2 (7%) 9.5.x (9.5.0 released 2015-11-11): 2 (7%) 10.x (10.0.0 released 2016-06-08): 16 (59%) 10.0.x (10.0.0 released 2016-06-08): 1 (4%) 10.3.x (10.3.0 released 2016-09-02): 3 (11%) 10.4.x (10.4.0 released 2017-01-25): 4 (15%) 10.5.x (10.5.0 released 2017-06-09): 8 (30%) Latest release: 10.5.0 (2017-06-09) blacklight: apps without dependency: 0 apps with dependency: 28 (100%) git checkouts: 0 local path dep: 0 4.x (4.0.0 released 2012-11-30): 2 (7%) 4.0.x (4.0.0 released 2012-11-30): 1 (4%) 4.7.x (4.7.0 released 2014-02-05): 1 (4%) 5.x (5.0.0 released 2014-02-05): 10 (36%) 5.5.x (5.5.0 released 2014-07-07): 2 (7%) 5.9.x (5.9.0 released 2015-01-30): 1 (4%) 5.11.x (5.11.0 released 2015-03-17): 1 (4%) 5.12.x (5.12.0 released 2015-03-24): 1 (4%) 5.13.x (5.13.0 released 2015-04-10): 1 (4%) 5.14.x (5.14.0 released 2015-07-02): 2 (7%) 5.18.x (5.18.0 released 2016-01-21): 2 (7%) 6.x (6.0.0 released 2016-01-21): 16 (57%) 6.3.x (6.3.0 released 2016-07-01): 1 (4%) 6.7.x (6.7.0 released 2016-09-27): 5 (18%) 6.10.x (6.10.0 released 2017-05-17): 6 (21%) 6.11.x (6.11.0 released 2017-08-10): 4 (14%) Latest release: 6.11.0 (2017-08-10) blacklight-gallery: apps without dependency: 4 (14%) apps with dependency: 24 (86%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2014-02-05): 24 (100%) 0.1.x (0.1.0 released 2014-09-05): 2 (8%) 0.3.x (0.3.0 released 2015-03-18): 2 (8%) 0.4.x (0.4.0 released 2015-04-10): 5 (21%) 0.6.x (0.6.0 released 2016-07-07): 4 (17%) 0.7.x (0.7.0 released 2017-01-24): 1 (4%) 0.8.x (0.8.0 released 2017-02-07): 10 (42%) Latest release: 0.8.0 (2017-02-07) blacklight_range_limit: apps without dependency: 24 (86%) apps with dependency: 4 (14%) git checkouts: 0 local path dep: 0 5.x (5.0.0 released 2014-02-11): 1 (25%) 5.0.x (5.0.0 released 2014-02-11): 1 (25%) 6.x (6.0.0 released 2016-01-26): 3 (75%) 6.0.x (6.0.0 released 2016-01-26): 1 (25%) 6.1.x (6.1.0 released 2017-02-17): 2 (50%) Latest release: 6.2.0 (2017-08-29) blacklight_advanced_search: apps without dependency: 11 (39%) apps with dependency: 17 (61%) git checkouts: 0 local path dep: 0 2.x (2.0.0 released 2012-11-30): 2 (12%) 2.1.x (2.1.0 released 2013-07-22): 2 (12%) 5.x (5.0.0 released 2014-03-18): 9 (53%) 5.1.x (5.1.0 released 2014-06-05): 7 (41%) 5.2.x (5.2.0 released 2015-10-12): 2 (12%) 6.x (6.0.0 released 2016-01-22): 6 (35%) 6.0.x (6.0.0 released 2016-01-22): 1 (6%) 6.1.x (6.1.0 released 2016-09-28): 2 (12%) 6.2.x (6.2.0 released 2016-12-13): 3 (18%) Latest release: 6.3.1 (2017-06-15) active-fedora: apps without dependency: 1 (4%) apps with dependency: 27 (96%) git checkouts: 1 (4%) local path dep: 0 5.x (5.0.0 released 2012-11-30): 1 (4%) 5.6.x (5.6.0 released 2013-02-02): 1 (4%) 6.x (6.0.0 released 2013-03-28): 1 (4%) 6.7.x (6.7.0 released 2013-10-29): 1 (4%) 7.x (7.0.0 released 2014-03-31): 3 (11%) 7.1.x (7.1.0 released 2014-07-18): 3 (11%) 9.x (9.0.0 released 2015-01-30): 6 (22%) 9.0.x (9.0.0 released 2015-01-30): 1 (4%) 9.1.x (9.1.0 released 2015-04-16): 1 (4%) 9.4.x (9.4.0 released 2015-09-03): 1 (4%) 9.7.x (9.7.0 released 2015-11-30): 2 (7%) 9.8.x (9.8.0 released 2016-02-05): 1 (4%) 10.x (10.0.0 released 2016-06-08): 3 (11%) 10.0.x (10.0.0 released 2016-06-08): 1 (4%) 10.3.x (10.3.0 released 2016-11-21): 2 (7%) 11.x (11.0.0 released 2016-09-13): 13 (48%) 11.1.x (11.1.0 released 2017-01-13): 2 (7%) 11.2.x (11.2.0 released 2017-05-18): 4 (15%) 11.3.x (11.3.0 released 2017-06-13): 3 (11%) 11.4.x (11.4.0 released 2017-06-28): 4 (15%) Latest release: 11.4.0 (2017-06-28) active_fedora-noid: apps without dependency: 9 (32%) apps with dependency: 19 (68%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2015-02-14): 1 (5%) 0.3.x (0.3.0 released 2015-07-14): 1 (5%) 1.x (1.0.1 released 2015-08-06): 3 (16%) 1.0.x (1.0.1 released 2015-08-06): 1 (5%) 1.1.x (1.1.0 released 2016-05-10): 2 (11%) 2.x (2.0.0 released 2016-11-29): 15 (79%) 2.0.x (2.0.0 released 2016-11-29): 8 (42%) 2.2.x (2.2.0 released 2017-05-25): 7 (37%) Latest release: 2.2.0 (2017-05-25) active-triples: apps without dependency: 3 (11%) apps with dependency: 25 (89%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2014-04-29): 25 (100%) 0.2.x (0.2.0 released 2014-07-01): 3 (12%) 0.6.x (0.6.0 released 2015-01-14): 2 (8%) 0.7.x (0.7.0 released 2015-05-14): 7 (28%) 0.11.x (0.11.0 released 2016-08-25): 13 (52%) Latest release: 0.11.0 (2016-08-25) ldp: apps without dependency: 6 (21%) apps with dependency: 22 (79%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2013-07-31): 22 (100%) 0.2.x (0.2.0 released 2014-12-11): 1 (5%) 0.3.x (0.3.0 released 2015-04-03): 1 (5%) 0.4.x (0.4.0 released 2015-09-18): 4 (18%) 0.5.x (0.5.0 released 2016-03-08): 3 (14%) 0.6.x (0.6.0 released 2016-08-11): 6 (27%) 0.7.x (0.7.0 released 2017-06-12): 7 (32%) Latest release: 0.7.0 (2017-06-12) linkeddata: apps without dependency: 10 (36%) apps with dependency: 18 (64%) git checkouts: 0 local path dep: 0 1.x (1.0.0 released 2013-01-22): 12 (67%) 1.1.x (1.1.0 released 2013-12-06): 7 (39%) 1.99.x (1.99.0 released 2015-10-31): 5 (28%) 2.x (2.0.0 released 2016-04-11): 6 (33%) 2.2.x (2.2.0 released 2017-01-23): 6 (33%) Latest release: 2.2.3 (2017-08-27) riiif: apps without dependency: 21 (75%) apps with dependency: 7 (25%) git checkouts: 0 local path dep: 0 0.x (0.0.1 released 2013-11-14): 2 (29%) 0.2.x (0.2.0 released 2015-11-10): 2 (29%) 1.x (1.0.0 released 2017-02-01): 5 (71%) 1.4.x (1.4.0 released 2017-04-11): 3 (43%) 1.5.x (1.5.0 released 2017-07-20): 2 (29%) Latest release: 1.5.1 (2017-08-01) iiif_manifest: apps without dependency: 24 (86%) apps with dependency: 4 (14%) git checkouts: 1 (25%) local path dep: 0 0.x (0.1.0 released 2016-05-13): 4 (100%) 0.1.x (0.1.0 released 2016-05-13): 2 (50%) 0.2.x (0.2.0 released 2017-05-03): 2 (50%) Latest release: 0.2.0 (2017-05-03) pul_uv_rails: apps without dependency: 26 (93%) apps with dependency: 2 (7%) git checkouts: 2 (100%) local path dep: 0 2.x ( released unreleased): 2 (100%) 2.0.x ( released unreleased): 2 (100%) No rubygems releases mirador_rails: apps without dependency: 28 (100%) apps with dependency: 0 git checkouts: 0 local path dep: 0 Latest release: 0.6.0 (2017-08-02) osullivan: apps without dependency: 27 (96%) apps with dependency: 1 (4%) git checkouts: 0 local path dep: 0 0.x (0.0.2 released 2015-01-16): 1 (100%) 0.0.x (0.0.2 released 2015-01-16): 1 (100%) Latest release: 0.0.3 (2015-01-21) bixby: apps without dependency: 26 (93%) apps with dependency: 2 (7%) git checkouts: 0 local path dep: 0 0.x (0.1.0 released 2017-03-30): 2 (100%) 0.2.x (0.2.0 released 2017-03-30): 2 (100%) Latest release: 0.2.2 (2017-08-07) orcid: apps without dependency: 27 (96%) apps with dependency: 1 (4%) git checkouts: 1 (100%) local path dep: 0 0.x (0.0.1.pre released 2014-02-21): 1 (100%) 0.9.x (0.9.0 released 2014-10-27): 1 (100%) Latest release: 0.9.1 (2014-12-09)
One thought on “Gem dependency use among Sufia/Hyrax apps”