cascading-configuration-array-sorted 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cascading-configuration-array-sorted
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Asher
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-02-29 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: module-cluster
16
+ requirement: &70217984548220 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *70217984548220
25
+ - !ruby/object:Gem::Dependency
26
+ name: cascading-configuration-array
27
+ requirement: &70217984547780 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: *70217984547780
36
+ description: Provides :attr_configuration_sorted_array.
37
+ email: asher@ridiculouspower.com
38
+ executables: []
39
+ extensions: []
40
+ extra_rdoc_files: []
41
+ files:
42
+ - lib/cascading-configuration-array-sorted/_private_/CascadingConfiguration/Array/Sorted/CompositingArray/Interface.rb
43
+ - lib/cascading-configuration-array-sorted/_private_/CascadingConfiguration/Array/Sorted/CompositingArray.rb
44
+ - lib/cascading-configuration-array-sorted/_private_/CascadingConfiguration/Array/Sorted/Interface/GettersSetters.rb
45
+ - lib/cascading-configuration-array-sorted/_private_/CascadingConfiguration/Array/Sorted/ModuleSupportMethods.rb
46
+ - lib/cascading-configuration-array-sorted/CascadingConfiguration/Array/Sorted/Interface.rb
47
+ - lib/cascading-configuration-array-sorted/CascadingConfiguration/Array/Sorted.rb
48
+ - lib/cascading-configuration-array-sorted.rb
49
+ - spec/_private_/CascadingConfiguration/Array/Sorted/CompositingArray_spec.rb
50
+ - spec/CascadingConfiguration/Array/Sorted_spec.rb
51
+ - README.md
52
+ - README.rdoc
53
+ homepage: http://rubygems.org/gems/cascading-configuration-array-sorted
54
+ licenses: []
55
+ post_install_message:
56
+ rdoc_options: []
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - ! '>='
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - ! '>='
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubyforge_project: cascading-configuration-array-sorted
73
+ rubygems_version: 1.8.10
74
+ signing_key:
75
+ specification_version: 3
76
+ summary: Support package for cascading-configuration.
77
+ test_files: []