# -*- encoding: utf-8 -*- # stub: dayrb 2.0.3 ruby lib Gem::Specification.new do |s| s.name = "dayrb".freeze s.version = "2.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Cameron Carroll".freeze] s.date = "2014-08-17" s.description = "Create and track time on tasks via command-line.".freeze s.email = "ckcarroll4@gmail.com".freeze s.executables = ["day.rb".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "VERSION".freeze, "bin/day.rb".freeze, "changelog.md".freeze, "dayrb.gemspec".freeze, "lib/day/configuration.rb".freeze, "lib/day/parser.rb".freeze, "lib/day/presenter.rb".freeze, "lib/day/task.rb".freeze, "lib/day/tasklist.rb".freeze, "readme.md".freeze, "spec/configuration_spec.rb".freeze, "spec/parser_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/sanarothe/day".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "To-do & Time-Tracking CLI App".freeze s.test_files = ["spec/configuration_spec.rb".freeze, "spec/parser_spec.rb".freeze, "spec/spec_helper.rb".freeze] end