injector 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/injector/version.rb +1 -1
- metadata +3 -2
data/lib/injector/version.rb
CHANGED
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.
|
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:
|
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: []
|