hexa 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/hexa.rb +8 -4
  2. data/lib/hexa/version.rb +1 -1
  3. metadata +1 -1
@@ -1,5 +1,9 @@
1
- require "hexa/version"
1
+ # Shapes
2
+ require "hexa/shapes/circle"
3
+ require "hexa/shapes/square"
4
+
5
+ # Objects
6
+ require "hexa/objects/cylinder"
2
7
 
3
- module Hexa
4
- # Your code goes here...
5
- end
8
+
9
+ require "hexa/version"
@@ -1,6 +1,6 @@
1
1
  module Hexa
2
2
  MAJOR = 0
3
3
  MINOR = 1
4
- TINY = 1
4
+ TINY = 2
5
5
  VERSION = [MAJOR, MINOR, TINY].compact.join(".")
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hexa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: