henry-container 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,8 @@ require 'bundler/setup'
4
4
  require 'henry'
5
5
  require 'trollop'
6
6
 
7
+ Dir["./lib/*.rb"].each {|file| require file }
8
+
7
9
  opts = Trollop::options do
8
10
  version "herny-ruby-container #{Henry::Container::VERSION} - 2012 John Henry Eden"
9
11
  banner <<-BANNER
@@ -3,7 +3,7 @@ module Henry
3
3
  class Container
4
4
 
5
5
  # Current Gem version
6
- VERSION = '0.0.19'
6
+ VERSION = '0.0.20'
7
7
 
8
8
  end
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: henry-container
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: