{"id":16687283,"url":"https://github.com/highb/ruby-daygram","last_synced_at":"2025-03-13T16:25:41.966Z","repository":{"id":65697607,"uuid":"74239684","full_name":"highb/ruby-daygram","owner":"highb","description":"Convenience library for working with the daygram sqlite DB","archived":false,"fork":false,"pushed_at":"2023-12-15T05:47:53.000Z","size":24,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-15T09:22:12.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/highb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-19T22:36:07.000Z","updated_at":"2016-11-19T23:57:41.000Z","dependencies_parsed_at":"2024-10-12T15:08:39.426Z","dependency_job_id":"5487a450-3c16-47b0-af90-3095fa6ea62d","html_url":"https://github.com/highb/ruby-daygram","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"63487921d9f95f65eec0467989fa8548fce7ab68"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highb%2Fruby-daygram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highb%2Fruby-daygram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highb%2Fruby-daygram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highb%2Fruby-daygram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highb","download_url":"https://codeload.github.com/highb/ruby-daygram/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243439654,"owners_count":20291166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T15:08:36.396Z","updated_at":"2025-03-13T16:25:41.922Z","avatar_url":"https://github.com/highb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daygram\n\n[![Gem Version](https://badge.fury.io/rb/daygram.svg)](http://badge.fury.io/rb/daygram)\n[![Code Climate GPA](https://codeclimate.com/github/highb/ruby-daygram.svg)](https://codeclimate.com/github/highb/ruby-daygram)\n[![Code Climate Coverage](https://codeclimate.com/github/highb/ruby-daygram/coverage.svg)](https://codeclimate.com/github/highb/ruby-daygram)\n[![Travis CI Status](https://secure.travis-ci.org/highb/ruby-daygram.svg)](https://travis-ci.org/highb/ruby-daygram)\n\n\u003c!-- Tocer[start]: Auto-generated, don't remove. --\u003e\n\n# Table of Contents\n\n- [Features](#features)\n- [Requirements](#requirements)\n- [Setup](#setup)\n- [Usage](#usage)\n- [Tests](#tests)\n- [Versioning](#versioning)\n- [Code of Conduct](#code-of-conduct)\n- [Contributions](#contributions)\n- [License](#license)\n- [History](#history)\n- [Credits](#credits)\n\n\u003c!-- Tocer[finish]: Auto-generated, don't remove. --\u003e\n\n# Features\n\n# Requirements\n\n0. [Ruby 2.3.1](https://www.ruby-lang.org)\n\n# Setup\n\n\u003c!-- For a secure install, type the following (recommended):\n\n    gem cert --add \u003c(curl --location --silent /gem-public.pem)\n    gem install daygram --trust-policy MediumSecurity\n\nNOTE: A HighSecurity trust policy would be best but MediumSecurity enables signed gem verification\nwhile allowing the installation of unsigned dependencies since they are beyond the scope of this\ngem.\n\nFor an insecure install, type the following (not recommended): --\u003e\n\n    gem install daygram\n\n\n# Usage\n\nTo print all of the entries in the Daygram:\n\n    daygram read all\n\nTo print the latest entry:\n\n    daygram read latest\n\nTo print the last 3 entries:\n\n    daygram read last 3\n\nTo print the entry for a particular date:\n\n    daygram read day 2016-11-15\n\nTo print the entries as JSON, Ruby Hash, or a table:\n\n    daygram read last --format json\n    daygram read last --format hash\n    daygram read last --format table\n\n# Tests\n\nTo test, run:\n\n    bundle exec rake\n\n# Versioning\n\nRead [Semantic Versioning](http://semver.org) for details. Briefly, it means:\n\n- Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.\n- Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.\n- Major (X.y.z) - Incremented for any backwards incompatible public API changes.\n\n# Code of Conduct\n\nPlease note that this project is released with a [CODE OF CONDUCT](CODE_OF_CONDUCT.md). By\nparticipating in this project you agree to abide by its terms.\n\n# Contributions\n\nRead [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n# License\n\nCopyright (c) 2016 [Brandon High](https://brandon-high.com).\nRead [LICENSE](LICENSE.md) for details.\n\n# History\n\nRead [CHANGES](CHANGES.md) for details.\nBuilt with [Gemsmith](https://github.com/bkuhlmann/gemsmith).\n\n# Credits\n\nDeveloped by [Brandon High](https://brandon-high.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighb%2Fruby-daygram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighb%2Fruby-daygram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighb%2Fruby-daygram/lists"}