Module: Rubyhexagon

Defined in:
lib/rubyhexagon.rb,
lib/rubyhexagon/api.rb,
lib/rubyhexagon/tag.rb,
lib/rubyhexagon/pool.rb,
lib/rubyhexagon/post.rb,
lib/rubyhexagon/user.rb,
lib/rubyhexagon/artist.rb,
lib/rubyhexagon/api/tag.rb,
lib/rubyhexagon/api/pool.rb,
lib/rubyhexagon/api/post.rb,
lib/rubyhexagon/api/user.rb,
lib/rubyhexagon/tag/type.rb,
lib/rubyhexagon/post/flag.rb,
lib/rubyhexagon/post/note.rb,
lib/rubyhexagon/tag/alias.rb,
lib/rubyhexagon/api/artist.rb,
lib/rubyhexagon/post/image.rb,
lib/rubyhexagon/user/level.rb,
lib/rubyhexagon/search/posts.rb,
lib/rubyhexagon/api/post/flag.rb,
lib/rubyhexagon/api/post/note.rb,
lib/rubyhexagon/api/tag/alias.rb,
lib/rubyhexagon/post/tag_item.rb,
lib/rubyhexagon/tag/implication.rb,
lib/rubyhexagon/api/post/tag_item.rb,
lib/rubyhexagon/api/tag/implication.rb

Overview

Copyright 2014-2018, 2020 Maxine Michalski <[email protected]>

This file is part of rubyhexagon.

rubyhexagon is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

rubyhexagon is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with rubyhexagon. If not, see <www.gnu.org/licenses/>.

Defined Under Namespace

Modules: Search Classes: API, Artist, Pool, Post, Tag, User

Constant Summary collapse

MAJOR =

Major version part

Since:

  • 0.4.3

2
MINOR =

Minor version part

Since:

  • 0.4.3

0
PATCH =

Patch version part

Since:

  • 0.4.3

1
NAME =

Name of gem

Since:

  • 0.4.3

'rubyhexagon'
VERSION =

Full version string

Since:

  • 0.4.3

"#{MAJOR}.#{MINOR}.#{PATCH}"