smart_ioc 0.1.20 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 352b07a40889da6bddbe42aac89e88b75f6d2d4a
4
- data.tar.gz: b07c856f9db346aadffdb96ad3387abe3316213c
3
+ metadata.gz: 3f719a59908ba71044b6a3b0168130a63d47ecfc
4
+ data.tar.gz: 534f742157468e0b7b33e2e52d78e8de1974ad8c
5
5
  SHA512:
6
- metadata.gz: b762d682eedb6b5750ac3ded2b560f36589dc0438d243362e251cf587c622083f8b40e6722021121bdab5555dd1712c55f97271beb8cce55a9275cdb1c59762e
7
- data.tar.gz: e58089f9a8548784fcd34746ad9e18ee78d29a2d6bd17c6207b843513a8acf8be69214314a06add0b3c9da90722a0810e3fe18b5a06aa49b5c7ea29539a09894
6
+ metadata.gz: e8a7572a0d495cdd11b51f4d17816cfe1b8dcfd338ff84b9da7e8a077b151110ec7981a1e24376270b4278c7322e0befe2090be30700fd67dcd71a8e6a11dadb
7
+ data.tar.gz: cc1d4f92c08287176b45b74a2469185375c537b26aaa4d607eac7242dc5504be517ff273e4b2af53bbdd07030a2a7e9224a8428f2aec99aea24f94ae76b37a22
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smart_ioc (0.1.20)
4
+ smart_ioc (0.1.21)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module SmartIoC
2
- VERSION = "0.1.20"
2
+ VERSION = "0.1.21"
3
3
  end
data/lib/smart_ioc.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'smart_ioc/version'
2
+ require 'forwardable'
2
3
 
3
4
  module SmartIoC
4
5
  autoload :Args, 'smart_ioc/args'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_ioc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruslan Gatiyatov