# -*- encoding: utf-8 -*- # stub: friends 0.49 ruby lib Gem::Specification.new do |s| s.name = "friends".freeze s.version = "0.49".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jacob Evelyn".freeze] s.date = "2020-04-02" s.description = "Spend time with the people you care about. Introvert-tested. Extrovert-approved.".freeze s.email = ["jacobevelyn@gmail.com".freeze] s.executables = ["friends".freeze] s.files = [".github/CONTRIBUTING.md".freeze, ".github/FUNDING.yml".freeze, ".github/ISSUE_TEMPLATE.md".freeze, ".github/PULL_REQUEST_TEMPLATE.md".freeze, ".gitignore".freeze, ".overcommit.yml".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.old".freeze, "LICENSE.txt".freeze, "README.md".freeze, "RELEASING.md".freeze, "Rakefile".freeze, "bin/friends".freeze, "friends.gemspec".freeze, "friends.md".freeze, "lib/friends.rb".freeze, "lib/friends/activity.rb".freeze, "lib/friends/commands/add.rb".freeze, "lib/friends/commands/clean.rb".freeze, "lib/friends/commands/edit.rb".freeze, "lib/friends/commands/graph.rb".freeze, "lib/friends/commands/list.rb".freeze, "lib/friends/commands/remove.rb".freeze, "lib/friends/commands/rename.rb".freeze, "lib/friends/commands/set.rb".freeze, "lib/friends/commands/stats.rb".freeze, "lib/friends/commands/suggest.rb".freeze, "lib/friends/commands/update.rb".freeze, "lib/friends/event.rb".freeze, "lib/friends/friend.rb".freeze, "lib/friends/friends_error.rb".freeze, "lib/friends/graph.rb".freeze, "lib/friends/introvert.rb".freeze, "lib/friends/location.rb".freeze, "lib/friends/note.rb".freeze, "lib/friends/post_install_message.rb".freeze, "lib/friends/regex_builder.rb".freeze, "lib/friends/serializable.rb".freeze, "lib/friends/tag_regex.rb".freeze, "lib/friends/version.rb".freeze, "test/add_event_helper.rb".freeze, "test/commands/add/activity_spec.rb".freeze, "test/commands/add/friend_spec.rb".freeze, "test/commands/add/location_spec.rb".freeze, "test/commands/add/nickname_spec.rb".freeze, "test/commands/add/note_spec.rb".freeze, "test/commands/add/tag_spec.rb".freeze, "test/commands/clean_spec.rb".freeze, "test/commands/edit_spec.rb".freeze, "test/commands/graph_spec.rb".freeze, "test/commands/help_spec.rb".freeze, "test/commands/list/activities_spec.rb".freeze, "test/commands/list/favorite/friends_spec.rb".freeze, "test/commands/list/favorite/locations_spec.rb".freeze, "test/commands/list/friends_spec.rb".freeze, "test/commands/list/locations_spec.rb".freeze, "test/commands/list/notes_spec.rb".freeze, "test/commands/list/tags_spec.rb".freeze, "test/commands/remove/nickname_spec.rb".freeze, "test/commands/remove/tag_spec.rb".freeze, "test/commands/rename/friend_spec.rb".freeze, "test/commands/rename/location_spec.rb".freeze, "test/commands/set/location_spec.rb".freeze, "test/commands/stats_spec.rb".freeze, "test/commands/suggest_spec.rb".freeze, "test/commands/update_spec.rb".freeze, "test/default_file_spec.rb".freeze, "test/editor".freeze, "test/helper.rb".freeze, "test/paging_spec.rb".freeze, "test/tmp/.keep".freeze] s.homepage = "https://github.com/JacobEvelyn/friends".freeze s.licenses = ["MIT".freeze] s.post_install_message = "\nfriends is a volunteer project. If you find it useful, please consider making a small donation:\n\n\thttps://github.com/JacobEvelyn/friends#contributing-its-encouraged\n\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Spend time with the people you care about.".freeze s.test_files = ["test/add_event_helper.rb".freeze, "test/commands/add/activity_spec.rb".freeze, "test/commands/add/friend_spec.rb".freeze, "test/commands/add/location_spec.rb".freeze, "test/commands/add/nickname_spec.rb".freeze, "test/commands/add/note_spec.rb".freeze, "test/commands/add/tag_spec.rb".freeze, "test/commands/clean_spec.rb".freeze, "test/commands/edit_spec.rb".freeze, "test/commands/graph_spec.rb".freeze, "test/commands/help_spec.rb".freeze, "test/commands/list/activities_spec.rb".freeze, "test/commands/list/favorite/friends_spec.rb".freeze, "test/commands/list/favorite/locations_spec.rb".freeze, "test/commands/list/friends_spec.rb".freeze, "test/commands/list/locations_spec.rb".freeze, "test/commands/list/notes_spec.rb".freeze, "test/commands/list/tags_spec.rb".freeze, "test/commands/remove/nickname_spec.rb".freeze, "test/commands/remove/tag_spec.rb".freeze, "test/commands/rename/friend_spec.rb".freeze, "test/commands/rename/location_spec.rb".freeze, "test/commands/set/location_spec.rb".freeze, "test/commands/stats_spec.rb".freeze, "test/commands/suggest_spec.rb".freeze, "test/commands/update_spec.rb".freeze, "test/default_file_spec.rb".freeze, "test/editor".freeze, "test/helper.rb".freeze, "test/paging_spec.rb".freeze, "test/tmp/.keep".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.14".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2".freeze, "< 4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.3".freeze]) end