cantango-config 0.1.9.2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.mdown +16 -0
- data/VERSION +1 -1
- data/cantango-config.gemspec +68 -62
- data/lib/cantango/category.rb +18 -0
- data/lib/cantango/class_methods.rb +10 -0
- data/lib/cantango/config.rb +43 -2
- data/lib/cantango/{configuration → config}/ability.rb +8 -3
- data/lib/cantango/config/ability/engine.rb +45 -0
- data/lib/cantango/config/ability/modes.rb +16 -0
- data/lib/cantango/config/ability/modes/execution.rb +19 -0
- data/lib/cantango/{configuration → config}/account.rb +1 -1
- data/lib/cantango/{configuration → config}/accounts.rb +2 -3
- data/lib/cantango/{configuration → config}/adapters.rb +4 -4
- data/lib/cantango/{configuration → config}/autoload.rb +1 -1
- data/lib/cantango/{configuration → config}/categories.rb +3 -4
- data/lib/cantango/config/class_methods.rb +27 -0
- data/lib/cantango/{configuration → config}/debug.rb +1 -1
- data/lib/cantango/config/engines.rb +47 -0
- data/lib/cantango/config/engines/available.rb +19 -0
- data/lib/cantango/config/engines/order.rb +48 -0
- data/lib/cantango/{configuration → config}/factory.rb +1 -1
- data/lib/cantango/{configuration → config}/guest.rb +5 -6
- data/lib/cantango/config/helpers.rb +17 -0
- data/lib/cantango/{configuration → config}/hooks.rb +3 -3
- data/lib/cantango/{configuration → config}/localhosts.rb +4 -5
- data/lib/cantango/{configuration → config}/models.rb +16 -7
- data/lib/cantango/{configuration → config}/models/actions.rb +0 -0
- data/lib/cantango/{configuration → config}/models/active_record.rb +0 -0
- data/lib/cantango/{configuration → config}/models/data_mapper.rb +0 -0
- data/lib/cantango/{configuration → config}/models/generic.rb +0 -0
- data/lib/cantango/{configuration → config}/models/mongo.rb +0 -0
- data/lib/cantango/{configuration → config}/models/mongo_mapper.rb +0 -0
- data/lib/cantango/{configuration → config}/models/mongoid.rb +0 -0
- data/lib/cantango/{configuration → config}/orms.rb +2 -2
- data/lib/cantango/{configuration → config}/user.rb +1 -1
- data/lib/cantango/{configuration → config}/users.rb +2 -2
- data/lib/cantango/registry.rb +5 -0
- data/lib/cantango/{configuration/registry → registry}/base.rb +18 -4
- data/lib/cantango/registry/clazz.rb +92 -0
- data/lib/cantango/{configuration/registry → registry}/hash.rb +8 -10
- data/spec/cantango/category_spec.rb +21 -0
- data/spec/cantango/config/ability/modes/execution_spec.rb +33 -0
- data/spec/cantango/{configuration → config/ability}/modes_spec.rb +3 -3
- data/spec/cantango/{configuration → config}/ability_spec.rb +3 -3
- data/spec/cantango/{configuration → config}/account_spec.rb +1 -1
- data/spec/cantango/{configuration → config}/accounts_spec.rb +3 -3
- data/spec/cantango/{configuration → config}/adapters_spec.rb +1 -1
- data/spec/cantango/{configuration → config}/autoload_spec.rb +1 -2
- data/spec/cantango/{configuration → config}/categories_spec.rb +2 -10
- data/spec/cantango/config/class_methods_spec.rb +12 -0
- data/spec/cantango/{configuration → config}/debug_spec.rb +2 -7
- data/spec/cantango/config/engines/available_spec.rb +29 -0
- data/spec/cantango/{configuration → config}/engines/engine_shared.rb +0 -0
- data/spec/cantango/{configuration/engines_spec.rb → config/engines/order_spec.rb} +9 -54
- data/spec/cantango/config/engines_spec.rb +59 -0
- data/spec/cantango/{configuration → config}/factory_spec.rb +3 -3
- data/spec/cantango/{configuration → config}/guest/find_guest_default_way_spec.rb +1 -1
- data/spec/cantango/{configuration → config}/guest_spec.rb +2 -2
- data/spec/cantango/config/helpers_spec.rb +15 -0
- data/spec/cantango/config/localhosts_spec.rb +8 -0
- data/spec/cantango/{configuration → config}/models_spec.rb +10 -3
- data/spec/cantango/{configuration → config}/orms_spec.rb +2 -2
- data/spec/cantango/{configuration → config}/shared/factory_ex.rb +0 -0
- data/spec/cantango/{configuration → config}/user_spec.rb +2 -2
- data/spec/cantango/{configuration → config}/users_spec.rb +4 -4
- data/spec/cantango/config_spec.rb +86 -5
- data/spec/cantango/{configuration/registry → registry}/base_spec.rb +2 -2
- data/spec/cantango/{configuration/registry/candidate_spec.rb → registry/clazz_spec.rb} +2 -2
- data/spec/cantango/{configuration/registry → registry}/hash_spec.rb +2 -2
- data/spec/cantango/{configuration/shared/registry → registry/shared}/base_ex.rb +0 -0
- data/spec/cantango/{configuration/shared/registry → registry/shared}/clazz_ex.rb +0 -0
- data/spec/cantango/{configuration/shared/registry → registry/shared}/hash_ex.rb +0 -0
- metadata +87 -81
- data/lib/cantango/configuration.rb +0 -110
- data/lib/cantango/configuration/category.rb +0 -20
- data/lib/cantango/configuration/engine.rb +0 -33
- data/lib/cantango/configuration/engines.rb +0 -95
- data/lib/cantango/configuration/execution_modes.rb +0 -21
- data/lib/cantango/configuration/modes.rb +0 -8
- data/lib/cantango/configuration/registry.rb +0 -7
- data/lib/cantango/configuration/registry/clazz.rb +0 -94
- data/spec/cantango/configuration/execution_modes_spec.rb +0 -15
- data/spec/cantango/configuration/localhosts_spec.rb +0 -9
- data/spec/cantango/configuration/shared/execution_modes_ex.rb +0 -14
- data/spec/cantango/configuration_spec.rb +0 -112
@@ -1,10 +1,10 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
require 'fixtures/models'
|
3
3
|
|
4
|
-
describe CanTango::
|
4
|
+
describe CanTango::Config::Guest do
|
5
5
|
before do
|
6
6
|
CanTango.config.user.base_class = User
|
7
|
-
CanTango.config.
|
7
|
+
CanTango.config.account.base_class = UserAccount
|
8
8
|
end
|
9
9
|
|
10
10
|
subject { CanTango.config.guest }
|
@@ -0,0 +1,15 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
class ApplicationController
|
4
|
+
end
|
5
|
+
|
6
|
+
describe CanTango::Config::Helpers do
|
7
|
+
subject { CanTango.config.helpers }
|
8
|
+
|
9
|
+
describe 'enable' do
|
10
|
+
before do
|
11
|
+
subject.enable :rest
|
12
|
+
end
|
13
|
+
# specify { ::ApplicationController.instance_methods.should include(:link_to_new) }
|
14
|
+
end
|
15
|
+
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
require 'spec_helper'
|
2
|
-
require 'cantango/
|
2
|
+
require 'cantango/registry/shared/hash_ex'
|
3
3
|
require 'fixtures/models/project'
|
4
4
|
|
5
5
|
CanTango.debug!
|
@@ -29,8 +29,15 @@ describe CanTango::Configuration::Models do
|
|
29
29
|
orms.register :active_record
|
30
30
|
end
|
31
31
|
|
32
|
-
specify { subject.
|
33
|
-
specify { subject.
|
32
|
+
specify { subject.available.should_not be_empty }
|
33
|
+
specify { subject.available.should include('Project') }
|
34
|
+
end
|
35
|
+
|
36
|
+
describe 'use :guest_user' do
|
37
|
+
before do
|
38
|
+
subject.use :guest_user
|
39
|
+
end
|
40
|
+
specify { defined?(CanTango::Model::Guest).should be_true }
|
34
41
|
end
|
35
42
|
|
36
43
|
describe 'by_reg_exp' do
|
@@ -1,7 +1,7 @@
|
|
1
1
|
require 'spec_helper'
|
2
|
-
require 'cantango/
|
2
|
+
require 'cantango/registry/shared/base_ex'
|
3
3
|
|
4
|
-
describe CanTango::
|
4
|
+
describe CanTango::Config::Orms do
|
5
5
|
subject { CanTango.config.orms }
|
6
6
|
|
7
7
|
it_should_behave_like "Registry" do
|
File without changes
|
@@ -6,10 +6,10 @@ class BaseUser
|
|
6
6
|
end
|
7
7
|
end
|
8
8
|
|
9
|
-
describe CanTango::
|
9
|
+
describe CanTango::Config::User do
|
10
10
|
before do
|
11
11
|
CanTango.config.user.base_class = User
|
12
|
-
CanTango.config.
|
12
|
+
CanTango.config.account.base_class = UserAccount
|
13
13
|
end
|
14
14
|
|
15
15
|
subject { CanTango.config.user }
|
@@ -1,5 +1,5 @@
|
|
1
1
|
require 'spec_helper'
|
2
|
-
require 'cantango/
|
2
|
+
require 'cantango/registry/shared/clazz_ex'
|
3
3
|
|
4
4
|
class User
|
5
5
|
end
|
@@ -14,7 +14,7 @@ class AdminAccount
|
|
14
14
|
end
|
15
15
|
|
16
16
|
|
17
|
-
describe CanTango::
|
17
|
+
describe CanTango::Config::Users do
|
18
18
|
subject { CanTango.config.users }
|
19
19
|
|
20
20
|
it_should_behave_like "Clazz Registry" do
|
@@ -32,11 +32,11 @@ describe CanTango::Configuration::Users do
|
|
32
32
|
config.accounts.register :user, UserAccount
|
33
33
|
config.accounts.register :admin, AdminAccount
|
34
34
|
|
35
|
-
config.modes.register :no_cache, CanTango::Ability::Mode::NoCache
|
35
|
+
config.ability.modes.register :no_cache, CanTango::Ability::Mode::NoCache
|
36
36
|
end
|
37
37
|
|
38
38
|
specify do
|
39
|
-
CanTango.config.modes.registered.should == [:no_cache]
|
39
|
+
CanTango.config.ability.modes.registered.should == [:no_cache]
|
40
40
|
end
|
41
41
|
end
|
42
42
|
end
|
@@ -1,8 +1,89 @@
|
|
1
|
-
require '
|
2
|
-
require '
|
1
|
+
require 'spec_helper'
|
2
|
+
require 'fixtures/models'
|
3
3
|
|
4
|
-
|
5
|
-
|
6
|
-
|
4
|
+
@user = User.new('kris', 'kris@gmail.com')
|
5
|
+
|
6
|
+
class CanTango::CustomAbility < CanTango::Ability::Base
|
7
|
+
def initialize candidate, options = {}
|
8
|
+
'custom'
|
9
|
+
end
|
10
|
+
end
|
11
|
+
|
12
|
+
class ApplicationController
|
13
|
+
end
|
14
|
+
|
15
|
+
describe CanTango::Config do
|
16
|
+
subject { CanTango.config }
|
17
|
+
|
18
|
+
describe 'ability' do
|
19
|
+
specify { subject.ability.should be_a CanTango::Config::Ability }
|
20
|
+
end
|
21
|
+
|
22
|
+
describe 'hooks' do
|
23
|
+
specify { subject.hooks.registered.should be_empty }
|
24
|
+
|
25
|
+
describe 'register hooks' do
|
26
|
+
before do
|
27
|
+
subject.hooks.register :nime => Proc.new { 2 }
|
28
|
+
end
|
29
|
+
specify { subject.hooks.registered.should_not be_empty }
|
30
|
+
specify { subject.hooks[:nime].should be_a Proc }
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'default_settings!' do
|
35
|
+
before do
|
36
|
+
subject.default_settings!
|
37
|
+
end
|
38
|
+
pending
|
39
|
+
end
|
40
|
+
|
41
|
+
describe 'localhosts' do
|
42
|
+
specify { subject.localhosts.registered.should include('localhost') }
|
43
|
+
end
|
44
|
+
|
45
|
+
describe 'orms' do
|
46
|
+
specify { subject.orms.registered.should be_empty }
|
47
|
+
|
48
|
+
describe 'register' do
|
49
|
+
before do
|
50
|
+
subject.orms.register :mongoid
|
51
|
+
end
|
52
|
+
specify { subject.orms.registered.should include(:mongoid) }
|
53
|
+
end
|
54
|
+
|
55
|
+
describe '<<' do
|
56
|
+
before do
|
57
|
+
subject.orms << :mongo_mapper
|
58
|
+
end
|
59
|
+
specify { subject.orms.registered.should include(:mongo_mapper) }
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
|
+
describe "engines DSL" do
|
64
|
+
before(:all) {
|
65
|
+
CanTango.configure do |config|
|
66
|
+
CanTango.config.engines.each do |engine|
|
67
|
+
engine.set :off
|
68
|
+
end
|
69
|
+
end
|
70
|
+
}
|
71
|
+
|
72
|
+
describe 'engine(name)' do
|
73
|
+
CanTango.config.engines.registered_names.each do |name|
|
74
|
+
specify { subject.engine(name).off?.should be_true}
|
75
|
+
end
|
76
|
+
end
|
77
|
+
|
78
|
+
describe 'each' do
|
79
|
+
CanTango.config.engines.each do |engine|
|
80
|
+
specify { engine.on?.should be_false}
|
81
|
+
specify { engine.off?.should be_true}
|
82
|
+
end
|
83
|
+
end
|
84
|
+
end
|
85
|
+
|
86
|
+
describe 'clear!' do
|
87
|
+
pending
|
7
88
|
end
|
8
89
|
end
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cantango-config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-12-
|
12
|
+
date: 2011-12-12 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &70360657089040 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '3.1'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70360657089040
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: sugar-high
|
27
|
-
requirement: &
|
27
|
+
requirement: &70360657088280 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: 0.6.1
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70360657088280
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: sweetloader
|
38
|
-
requirement: &
|
38
|
+
requirement: &70360657087400 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: 0.1.6
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70360657087400
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: hashie
|
49
|
-
requirement: &
|
49
|
+
requirement: &70360657086900 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ~>
|
@@ -54,10 +54,10 @@ dependencies:
|
|
54
54
|
version: '1.2'
|
55
55
|
type: :runtime
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *70360657086900
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: cantango-core
|
60
|
-
requirement: &
|
60
|
+
requirement: &70360657034900 !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|
63
63
|
- - ~>
|
@@ -65,10 +65,10 @@ dependencies:
|
|
65
65
|
version: 0.1.9
|
66
66
|
type: :runtime
|
67
67
|
prerelease: false
|
68
|
-
version_requirements: *
|
68
|
+
version_requirements: *70360657034900
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: bundler
|
71
|
-
requirement: &
|
71
|
+
requirement: &70360657034380 !ruby/object:Gem::Requirement
|
72
72
|
none: false
|
73
73
|
requirements:
|
74
74
|
- - ! '>='
|
@@ -76,10 +76,10 @@ dependencies:
|
|
76
76
|
version: 1.1.rc
|
77
77
|
type: :development
|
78
78
|
prerelease: false
|
79
|
-
version_requirements: *
|
79
|
+
version_requirements: *70360657034380
|
80
80
|
- !ruby/object:Gem::Dependency
|
81
81
|
name: jeweler
|
82
|
-
requirement: &
|
82
|
+
requirement: &70360657033860 !ruby/object:Gem::Requirement
|
83
83
|
none: false
|
84
84
|
requirements:
|
85
85
|
- - ! '>='
|
@@ -87,10 +87,10 @@ dependencies:
|
|
87
87
|
version: 1.6.4
|
88
88
|
type: :development
|
89
89
|
prerelease: false
|
90
|
-
version_requirements: *
|
90
|
+
version_requirements: *70360657033860
|
91
91
|
- !ruby/object:Gem::Dependency
|
92
92
|
name: rcov
|
93
|
-
requirement: &
|
93
|
+
requirement: &70360657033300 !ruby/object:Gem::Requirement
|
94
94
|
none: false
|
95
95
|
requirements:
|
96
96
|
- - ! '>='
|
@@ -98,10 +98,10 @@ dependencies:
|
|
98
98
|
version: '0'
|
99
99
|
type: :development
|
100
100
|
prerelease: false
|
101
|
-
version_requirements: *
|
101
|
+
version_requirements: *70360657033300
|
102
102
|
- !ruby/object:Gem::Dependency
|
103
103
|
name: rspec
|
104
|
-
requirement: &
|
104
|
+
requirement: &70360657032760 !ruby/object:Gem::Requirement
|
105
105
|
none: false
|
106
106
|
requirements:
|
107
107
|
- - ! '>='
|
@@ -109,7 +109,7 @@ dependencies:
|
|
109
109
|
version: 2.6.0
|
110
110
|
type: :development
|
111
111
|
prerelease: false
|
112
|
-
version_requirements: *
|
112
|
+
version_requirements: *70360657032760
|
113
113
|
description: Configuration DSL for configuring CanTango
|
114
114
|
email: kmandrup@gmail.com
|
115
115
|
executables: []
|
@@ -129,72 +129,78 @@ files:
|
|
129
129
|
- cantango-config.gemspec
|
130
130
|
- lib/cantango/adapter/compiler.rb
|
131
131
|
- lib/cantango/adapter/moneta.rb
|
132
|
+
- lib/cantango/category.rb
|
132
133
|
- lib/cantango/class_methods.rb
|
133
134
|
- lib/cantango/config.rb
|
135
|
+
- lib/cantango/config/ability.rb
|
136
|
+
- lib/cantango/config/ability/engine.rb
|
137
|
+
- lib/cantango/config/ability/modes.rb
|
138
|
+
- lib/cantango/config/ability/modes/execution.rb
|
139
|
+
- lib/cantango/config/account.rb
|
140
|
+
- lib/cantango/config/accounts.rb
|
141
|
+
- lib/cantango/config/adapters.rb
|
142
|
+
- lib/cantango/config/autoload.rb
|
143
|
+
- lib/cantango/config/categories.rb
|
144
|
+
- lib/cantango/config/class_methods.rb
|
145
|
+
- lib/cantango/config/debug.rb
|
146
|
+
- lib/cantango/config/engines.rb
|
147
|
+
- lib/cantango/config/engines/available.rb
|
148
|
+
- lib/cantango/config/engines/order.rb
|
149
|
+
- lib/cantango/config/factory.rb
|
150
|
+
- lib/cantango/config/guest.rb
|
151
|
+
- lib/cantango/config/helpers.rb
|
152
|
+
- lib/cantango/config/hooks.rb
|
153
|
+
- lib/cantango/config/localhosts.rb
|
154
|
+
- lib/cantango/config/models.rb
|
155
|
+
- lib/cantango/config/models/actions.rb
|
156
|
+
- lib/cantango/config/models/active_record.rb
|
157
|
+
- lib/cantango/config/models/data_mapper.rb
|
158
|
+
- lib/cantango/config/models/generic.rb
|
159
|
+
- lib/cantango/config/models/mongo.rb
|
160
|
+
- lib/cantango/config/models/mongo_mapper.rb
|
161
|
+
- lib/cantango/config/models/mongoid.rb
|
162
|
+
- lib/cantango/config/orms.rb
|
163
|
+
- lib/cantango/config/user.rb
|
164
|
+
- lib/cantango/config/users.rb
|
134
165
|
- lib/cantango/config_ext.rb
|
135
166
|
- lib/cantango/config_ext/loader.rb
|
136
167
|
- lib/cantango/config_ext/loader/yaml.rb
|
137
|
-
- lib/cantango/
|
138
|
-
- lib/cantango/
|
139
|
-
- lib/cantango/
|
140
|
-
- lib/cantango/
|
141
|
-
-
|
142
|
-
-
|
143
|
-
-
|
144
|
-
-
|
145
|
-
-
|
146
|
-
-
|
147
|
-
-
|
148
|
-
-
|
149
|
-
-
|
150
|
-
-
|
151
|
-
-
|
152
|
-
-
|
153
|
-
-
|
154
|
-
-
|
155
|
-
-
|
156
|
-
-
|
157
|
-
-
|
158
|
-
-
|
159
|
-
-
|
160
|
-
-
|
161
|
-
-
|
162
|
-
-
|
163
|
-
-
|
164
|
-
-
|
165
|
-
-
|
166
|
-
- lib/cantango/configuration/registry/hash.rb
|
167
|
-
- lib/cantango/configuration/user.rb
|
168
|
-
- lib/cantango/configuration/users.rb
|
168
|
+
- lib/cantango/registry.rb
|
169
|
+
- lib/cantango/registry/base.rb
|
170
|
+
- lib/cantango/registry/clazz.rb
|
171
|
+
- lib/cantango/registry/hash.rb
|
172
|
+
- spec/cantango/category_spec.rb
|
173
|
+
- spec/cantango/config/ability/modes/execution_spec.rb
|
174
|
+
- spec/cantango/config/ability/modes_spec.rb
|
175
|
+
- spec/cantango/config/ability_spec.rb
|
176
|
+
- spec/cantango/config/account_spec.rb
|
177
|
+
- spec/cantango/config/accounts_spec.rb
|
178
|
+
- spec/cantango/config/adapters_spec.rb
|
179
|
+
- spec/cantango/config/autoload_spec.rb
|
180
|
+
- spec/cantango/config/categories_spec.rb
|
181
|
+
- spec/cantango/config/class_methods_spec.rb
|
182
|
+
- spec/cantango/config/debug_spec.rb
|
183
|
+
- spec/cantango/config/engines/available_spec.rb
|
184
|
+
- spec/cantango/config/engines/engine_shared.rb
|
185
|
+
- spec/cantango/config/engines/order_spec.rb
|
186
|
+
- spec/cantango/config/engines_spec.rb
|
187
|
+
- spec/cantango/config/factory_spec.rb
|
188
|
+
- spec/cantango/config/guest/find_guest_default_way_spec.rb
|
189
|
+
- spec/cantango/config/guest_spec.rb
|
190
|
+
- spec/cantango/config/helpers_spec.rb
|
191
|
+
- spec/cantango/config/localhosts_spec.rb
|
192
|
+
- spec/cantango/config/models_spec.rb
|
193
|
+
- spec/cantango/config/orms_spec.rb
|
194
|
+
- spec/cantango/config/shared/factory_ex.rb
|
195
|
+
- spec/cantango/config/user_spec.rb
|
196
|
+
- spec/cantango/config/users_spec.rb
|
169
197
|
- spec/cantango/config_spec.rb
|
170
|
-
- spec/cantango/
|
171
|
-
- spec/cantango/
|
172
|
-
- spec/cantango/
|
173
|
-
- spec/cantango/
|
174
|
-
- spec/cantango/
|
175
|
-
- spec/cantango/
|
176
|
-
- spec/cantango/configuration/debug_spec.rb
|
177
|
-
- spec/cantango/configuration/engines/engine_shared.rb
|
178
|
-
- spec/cantango/configuration/engines_spec.rb
|
179
|
-
- spec/cantango/configuration/execution_modes_spec.rb
|
180
|
-
- spec/cantango/configuration/factory_spec.rb
|
181
|
-
- spec/cantango/configuration/guest/find_guest_default_way_spec.rb
|
182
|
-
- spec/cantango/configuration/guest_spec.rb
|
183
|
-
- spec/cantango/configuration/localhosts_spec.rb
|
184
|
-
- spec/cantango/configuration/models_spec.rb
|
185
|
-
- spec/cantango/configuration/modes_spec.rb
|
186
|
-
- spec/cantango/configuration/orms_spec.rb
|
187
|
-
- spec/cantango/configuration/registry/base_spec.rb
|
188
|
-
- spec/cantango/configuration/registry/candidate_spec.rb
|
189
|
-
- spec/cantango/configuration/registry/hash_spec.rb
|
190
|
-
- spec/cantango/configuration/shared/execution_modes_ex.rb
|
191
|
-
- spec/cantango/configuration/shared/factory_ex.rb
|
192
|
-
- spec/cantango/configuration/shared/registry/base_ex.rb
|
193
|
-
- spec/cantango/configuration/shared/registry/clazz_ex.rb
|
194
|
-
- spec/cantango/configuration/shared/registry/hash_ex.rb
|
195
|
-
- spec/cantango/configuration/user_spec.rb
|
196
|
-
- spec/cantango/configuration/users_spec.rb
|
197
|
-
- spec/cantango/configuration_spec.rb
|
198
|
+
- spec/cantango/registry/base_spec.rb
|
199
|
+
- spec/cantango/registry/clazz_spec.rb
|
200
|
+
- spec/cantango/registry/hash_spec.rb
|
201
|
+
- spec/cantango/registry/shared/base_ex.rb
|
202
|
+
- spec/cantango/registry/shared/clazz_ex.rb
|
203
|
+
- spec/cantango/registry/shared/hash_ex.rb
|
198
204
|
- spec/db/database.yml
|
199
205
|
- spec/factories/project.rb
|
200
206
|
- spec/fixtures/models.rb
|
@@ -223,7 +229,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
223
229
|
version: '0'
|
224
230
|
segments:
|
225
231
|
- 0
|
226
|
-
hash: -
|
232
|
+
hash: -3106832740323077134
|
227
233
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
228
234
|
none: false
|
229
235
|
requirements:
|