RepoPilot

ice-cube-ruby/ice_cube

Ruby Date Recurrence Library - Allows easy creation of recurrence rules and fast querying

Mixed

Slowing — last commit 4mo ago

MixedDependency

dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

dependency CVE scan unavailable

  • Slowing — last commit 4mo ago
  • Last commit 4mo ago
  • 20 active contributors
  • Distributed ownership (top contributor 28% of recent commits)
  • MIT licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: ice-cube-ruby/ice_cube

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T06:48:12.466Z · commit 32ff145baf15

Verdict

Mixed — Slowing — last commit 4mo ago

  • Last commit 4mo ago
  • 20 active contributors
  • Distributed ownership (top contributor 28% of recent commits)
  • MIT licensed
  • 2 more receipts on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

ice_cube is a Ruby library for defining and querying recurring event schedules using an iCalendar-inspired API. It allows developers to specify complex recurrence rules (daily, weekly, monthly, yearly with multiple constraints), exception dates, and manually added occurrences, then efficiently query whether a schedule occurs on specific dates/times or generate lists of future occurrences. Single gem structure: lib/ice_cube/ contains core rule engine (rules/ subdirectory with DailyRule, WeeklyRule, etc.), parsers for multiple formats (hash, iCal, YAML in parsers/), builders for serialization (hash, iCal, string in builders/), and the main Schedule orchestrator. Rule and Occurrence classes…

Start here

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and install:

git clone https://github.com/seejohnrun/ice_cube.git
cd ice_cube
bundle install
bundle exec rspec

Daily commands:

No dev server—this is a library. Run tests:

bundle exec rspec

Use in a script:

require 'ice_cube'
schedule = IceCube::Schedule.new(Time.now) do |s|
  s.add_recurrence_rule(IceCube::Rule.daily.count(5))
end
puts schedule.occurrences(Time.now + 30.days)

Key cautions & unknowns

  • Slowing — last commit 4mo ago
  • Timezone handling: ice_cube respects the Time object's timezone, but DST transitions can cause subtle bugs—test with ActiveSupport::TimeZone if using Rails. RRULE compliance: iCal spec is complex; edge cases like BYDAY…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/ice-cube-ruby/ice_cube?axis=fork)](https://repopilot.app/r/ice-cube-ruby/ice_cube)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/ice-cube-ruby/ice_cube on X, Slack, or LinkedIn.

Ask AI about ice-cube-ruby/ice_cube

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/ice-cube-ruby/ice_cube"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>