Module: Friends
- Defined in:
- lib/friends/graph.rb,
lib/friends.rb,
lib/friends/note.rb,
lib/friends/event.rb,
lib/friends/friend.rb,
lib/friends/version.rb,
lib/friends/activity.rb,
lib/friends/location.rb,
lib/friends/introvert.rb,
lib/friends/tag_regex.rb,
lib/friends/friends_error.rb,
lib/friends/regex_builder.rb,
lib/friends/sem_ver_comparator.rb,
lib/friends/post_install_message.rb
Overview
RegexpBuilder is an internal class that helps us build regexes to find things.
Defined Under Namespace
Modules: SemVerComparator Classes: Activity, Event, Friend, FriendsError, Graph, Introvert, Location, Note, RegexBuilder
Constant Summary collapse
- VERSION =
"0.55"
- TAG_REGEX =
/(?<!\p{Alnum})@\p{Alnum}(?:[:-]?\p{Alnum})*/.freeze
- POST_INSTALL_MESSAGE =
"\nfriends is a volunteer project. If you find it useful, please "\ "consider making a small donation:\n\n\t"\ "https://github.com/JacobEvelyn/friends#contributing-its-encouraged\n\n"