unity 1.1.0.0

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.
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: unity
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.1.0.0
11
+ platform: ruby
12
+ authors:
13
+ - Microsoft Patterns & Practices
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+ date: 2010-08-20 00:00:00 -05:00
18
+ default_executable:
19
+ dependencies: []
20
+ description: Unity is a Dependency Injection container for .NET
21
+ email: pnp@microsoft.com
22
+ executables: []
23
+ extensions: []
24
+ extra_rdoc_files: []
25
+ files:
26
+ - lib/net-2.0/Microsoft.Practices.ObjectBuilder2.dll
27
+ - lib/net-2.0/Microsoft.Practices.ObjectBuilder2.pdb
28
+ - lib/net-2.0/Microsoft.Practices.ObjectBuilder2.xml
29
+ - lib/net-2.0/Microsoft.Practices.Unity.dll
30
+ - lib/net-2.0/Microsoft.Practices.Unity.pdb
31
+ - lib/net-2.0/Microsoft.Practices.Unity.xml
32
+ has_rdoc: true
33
+ homepage: http://unity.codeplex.com
34
+ licenses: []
35
+ post_install_message:
36
+ rdoc_options: []
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ none: true
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ segments:
45
+ - 0
46
+ version: "0"
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ none: true
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ segments:
53
+ - 0
54
+ version: "0"
55
+ requirements: []
56
+ rubyforge_project: unity
57
+ rubygems_version: 1.3.7
58
+ signing_key:
59
+ specification_version: 3
60
+ summary: Microsoft Patterns & Practices Unity is a Dependency Injection container
61
+ test_files: []