# -*- encoding: utf-8 -*- # stub: timeboss 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "timeboss".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kevin McDonald".freeze] s.date = "2020-07-19" s.description = "Broadcast Calendar navigation in Ruby made simple".freeze s.email = ["kevinstuffandthings@gmail.com".freeze] s.executables = ["tbsh".freeze] s.files = [".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardoc/checksums".freeze, ".yardoc/complete".freeze, ".yardoc/object_types".freeze, ".yardoc/objects/root.dat".freeze, ".yardoc/proxy_types".freeze, ".yardopts".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/tbsh".freeze, "doc/TimeBoss.html".freeze, "doc/TimeBoss/Calendar.html".freeze, "doc/TimeBoss/Calendar/Day.html".freeze, "doc/TimeBoss/Calendar/Half.html".freeze, "doc/TimeBoss/Calendar/Month.html".freeze, "doc/TimeBoss/Calendar/Parser.html".freeze, "doc/TimeBoss/Calendar/Period.html".freeze, "doc/TimeBoss/Calendar/Quarter.html".freeze, "doc/TimeBoss/Calendar/Support.html".freeze, "doc/TimeBoss/Calendar/Support/Formatter.html".freeze, "doc/TimeBoss/Calendar/Support/MonthBased.html".freeze, "doc/TimeBoss/Calendar/Support/MonthBasis.html".freeze, "doc/TimeBoss/Calendar/Support/MonthlyUnit.html".freeze, "doc/TimeBoss/Calendar/Support/Navigable.html".freeze, "doc/TimeBoss/Calendar/Support/Shiftable.html".freeze, "doc/TimeBoss/Calendar/Support/Unit.html".freeze, "doc/TimeBoss/Calendar/Waypoints.html".freeze, "doc/TimeBoss/Calendar/Waypoints/Absolute.html".freeze, "doc/TimeBoss/Calendar/Waypoints/Relative.html".freeze, "doc/TimeBoss/Calendar/Week.html".freeze, "doc/TimeBoss/Calendar/Year.html".freeze, "doc/TimeBoss/Calendars.html".freeze, "doc/TimeBoss/Calendars/Broadcast.html".freeze, "doc/TimeBoss/Calendars/Broadcast/Basis.html".freeze, "doc/TimeBoss/Calendars/Entry.html".freeze, "doc/TimeBoss/Support.html".freeze, "doc/TimeBoss/Support/Shellable.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/tasks/calendars.rake".freeze, "lib/tasks/timeboss.rake".freeze, "lib/timeboss.rb".freeze, "lib/timeboss/calendar.rb".freeze, "lib/timeboss/calendar/day.rb".freeze, "lib/timeboss/calendar/half.rb".freeze, "lib/timeboss/calendar/month.rb".freeze, "lib/timeboss/calendar/parser.rb".freeze, "lib/timeboss/calendar/period.rb".freeze, "lib/timeboss/calendar/quarter.rb".freeze, "lib/timeboss/calendar/support.rb".freeze, "lib/timeboss/calendar/support/formatter.rb".freeze, "lib/timeboss/calendar/support/month_basis.rb".freeze, "lib/timeboss/calendar/support/monthly_unit.rb".freeze, "lib/timeboss/calendar/support/navigable.rb".freeze, "lib/timeboss/calendar/support/shiftable.rb".freeze, "lib/timeboss/calendar/support/unit.rb".freeze, "lib/timeboss/calendar/waypoints.rb".freeze, "lib/timeboss/calendar/waypoints/absolute.rb".freeze, "lib/timeboss/calendar/waypoints/relative.rb".freeze, "lib/timeboss/calendar/week.rb".freeze, "lib/timeboss/calendar/year.rb".freeze, "lib/timeboss/calendars.rb".freeze, "lib/timeboss/calendars/broadcast.rb".freeze, "lib/timeboss/support/shellable.rb".freeze, "lib/timeboss/version.rb".freeze, "spec/calendar/day_spec.rb".freeze, "spec/calendar/quarter_spec.rb".freeze, "spec/calendar/support/monthly_unit_spec.rb".freeze, "spec/calendar/support/unit_spec.rb".freeze, "spec/calendar/week_spec.rb".freeze, "spec/calendars/broadcast_spec.rb".freeze, "spec/calendars_spec.rb".freeze, "spec/spec_helper.rb".freeze, "timeboss.gemspec".freeze] s.homepage = "https://github.com/kevinstuffandthings/timeboss".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Broadcast Calendar navigation in Ruby made simple".freeze s.test_files = ["spec/calendar/day_spec.rb".freeze, "spec/calendar/quarter_spec.rb".freeze, "spec/calendar/support/monthly_unit_spec.rb".freeze, "spec/calendar/support/unit_spec.rb".freeze, "spec/calendar/week_spec.rb".freeze, "spec/calendars/broadcast_spec.rb".freeze, "spec/calendars_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<activesupport>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<bundler>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<pry>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<pry-byebug>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<rack-test>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<yard>.freeze, [">= 0".freeze]) end