injector 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/injector/version.rb +1 -1
  2. metadata +3 -2
@@ -1,3 +1,3 @@
1
1
  module Injector
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: injector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,8 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
- description: Inject model to controllers.
46
+ description: Injector loads model objects for controllers, it means that Injector
47
+ takes care of initialization and loading for you.
47
48
  email:
48
49
  - laurocaetano1@gmail.com
49
50
  executables: []