dependency_injection-rails 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +25 -25
- data/README.md +1 -1
- data/dependency_injection-rails.gemspec +1 -1
- data/lib/dependency_injection_rails/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb7bb170f6de2841baf511f57776e49f1afd38fb
|
|
4
|
+
data.tar.gz: c1956cdcd07efc80ebd681bea790fa423c8224c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f2b245ca8ade8007f1471fae949cd2d2d51d9b7a7a0013a4e1137f2676c4476597f8e5ec4276d57ccae91752db0524ff9539506c058de7b2952ca7028e870c2
|
|
7
|
+
data.tar.gz: 1f879dfb37e67405ba4df972891d7946b80a345ae2022cc745a7b32e924c715b7712177f8fb5c90aa87f4498ec7a126af2d4ec822a2c50148440bf4e4ec51f0b
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# v0.1.2 (2014-03-16)
|
|
2
|
+
|
|
3
|
+
* Bump dependency_injection-ruby to [v0.4.2](https://github.com/kdisneur/dependency_injection-ruby/blob/develop/CHANGELOG.md#042-2014-03-16)
|
|
4
|
+
|
|
5
|
+
# v0.1.1 (2014-03-08)
|
|
6
|
+
|
|
7
|
+
* Add a rails controller helper "container" to access to the service container
|
data/Gemfile.lock
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
dependency_injection-rails (0.1.
|
|
5
|
-
dependency_injection (~> 0.4.
|
|
4
|
+
dependency_injection-rails (0.1.2)
|
|
5
|
+
dependency_injection (~> 0.4.2)
|
|
6
6
|
rails
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
actionmailer (4.0.
|
|
12
|
-
actionpack (= 4.0.
|
|
11
|
+
actionmailer (4.0.4)
|
|
12
|
+
actionpack (= 4.0.4)
|
|
13
13
|
mail (~> 2.5.4)
|
|
14
|
-
actionpack (4.0.
|
|
15
|
-
activesupport (= 4.0.
|
|
14
|
+
actionpack (4.0.4)
|
|
15
|
+
activesupport (= 4.0.4)
|
|
16
16
|
builder (~> 3.1.0)
|
|
17
17
|
erubis (~> 2.7.0)
|
|
18
18
|
rack (~> 1.5.2)
|
|
19
19
|
rack-test (~> 0.6.2)
|
|
20
|
-
activemodel (4.0.
|
|
21
|
-
activesupport (= 4.0.
|
|
20
|
+
activemodel (4.0.4)
|
|
21
|
+
activesupport (= 4.0.4)
|
|
22
22
|
builder (~> 3.1.0)
|
|
23
|
-
activerecord (4.0.
|
|
24
|
-
activemodel (= 4.0.
|
|
23
|
+
activerecord (4.0.4)
|
|
24
|
+
activemodel (= 4.0.4)
|
|
25
25
|
activerecord-deprecated_finders (~> 1.0.2)
|
|
26
|
-
activesupport (= 4.0.
|
|
26
|
+
activesupport (= 4.0.4)
|
|
27
27
|
arel (~> 4.0.0)
|
|
28
28
|
activerecord-deprecated_finders (1.0.3)
|
|
29
|
-
activesupport (4.0.
|
|
30
|
-
i18n (~> 0.6, >= 0.6.
|
|
29
|
+
activesupport (4.0.4)
|
|
30
|
+
i18n (~> 0.6, >= 0.6.9)
|
|
31
31
|
minitest (~> 4.2)
|
|
32
32
|
multi_json (~> 1.3)
|
|
33
33
|
thread_safe (~> 0.1)
|
|
@@ -35,7 +35,7 @@ GEM
|
|
|
35
35
|
arel (4.0.2)
|
|
36
36
|
atomic (1.1.15)
|
|
37
37
|
builder (3.1.4)
|
|
38
|
-
dependency_injection (0.4.
|
|
38
|
+
dependency_injection (0.4.2)
|
|
39
39
|
activesupport
|
|
40
40
|
erubis (2.7.0)
|
|
41
41
|
hike (1.2.3)
|
|
@@ -50,21 +50,21 @@ GEM
|
|
|
50
50
|
rack (1.5.2)
|
|
51
51
|
rack-test (0.6.2)
|
|
52
52
|
rack (>= 1.0)
|
|
53
|
-
rails (4.0.
|
|
54
|
-
actionmailer (= 4.0.
|
|
55
|
-
actionpack (= 4.0.
|
|
56
|
-
activerecord (= 4.0.
|
|
57
|
-
activesupport (= 4.0.
|
|
53
|
+
rails (4.0.4)
|
|
54
|
+
actionmailer (= 4.0.4)
|
|
55
|
+
actionpack (= 4.0.4)
|
|
56
|
+
activerecord (= 4.0.4)
|
|
57
|
+
activesupport (= 4.0.4)
|
|
58
58
|
bundler (>= 1.3.0, < 2.0)
|
|
59
|
-
railties (= 4.0.
|
|
59
|
+
railties (= 4.0.4)
|
|
60
60
|
sprockets-rails (~> 2.0.0)
|
|
61
|
-
railties (4.0.
|
|
62
|
-
actionpack (= 4.0.
|
|
63
|
-
activesupport (= 4.0.
|
|
61
|
+
railties (4.0.4)
|
|
62
|
+
actionpack (= 4.0.4)
|
|
63
|
+
activesupport (= 4.0.4)
|
|
64
64
|
rake (>= 0.8.7)
|
|
65
65
|
thor (>= 0.18.1, < 2.0)
|
|
66
66
|
rake (10.1.1)
|
|
67
|
-
sprockets (2.
|
|
67
|
+
sprockets (2.12.0)
|
|
68
68
|
hike (~> 1.2)
|
|
69
69
|
multi_json (~> 1.0)
|
|
70
70
|
rack (~> 1.0)
|
|
@@ -80,7 +80,7 @@ GEM
|
|
|
80
80
|
treetop (1.4.15)
|
|
81
81
|
polyglot
|
|
82
82
|
polyglot (>= 0.3.1)
|
|
83
|
-
tzinfo (0.3.
|
|
83
|
+
tzinfo (0.3.39)
|
|
84
84
|
|
|
85
85
|
PLATFORMS
|
|
86
86
|
ruby
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Dependency Injection for Rails
|
|
1
|
+
# Dependency Injection for Rails
|
|
2
2
|
|
|
3
3
|
`DependencyInjectionRails` adds a helper method, called `container`, to access to your ruby
|
|
4
4
|
[dependency injection container](https://github.com/kdisneur/dependency_injection-ruby)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependency_injection-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin Disneur
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -30,20 +30,21 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.4.
|
|
33
|
+
version: 0.4.2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.4.
|
|
40
|
+
version: 0.4.2
|
|
41
41
|
description: A Rails wrapper for a fully customizable Dependency injection system
|
|
42
42
|
email: kevin@koboyz.org
|
|
43
43
|
executables: []
|
|
44
44
|
extensions: []
|
|
45
45
|
extra_rdoc_files: []
|
|
46
46
|
files:
|
|
47
|
+
- CHANGELOG.md
|
|
47
48
|
- Gemfile
|
|
48
49
|
- Gemfile.lock
|
|
49
50
|
- README.md
|