Module: Rubyhexagon

Defined in:
lib/rubyhexagon.rb,
lib/rubyhexagon/api.rb,
lib/rubyhexagon/post.rb,
lib/rubyhexagon/api/post.rb,
lib/rubyhexagon/post/file.rb,
lib/rubyhexagon/post/score.rb,
lib/rubyhexagon/post/sample.rb,
lib/rubyhexagon/post/preview.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

Classes: API, Post

Constant Summary collapse

MAJOR =

Major version part

Since:

  • 0.4.3

3
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}"