hansel 0.2.16 → 0.2.17

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/hansel/version.rb +1 -1
  2. data/lib/hansel.rb +1 -0
  3. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module HanselCore
2
- Version = VERSION = '0.2.16'
2
+ Version = VERSION = '0.2.17'
3
3
  end
data/lib/hansel.rb CHANGED
@@ -4,6 +4,7 @@ require 'yaml'
4
4
  $:.unshift File.dirname(__FILE__) + "/../lib/hansel"
5
5
 
6
6
  require 'arg_parser'
7
+ require 'version'
7
8
  require 'formatting/formatting'
8
9
  require 'formatting/yaml_formatter.rb'
9
10
  require 'formatting/csv_formatter.rb'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hansel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 16
10
- version: 0.2.16
9
+ - 17
10
+ version: 0.2.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Mylchreest