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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11794620c4d014fb0ef1336e68859482e8be22ee
4
- data.tar.gz: 8a94ace0324473bcaa7ac42958f11e23132b7e4a
3
+ metadata.gz: fb7bb170f6de2841baf511f57776e49f1afd38fb
4
+ data.tar.gz: c1956cdcd07efc80ebd681bea790fa423c8224c4
5
5
  SHA512:
6
- metadata.gz: 8dbaa8f16186263b1a26990f1f66ae3df3ad307478bac6cfa2c8869175dc0771b4b89b3c59fc3bfe13a956b0844b2f348ca57f0f15d635e9322ac43878897458
7
- data.tar.gz: 7f85e558c6755fc3d292479ede7135c67df8b5345fe5b22cba7d09e28808f976389ea6cff122d14bbd1c80e8052bbd253554726a0539120a2257c5a45020ffbc
6
+ metadata.gz: 4f2b245ca8ade8007f1471fae949cd2d2d51d9b7a7a0013a4e1137f2676c4476597f8e5ec4276d57ccae91752db0524ff9539506c058de7b2952ca7028e870c2
7
+ data.tar.gz: 1f879dfb37e67405ba4df972891d7946b80a345ae2022cc745a7b32e924c715b7712177f8fb5c90aa87f4498ec7a126af2d4ec822a2c50148440bf4e4ec51f0b
@@ -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
@@ -1,33 +1,33 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dependency_injection-rails (0.1.0)
5
- dependency_injection (~> 0.4.1)
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.3)
12
- actionpack (= 4.0.3)
11
+ actionmailer (4.0.4)
12
+ actionpack (= 4.0.4)
13
13
  mail (~> 2.5.4)
14
- actionpack (4.0.3)
15
- activesupport (= 4.0.3)
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.3)
21
- activesupport (= 4.0.3)
20
+ activemodel (4.0.4)
21
+ activesupport (= 4.0.4)
22
22
  builder (~> 3.1.0)
23
- activerecord (4.0.3)
24
- activemodel (= 4.0.3)
23
+ activerecord (4.0.4)
24
+ activemodel (= 4.0.4)
25
25
  activerecord-deprecated_finders (~> 1.0.2)
26
- activesupport (= 4.0.3)
26
+ activesupport (= 4.0.4)
27
27
  arel (~> 4.0.0)
28
28
  activerecord-deprecated_finders (1.0.3)
29
- activesupport (4.0.3)
30
- i18n (~> 0.6, >= 0.6.4)
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.1)
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.3)
54
- actionmailer (= 4.0.3)
55
- actionpack (= 4.0.3)
56
- activerecord (= 4.0.3)
57
- activesupport (= 4.0.3)
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.3)
59
+ railties (= 4.0.4)
60
60
  sprockets-rails (~> 2.0.0)
61
- railties (4.0.3)
62
- actionpack (= 4.0.3)
63
- activesupport (= 4.0.3)
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.11.0)
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.38)
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 (NOT WORKING FOR NOW)
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)
@@ -15,5 +15,5 @@ Gem::Specification.new do |spec|
15
15
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
16
16
 
17
17
  spec.add_dependency('rails')
18
- spec.add_dependency('dependency_injection', '~> 0.4.1')
18
+ spec.add_dependency('dependency_injection', '~> 0.4.2')
19
19
  end
@@ -1,3 +1,3 @@
1
1
  module DependencyInjectionRails
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
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.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-08 00:00:00.000000000 Z
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.1
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.1
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