activerecord-shard_for 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +10 -0
- data/.rspec +2 -0
- data/.rubocop.yml +28 -0
- data/.travis.yml +4 -0
- data/Appraisals +26 -0
- data/CODE_OF_CONDUCT.md +49 -0
- data/Gemfile +5 -0
- data/Guardfile +21 -0
- data/LICENSE.txt +21 -0
- data/README.md +296 -0
- data/Rakefile +10 -0
- data/activerecord-shard_for.gemspec +40 -0
- data/bin/console +15 -0
- data/bin/setup +8 -0
- data/gemfiles/.bundle/config +1 -0
- data/gemfiles/ar_4.1.0.gemfile +7 -0
- data/gemfiles/ar_4.1.0.gemfile.lock +186 -0
- data/gemfiles/ar_4.1.7.gemfile +7 -0
- data/gemfiles/ar_4.1.7.gemfile.lock +186 -0
- data/gemfiles/ar_4.1.8.gemfile +7 -0
- data/gemfiles/ar_4.1.8.gemfile.lock +186 -0
- data/gemfiles/ar_4.2.gemfile +7 -0
- data/gemfiles/ar_4.2.gemfile.lock +186 -0
- data/gemfiles/ar_5.0.gemfile +7 -0
- data/gemfiles/ar_5.0.gemfile.lock +182 -0
- data/gemfiles/rails_edge.gemfile +8 -0
- data/gemfiles/rails_edge.gemfile.lock +193 -0
- data/lib/activerecord/shard_for.rb +32 -0
- data/lib/activerecord/shard_for/all_shards_in_parallel.rb +43 -0
- data/lib/activerecord/shard_for/cluster_config.rb +32 -0
- data/lib/activerecord/shard_for/config.rb +45 -0
- data/lib/activerecord/shard_for/connection_router.rb +33 -0
- data/lib/activerecord/shard_for/database_tasks.rb +185 -0
- data/lib/activerecord/shard_for/errors.rb +14 -0
- data/lib/activerecord/shard_for/hash_modulo_router.rb +18 -0
- data/lib/activerecord/shard_for/model.rb +134 -0
- data/lib/activerecord/shard_for/railtie.rb +10 -0
- data/lib/activerecord/shard_for/replication_mapping.rb +37 -0
- data/lib/activerecord/shard_for/shard_repogitory.rb +69 -0
- data/lib/activerecord/shard_for/version.rb +5 -0
- data/lib/activerecord/tasks/activerecord_shard_for.rake +42 -0
- metadata +323 -0
@@ -0,0 +1,186 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../
|
3
|
+
specs:
|
4
|
+
activerecord-shard_for (0.1.0)
|
5
|
+
activerecord (>= 4.1.0)
|
6
|
+
activesupport (>= 4.1.0)
|
7
|
+
expeditor (>= 0.1.0)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
abstract_type (0.0.7)
|
13
|
+
activemodel (4.1.8)
|
14
|
+
activesupport (= 4.1.8)
|
15
|
+
builder (~> 3.1)
|
16
|
+
activerecord (4.1.8)
|
17
|
+
activemodel (= 4.1.8)
|
18
|
+
activesupport (= 4.1.8)
|
19
|
+
arel (~> 5.0.0)
|
20
|
+
activesupport (4.1.8)
|
21
|
+
i18n (~> 0.6, >= 0.6.9)
|
22
|
+
json (~> 1.7, >= 1.7.7)
|
23
|
+
minitest (~> 5.1)
|
24
|
+
thread_safe (~> 0.1)
|
25
|
+
tzinfo (~> 1.1)
|
26
|
+
adamantium (0.2.0)
|
27
|
+
ice_nine (~> 0.11.0)
|
28
|
+
memoizable (~> 0.4.0)
|
29
|
+
appraisal (2.1.0)
|
30
|
+
bundler
|
31
|
+
rake
|
32
|
+
thor (>= 0.14.0)
|
33
|
+
arel (5.0.1.20140414130214)
|
34
|
+
ast (2.3.0)
|
35
|
+
binding_of_caller (0.7.2)
|
36
|
+
debug_inspector (>= 0.0.1)
|
37
|
+
builder (3.2.2)
|
38
|
+
coderay (1.1.1)
|
39
|
+
concord (0.1.5)
|
40
|
+
adamantium (~> 0.2.0)
|
41
|
+
equalizer (~> 0.0.9)
|
42
|
+
concurrent-ruby (1.0.2)
|
43
|
+
concurrent-ruby-ext (1.0.2)
|
44
|
+
concurrent-ruby (~> 1.0.2)
|
45
|
+
debug_inspector (0.0.2)
|
46
|
+
diff-lcs (1.2.5)
|
47
|
+
equalizer (0.0.11)
|
48
|
+
expeditor (0.4.0)
|
49
|
+
concurrent-ruby (~> 1.0.0)
|
50
|
+
concurrent-ruby-ext (~> 1.0.0)
|
51
|
+
retryable (> 1.0)
|
52
|
+
ffi (1.9.14)
|
53
|
+
formatador (0.2.5)
|
54
|
+
guard (2.14.0)
|
55
|
+
formatador (>= 0.2.4)
|
56
|
+
listen (>= 2.7, < 4.0)
|
57
|
+
lumberjack (~> 1.0)
|
58
|
+
nenv (~> 0.1)
|
59
|
+
notiffany (~> 0.0)
|
60
|
+
pry (>= 0.9.12)
|
61
|
+
shellany (~> 0.0)
|
62
|
+
thor (>= 0.18.1)
|
63
|
+
guard-compat (1.2.1)
|
64
|
+
guard-rspec (4.7.3)
|
65
|
+
guard (~> 2.1)
|
66
|
+
guard-compat (~> 1.1)
|
67
|
+
rspec (>= 2.99.0, < 4.0)
|
68
|
+
guard-rubocop (1.2.0)
|
69
|
+
guard (~> 2.0)
|
70
|
+
rubocop (~> 0.20)
|
71
|
+
i18n (0.7.0)
|
72
|
+
ice_nine (0.11.2)
|
73
|
+
interception (0.5)
|
74
|
+
json (1.8.3)
|
75
|
+
listen (3.1.5)
|
76
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
77
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
78
|
+
ruby_dep (~> 1.2)
|
79
|
+
lumberjack (1.0.10)
|
80
|
+
memoizable (0.4.2)
|
81
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
82
|
+
method_source (0.8.2)
|
83
|
+
minitest (5.9.0)
|
84
|
+
nenv (0.3.0)
|
85
|
+
notiffany (0.1.1)
|
86
|
+
nenv (~> 0.1)
|
87
|
+
shellany (~> 0.0)
|
88
|
+
parser (2.3.1.2)
|
89
|
+
ast (~> 2.2)
|
90
|
+
powerpack (0.1.1)
|
91
|
+
proc_to_ast (0.1.0)
|
92
|
+
coderay
|
93
|
+
parser
|
94
|
+
unparser
|
95
|
+
procto (0.0.3)
|
96
|
+
pry (0.10.4)
|
97
|
+
coderay (~> 1.1.0)
|
98
|
+
method_source (~> 0.8.1)
|
99
|
+
slop (~> 3.4)
|
100
|
+
pry-doc (0.9.0)
|
101
|
+
pry (~> 0.9)
|
102
|
+
yard (~> 0.8)
|
103
|
+
pry-inline (1.0.2)
|
104
|
+
pry (~> 0.10.0)
|
105
|
+
unicode (~> 0.4.4)
|
106
|
+
pry-rescue (1.4.4)
|
107
|
+
interception (>= 0.5)
|
108
|
+
pry
|
109
|
+
pry-stack_explorer (0.4.9.2)
|
110
|
+
binding_of_caller (>= 0.7)
|
111
|
+
pry (>= 0.9.11)
|
112
|
+
rainbow (2.1.0)
|
113
|
+
rake (10.5.0)
|
114
|
+
rb-fsevent (0.9.7)
|
115
|
+
rb-inotify (0.9.7)
|
116
|
+
ffi (>= 0.5.0)
|
117
|
+
retryable (2.0.4)
|
118
|
+
rspec (3.5.0)
|
119
|
+
rspec-core (~> 3.5.0)
|
120
|
+
rspec-expectations (~> 3.5.0)
|
121
|
+
rspec-mocks (~> 3.5.0)
|
122
|
+
rspec-core (3.5.2)
|
123
|
+
rspec-support (~> 3.5.0)
|
124
|
+
rspec-expectations (3.5.0)
|
125
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
126
|
+
rspec-support (~> 3.5.0)
|
127
|
+
rspec-mocks (3.5.0)
|
128
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
129
|
+
rspec-support (~> 3.5.0)
|
130
|
+
rspec-parameterized (0.3.0)
|
131
|
+
binding_of_caller
|
132
|
+
parser
|
133
|
+
proc_to_ast
|
134
|
+
rspec (>= 2.13, < 4)
|
135
|
+
unparser
|
136
|
+
rspec-support (3.5.0)
|
137
|
+
rubocop (0.42.0)
|
138
|
+
parser (>= 2.3.1.1, < 3.0)
|
139
|
+
powerpack (~> 0.1)
|
140
|
+
rainbow (>= 1.99.1, < 3.0)
|
141
|
+
ruby-progressbar (~> 1.7)
|
142
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
143
|
+
ruby-progressbar (1.8.1)
|
144
|
+
ruby_dep (1.3.1)
|
145
|
+
shellany (0.0.1)
|
146
|
+
slop (3.6.0)
|
147
|
+
sqlite3 (1.3.11)
|
148
|
+
thor (0.19.1)
|
149
|
+
thread_safe (0.3.5)
|
150
|
+
tzinfo (1.2.2)
|
151
|
+
thread_safe (~> 0.1)
|
152
|
+
unicode (0.4.4.2)
|
153
|
+
unicode-display_width (1.1.0)
|
154
|
+
unparser (0.2.5)
|
155
|
+
abstract_type (~> 0.0.7)
|
156
|
+
adamantium (~> 0.2.0)
|
157
|
+
concord (~> 0.1.5)
|
158
|
+
diff-lcs (~> 1.2.5)
|
159
|
+
equalizer (~> 0.0.9)
|
160
|
+
parser (~> 2.3.0)
|
161
|
+
procto (~> 0.0.2)
|
162
|
+
yard (0.9.5)
|
163
|
+
|
164
|
+
PLATFORMS
|
165
|
+
ruby
|
166
|
+
|
167
|
+
DEPENDENCIES
|
168
|
+
activerecord (= 4.1.8)
|
169
|
+
activerecord-shard_for!
|
170
|
+
appraisal
|
171
|
+
bundler (~> 1.11)
|
172
|
+
guard-rspec
|
173
|
+
guard-rubocop
|
174
|
+
pry
|
175
|
+
pry-doc
|
176
|
+
pry-inline
|
177
|
+
pry-rescue
|
178
|
+
pry-stack_explorer
|
179
|
+
rake (~> 10.0)
|
180
|
+
rspec (~> 3.0)
|
181
|
+
rspec-parameterized
|
182
|
+
rubocop
|
183
|
+
sqlite3
|
184
|
+
|
185
|
+
BUNDLED WITH
|
186
|
+
1.12.5
|
@@ -0,0 +1,186 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../
|
3
|
+
specs:
|
4
|
+
activerecord-shard_for (0.1.0)
|
5
|
+
activerecord (>= 4.1.0)
|
6
|
+
activesupport (>= 4.1.0)
|
7
|
+
expeditor (>= 0.1.0)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
abstract_type (0.0.7)
|
13
|
+
activemodel (4.2.7)
|
14
|
+
activesupport (= 4.2.7)
|
15
|
+
builder (~> 3.1)
|
16
|
+
activerecord (4.2.7)
|
17
|
+
activemodel (= 4.2.7)
|
18
|
+
activesupport (= 4.2.7)
|
19
|
+
arel (~> 6.0)
|
20
|
+
activesupport (4.2.7)
|
21
|
+
i18n (~> 0.7)
|
22
|
+
json (~> 1.7, >= 1.7.7)
|
23
|
+
minitest (~> 5.1)
|
24
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
25
|
+
tzinfo (~> 1.1)
|
26
|
+
adamantium (0.2.0)
|
27
|
+
ice_nine (~> 0.11.0)
|
28
|
+
memoizable (~> 0.4.0)
|
29
|
+
appraisal (2.1.0)
|
30
|
+
bundler
|
31
|
+
rake
|
32
|
+
thor (>= 0.14.0)
|
33
|
+
arel (6.0.3)
|
34
|
+
ast (2.3.0)
|
35
|
+
binding_of_caller (0.7.2)
|
36
|
+
debug_inspector (>= 0.0.1)
|
37
|
+
builder (3.2.2)
|
38
|
+
coderay (1.1.1)
|
39
|
+
concord (0.1.5)
|
40
|
+
adamantium (~> 0.2.0)
|
41
|
+
equalizer (~> 0.0.9)
|
42
|
+
concurrent-ruby (1.0.2)
|
43
|
+
concurrent-ruby-ext (1.0.2)
|
44
|
+
concurrent-ruby (~> 1.0.2)
|
45
|
+
debug_inspector (0.0.2)
|
46
|
+
diff-lcs (1.2.5)
|
47
|
+
equalizer (0.0.11)
|
48
|
+
expeditor (0.4.0)
|
49
|
+
concurrent-ruby (~> 1.0.0)
|
50
|
+
concurrent-ruby-ext (~> 1.0.0)
|
51
|
+
retryable (> 1.0)
|
52
|
+
ffi (1.9.14)
|
53
|
+
formatador (0.2.5)
|
54
|
+
guard (2.14.0)
|
55
|
+
formatador (>= 0.2.4)
|
56
|
+
listen (>= 2.7, < 4.0)
|
57
|
+
lumberjack (~> 1.0)
|
58
|
+
nenv (~> 0.1)
|
59
|
+
notiffany (~> 0.0)
|
60
|
+
pry (>= 0.9.12)
|
61
|
+
shellany (~> 0.0)
|
62
|
+
thor (>= 0.18.1)
|
63
|
+
guard-compat (1.2.1)
|
64
|
+
guard-rspec (4.7.3)
|
65
|
+
guard (~> 2.1)
|
66
|
+
guard-compat (~> 1.1)
|
67
|
+
rspec (>= 2.99.0, < 4.0)
|
68
|
+
guard-rubocop (1.2.0)
|
69
|
+
guard (~> 2.0)
|
70
|
+
rubocop (~> 0.20)
|
71
|
+
i18n (0.7.0)
|
72
|
+
ice_nine (0.11.2)
|
73
|
+
interception (0.5)
|
74
|
+
json (1.8.3)
|
75
|
+
listen (3.1.5)
|
76
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
77
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
78
|
+
ruby_dep (~> 1.2)
|
79
|
+
lumberjack (1.0.10)
|
80
|
+
memoizable (0.4.2)
|
81
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
82
|
+
method_source (0.8.2)
|
83
|
+
minitest (5.9.0)
|
84
|
+
nenv (0.3.0)
|
85
|
+
notiffany (0.1.1)
|
86
|
+
nenv (~> 0.1)
|
87
|
+
shellany (~> 0.0)
|
88
|
+
parser (2.3.1.2)
|
89
|
+
ast (~> 2.2)
|
90
|
+
powerpack (0.1.1)
|
91
|
+
proc_to_ast (0.1.0)
|
92
|
+
coderay
|
93
|
+
parser
|
94
|
+
unparser
|
95
|
+
procto (0.0.3)
|
96
|
+
pry (0.10.4)
|
97
|
+
coderay (~> 1.1.0)
|
98
|
+
method_source (~> 0.8.1)
|
99
|
+
slop (~> 3.4)
|
100
|
+
pry-doc (0.9.0)
|
101
|
+
pry (~> 0.9)
|
102
|
+
yard (~> 0.8)
|
103
|
+
pry-inline (1.0.2)
|
104
|
+
pry (~> 0.10.0)
|
105
|
+
unicode (~> 0.4.4)
|
106
|
+
pry-rescue (1.4.4)
|
107
|
+
interception (>= 0.5)
|
108
|
+
pry
|
109
|
+
pry-stack_explorer (0.4.9.2)
|
110
|
+
binding_of_caller (>= 0.7)
|
111
|
+
pry (>= 0.9.11)
|
112
|
+
rainbow (2.1.0)
|
113
|
+
rake (10.5.0)
|
114
|
+
rb-fsevent (0.9.7)
|
115
|
+
rb-inotify (0.9.7)
|
116
|
+
ffi (>= 0.5.0)
|
117
|
+
retryable (2.0.4)
|
118
|
+
rspec (3.5.0)
|
119
|
+
rspec-core (~> 3.5.0)
|
120
|
+
rspec-expectations (~> 3.5.0)
|
121
|
+
rspec-mocks (~> 3.5.0)
|
122
|
+
rspec-core (3.5.2)
|
123
|
+
rspec-support (~> 3.5.0)
|
124
|
+
rspec-expectations (3.5.0)
|
125
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
126
|
+
rspec-support (~> 3.5.0)
|
127
|
+
rspec-mocks (3.5.0)
|
128
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
129
|
+
rspec-support (~> 3.5.0)
|
130
|
+
rspec-parameterized (0.3.0)
|
131
|
+
binding_of_caller
|
132
|
+
parser
|
133
|
+
proc_to_ast
|
134
|
+
rspec (>= 2.13, < 4)
|
135
|
+
unparser
|
136
|
+
rspec-support (3.5.0)
|
137
|
+
rubocop (0.42.0)
|
138
|
+
parser (>= 2.3.1.1, < 3.0)
|
139
|
+
powerpack (~> 0.1)
|
140
|
+
rainbow (>= 1.99.1, < 3.0)
|
141
|
+
ruby-progressbar (~> 1.7)
|
142
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
143
|
+
ruby-progressbar (1.8.1)
|
144
|
+
ruby_dep (1.3.1)
|
145
|
+
shellany (0.0.1)
|
146
|
+
slop (3.6.0)
|
147
|
+
sqlite3 (1.3.11)
|
148
|
+
thor (0.19.1)
|
149
|
+
thread_safe (0.3.5)
|
150
|
+
tzinfo (1.2.2)
|
151
|
+
thread_safe (~> 0.1)
|
152
|
+
unicode (0.4.4.2)
|
153
|
+
unicode-display_width (1.1.0)
|
154
|
+
unparser (0.2.5)
|
155
|
+
abstract_type (~> 0.0.7)
|
156
|
+
adamantium (~> 0.2.0)
|
157
|
+
concord (~> 0.1.5)
|
158
|
+
diff-lcs (~> 1.2.5)
|
159
|
+
equalizer (~> 0.0.9)
|
160
|
+
parser (~> 2.3.0)
|
161
|
+
procto (~> 0.0.2)
|
162
|
+
yard (0.9.5)
|
163
|
+
|
164
|
+
PLATFORMS
|
165
|
+
ruby
|
166
|
+
|
167
|
+
DEPENDENCIES
|
168
|
+
activerecord (~> 4.2)
|
169
|
+
activerecord-shard_for!
|
170
|
+
appraisal
|
171
|
+
bundler (~> 1.11)
|
172
|
+
guard-rspec
|
173
|
+
guard-rubocop
|
174
|
+
pry
|
175
|
+
pry-doc
|
176
|
+
pry-inline
|
177
|
+
pry-rescue
|
178
|
+
pry-stack_explorer
|
179
|
+
rake (~> 10.0)
|
180
|
+
rspec (~> 3.0)
|
181
|
+
rspec-parameterized
|
182
|
+
rubocop
|
183
|
+
sqlite3
|
184
|
+
|
185
|
+
BUNDLED WITH
|
186
|
+
1.12.5
|
@@ -0,0 +1,182 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../
|
3
|
+
specs:
|
4
|
+
activerecord-shard_for (0.1.0)
|
5
|
+
activerecord (>= 4.1.0)
|
6
|
+
activesupport (>= 4.1.0)
|
7
|
+
expeditor (>= 0.1.0)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
abstract_type (0.0.7)
|
13
|
+
activemodel (5.0.0)
|
14
|
+
activesupport (= 5.0.0)
|
15
|
+
activerecord (5.0.0)
|
16
|
+
activemodel (= 5.0.0)
|
17
|
+
activesupport (= 5.0.0)
|
18
|
+
arel (~> 7.0)
|
19
|
+
activesupport (5.0.0)
|
20
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
21
|
+
i18n (~> 0.7)
|
22
|
+
minitest (~> 5.1)
|
23
|
+
tzinfo (~> 1.1)
|
24
|
+
adamantium (0.2.0)
|
25
|
+
ice_nine (~> 0.11.0)
|
26
|
+
memoizable (~> 0.4.0)
|
27
|
+
appraisal (2.1.0)
|
28
|
+
bundler
|
29
|
+
rake
|
30
|
+
thor (>= 0.14.0)
|
31
|
+
arel (7.1.1)
|
32
|
+
ast (2.3.0)
|
33
|
+
binding_of_caller (0.7.2)
|
34
|
+
debug_inspector (>= 0.0.1)
|
35
|
+
coderay (1.1.1)
|
36
|
+
concord (0.1.5)
|
37
|
+
adamantium (~> 0.2.0)
|
38
|
+
equalizer (~> 0.0.9)
|
39
|
+
concurrent-ruby (1.0.2)
|
40
|
+
concurrent-ruby-ext (1.0.2)
|
41
|
+
concurrent-ruby (~> 1.0.2)
|
42
|
+
debug_inspector (0.0.2)
|
43
|
+
diff-lcs (1.2.5)
|
44
|
+
equalizer (0.0.11)
|
45
|
+
expeditor (0.4.0)
|
46
|
+
concurrent-ruby (~> 1.0.0)
|
47
|
+
concurrent-ruby-ext (~> 1.0.0)
|
48
|
+
retryable (> 1.0)
|
49
|
+
ffi (1.9.14)
|
50
|
+
formatador (0.2.5)
|
51
|
+
guard (2.14.0)
|
52
|
+
formatador (>= 0.2.4)
|
53
|
+
listen (>= 2.7, < 4.0)
|
54
|
+
lumberjack (~> 1.0)
|
55
|
+
nenv (~> 0.1)
|
56
|
+
notiffany (~> 0.0)
|
57
|
+
pry (>= 0.9.12)
|
58
|
+
shellany (~> 0.0)
|
59
|
+
thor (>= 0.18.1)
|
60
|
+
guard-compat (1.2.1)
|
61
|
+
guard-rspec (4.7.3)
|
62
|
+
guard (~> 2.1)
|
63
|
+
guard-compat (~> 1.1)
|
64
|
+
rspec (>= 2.99.0, < 4.0)
|
65
|
+
guard-rubocop (1.2.0)
|
66
|
+
guard (~> 2.0)
|
67
|
+
rubocop (~> 0.20)
|
68
|
+
i18n (0.7.0)
|
69
|
+
ice_nine (0.11.2)
|
70
|
+
interception (0.5)
|
71
|
+
listen (3.1.5)
|
72
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
73
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
74
|
+
ruby_dep (~> 1.2)
|
75
|
+
lumberjack (1.0.10)
|
76
|
+
memoizable (0.4.2)
|
77
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
78
|
+
method_source (0.8.2)
|
79
|
+
minitest (5.9.0)
|
80
|
+
nenv (0.3.0)
|
81
|
+
notiffany (0.1.1)
|
82
|
+
nenv (~> 0.1)
|
83
|
+
shellany (~> 0.0)
|
84
|
+
parser (2.3.1.2)
|
85
|
+
ast (~> 2.2)
|
86
|
+
powerpack (0.1.1)
|
87
|
+
proc_to_ast (0.1.0)
|
88
|
+
coderay
|
89
|
+
parser
|
90
|
+
unparser
|
91
|
+
procto (0.0.3)
|
92
|
+
pry (0.10.4)
|
93
|
+
coderay (~> 1.1.0)
|
94
|
+
method_source (~> 0.8.1)
|
95
|
+
slop (~> 3.4)
|
96
|
+
pry-doc (0.9.0)
|
97
|
+
pry (~> 0.9)
|
98
|
+
yard (~> 0.8)
|
99
|
+
pry-inline (1.0.2)
|
100
|
+
pry (~> 0.10.0)
|
101
|
+
unicode (~> 0.4.4)
|
102
|
+
pry-rescue (1.4.4)
|
103
|
+
interception (>= 0.5)
|
104
|
+
pry
|
105
|
+
pry-stack_explorer (0.4.9.2)
|
106
|
+
binding_of_caller (>= 0.7)
|
107
|
+
pry (>= 0.9.11)
|
108
|
+
rainbow (2.1.0)
|
109
|
+
rake (10.5.0)
|
110
|
+
rb-fsevent (0.9.7)
|
111
|
+
rb-inotify (0.9.7)
|
112
|
+
ffi (>= 0.5.0)
|
113
|
+
retryable (2.0.4)
|
114
|
+
rspec (3.5.0)
|
115
|
+
rspec-core (~> 3.5.0)
|
116
|
+
rspec-expectations (~> 3.5.0)
|
117
|
+
rspec-mocks (~> 3.5.0)
|
118
|
+
rspec-core (3.5.2)
|
119
|
+
rspec-support (~> 3.5.0)
|
120
|
+
rspec-expectations (3.5.0)
|
121
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
122
|
+
rspec-support (~> 3.5.0)
|
123
|
+
rspec-mocks (3.5.0)
|
124
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
125
|
+
rspec-support (~> 3.5.0)
|
126
|
+
rspec-parameterized (0.3.0)
|
127
|
+
binding_of_caller
|
128
|
+
parser
|
129
|
+
proc_to_ast
|
130
|
+
rspec (>= 2.13, < 4)
|
131
|
+
unparser
|
132
|
+
rspec-support (3.5.0)
|
133
|
+
rubocop (0.42.0)
|
134
|
+
parser (>= 2.3.1.1, < 3.0)
|
135
|
+
powerpack (~> 0.1)
|
136
|
+
rainbow (>= 1.99.1, < 3.0)
|
137
|
+
ruby-progressbar (~> 1.7)
|
138
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
139
|
+
ruby-progressbar (1.8.1)
|
140
|
+
ruby_dep (1.3.1)
|
141
|
+
shellany (0.0.1)
|
142
|
+
slop (3.6.0)
|
143
|
+
sqlite3 (1.3.11)
|
144
|
+
thor (0.19.1)
|
145
|
+
thread_safe (0.3.5)
|
146
|
+
tzinfo (1.2.2)
|
147
|
+
thread_safe (~> 0.1)
|
148
|
+
unicode (0.4.4.2)
|
149
|
+
unicode-display_width (1.1.0)
|
150
|
+
unparser (0.2.5)
|
151
|
+
abstract_type (~> 0.0.7)
|
152
|
+
adamantium (~> 0.2.0)
|
153
|
+
concord (~> 0.1.5)
|
154
|
+
diff-lcs (~> 1.2.5)
|
155
|
+
equalizer (~> 0.0.9)
|
156
|
+
parser (~> 2.3.0)
|
157
|
+
procto (~> 0.0.2)
|
158
|
+
yard (0.9.5)
|
159
|
+
|
160
|
+
PLATFORMS
|
161
|
+
ruby
|
162
|
+
|
163
|
+
DEPENDENCIES
|
164
|
+
activerecord (~> 5.0.0)
|
165
|
+
activerecord-shard_for!
|
166
|
+
appraisal
|
167
|
+
bundler (~> 1.11)
|
168
|
+
guard-rspec
|
169
|
+
guard-rubocop
|
170
|
+
pry
|
171
|
+
pry-doc
|
172
|
+
pry-inline
|
173
|
+
pry-rescue
|
174
|
+
pry-stack_explorer
|
175
|
+
rake (~> 10.0)
|
176
|
+
rspec (~> 3.0)
|
177
|
+
rspec-parameterized
|
178
|
+
rubocop
|
179
|
+
sqlite3
|
180
|
+
|
181
|
+
BUNDLED WITH
|
182
|
+
1.12.5
|